Staredit Network > Forums > Portal News > Topic: SEN v5.1
SEN v5.1
Jul 20 2010, 8:26 pm
By: DevliN
Pages: < 1 « 11 12 13
 

Aug 7 2010, 11:49 pm DavidJCobb Post #241



Oh, hidden forum CATEGORY. All right. I'll amend my post.



None.

Aug 8 2010, 1:07 am Aristocrat Post #242



The "/shouts" function is completely broken on the Global Shoutbox. It does not return a message saying "member ____________ shouted _______ times". It also disables your next shout (You can shout but it does not refresh on your screen. You must refresh the shoutbox to see what you shouted.)

When using it in the shoutbox at the bottom of a page, the "/shouts" function displays the shouts for a particular member as intended, but also "erases" your next shout in the manner described above.



None.

Aug 8 2010, 2:36 am Wing Zero Post #243

Magic box god; Suck it Corbo

Quote from Devourer
You do not have a shoutbox color. it now is an item.

Why are signatures and titles also items? That's just lame imo




Aug 8 2010, 3:25 am DavidJCobb Post #244



Quote from Wing Zero
Quote from Devourer
You do not have a shoutbox color. it now is an item.

Why are signatures and titles also items? That's just lame imo
THIS.

I uploaded the fixes for Chrome and IE8's problems to Dev. Once Dev uploads the files to the server, Chrome users should be able to use the BBCode console, and IE8 users shouldn't be forced into IE7 rendering mode on the Forum Index. (The problem was a code for the forum images; it had the exact same result as the max-height/float/overflow bug listed on this page, but a different cause. I'll report this cause to Micro$oft promptly, so that they can ignore me with maximum efficiency.

(I already reported the details of it before, but the fuckers treated it as a tech support request and not a bug report. No, Micro$oft, I won't restart in Safe Mode and reinstall the fucking browser when I already know the problem's with your lack of programming skill and NOT with my installation.)



None.

Aug 8 2010, 4:59 pm DavidJCobb Post #245



IE8 users should be able to browse the Forum Index without being forced into Compatibility View; however, I left some debug CSS in by mistake, so forum images will look weird... and very red.

The dialogs from the bbcode console ought to work in Chrome without refreshing now. If they don't, please let me know in this thread (I'm running very low on PM space).

Dev's next update ought to remove the IE8 debug CSS and change the navigation's "..." into triangles.


HAHAHA, DISREGARD THAT, FTP WORKS NOW. I'll upload the fixes myself.



None.

Aug 8 2010, 8:17 pm O)FaRTy1billion[MM] Post #246

👻 👾 👽 💪

Quote from DavidJCobb
[*]Bug: The shoutbox mangles non-ASCII characters.
[Ed. note: the problem is actually a general non-compliance with non-ASCII characters. Several PHP native functions deal exclusively with ASCII; their use might be the cause of the character encoding issues.]
This error looks like using htmlentities or htmlspecialchars without setting the optional $charset argument to 'UTF-8'. If that's the problem then it is a really easy fix (just add that argument).
If it's not and if it is ever necessary, I'm willing to dig through code to find the problem. :P



TinyMap2 - Latest in map compression! ( 7/09/14 - New build! )
EUD Action Enabler - Lightweight EUD/EPD support! (ChaosLauncher/MPQDraft support!)
EUDDB - topic - Help out by adding your EUDs! Or Submit reference files in the References tab!
MapSketch - New image->map generator!
EUDTrig - topic - Quickly and easily convert offsets to EUDs! (extended players supported)
SC2 Map Texture Mask Importer/Exporter - Edit texture placement in an image editor!
\:farty\: This page has been viewed [img]http://farty1billion.dyndns.org/Clicky.php?img.gif[/img] times!

Aug 8 2010, 8:39 pm DavidJCobb Post #247



My FTP access is gone, guys, but I managed to slip in a few extra tweaks while I had it.
  • Pressing enter in the LIST modal adds a new list item, instead of adding the list to the post.
  • Most modals that expand after being opened (such as the LIST modal) will now remain centered, and they cannot expand to the point where they go off-screen. (Their sizes are constrained and scrollbars appear.)
    [I say "most" because there's no way for me to automatically detect, in code, when a modal's size changes. I actually have to manually code in a function call whenever something is done to change the size. If I forget that function call, the modal is neither centered nor constrained.]

Unfortunately, I still have to do all of the below, and then PM it to Devourer. This, when my PM space is running tragically low.

(@Dev: The ability to export PMs as plaintext would be nice. So that a PM that says "Balls" gets exported as "[color=#FF0000]Balls[/color]", for example. It'd make it much easier to save PMs to one's hard drive.)



Updated bug list:
Bugs listed in orange are critical. Items listed in green are quick and/or easy to implement.

Fixes to be uploaded:
  • Feature: Toggle the fullview modal between a real fullview and shrink the image to fit the modal/window.
  • Other stuff that I actually can't even remember. I'll have to go digging through global.js again... I may've fixed the regression where collapsed forums aren't remembered; I don't recall.

Fixes to be coded:
  • Bug: It is possible to tab outside of a modal dialog, interacting with elements that are supposed to be blocked. This results in several bugs, including the opening of multiple modals at once.
  • Bug: If multiple modals are opened at once through a glitch, then closing one modal will remove the lightbox (black fade) effect even though other modals are still open. (The fade should remain as part of a graceful failure, or opening multiple modals should be completely impossible.)
  • Bug: The rectangle behind the topics in the topic list should not have onclick JS to link to the page.
  • Bug: Clickable area of the SC2 tab is too large.
  • Bug: Marking a subforum on the Forum Index as read will not show any visual effect of the fact until the page is refreshed. The JS should be altered to turn the subforum grey when the AJAX completes.
  • Feature request: Make it so that when viewing large images on SEN, you can switch between seeing it fullscreen and seeing it full-size.
    [Ed. note: I'll take that to mean "add a feature that shrinks the image to fit the window during fullview". I can do this client-side and have it remembered with cookies, but if you want it as a setting, Dev'll need to handle it.]
  • Enhancement: Modify the image fullview so that the image itself can be easily opened in a new tab.
    [What do we do if the image was enclosed in a URL bbcode tag? I guess we do nothing, and leave the resulting hyperlink unaltered.]
  • Bug: In Opera, on the Forum Index, the clipped corners on the right sides of section headers are positioned wrongly.
  • Bug: The site's appearance has not been perfected in IE. There are some flaws in IE8, and there are many issues in IE7.
  • Bug: The Shoutbox's "Extras" button is yellow and a different height from the "shout/refresh" buttons.
  • Regression: Collapsed sections on the Forum Index are no longer saved.
    The Forum Index uses new JS for collapsing, since the old collapse JS (still used elsewhere in the site) is just awful. The new code JS doesn't have cookie-related functionality built-in. I just need to add cookie code for remembering collapsed sections.
  • Bug: The quicksearch text field does not clear the "search" text on focus.
  • Bug: The "quote" button in the BBcode Console does not retain proper capitalization when pressed. (Note that the "B", "I", "U", and "S" buttons did toggle case in v5. They're fine.)
  • Bug: Some keyboard shortcuts shown in the mouseover tooltips for message formatting do not actually work. (Alt-Shift-U for underline, Alt-Shift-P for image, etc. do not work).
    [Ed. note: These are implemented using an HTML feature, "accesskey". Unfortunately, the first part of an accesskey shortcut varies between browsers, with some using Ctrl+Shift, some using Alt+Shift, etc.. Really, these tooltips should be removed -- unless JS can be written to definitively detect a browser's accesskey implementation.]
  • Bug: Alt-Shift-U is listed both as the shortcut for underlining and the shortcut for hyperlinks.
  • Bug: The parent for #inlinepopup2 is "solid"... Depending on how you've scrolled, this element, located near the lower-left corner, may cover up text or other elements, acting as an "invisible wall" for the mouse and making covered objects unclickable.
  • Enhancement: Clicking the middle mouse button on a fullview modal should scroll the image, not the page behind the modal.

Technical details


Post has been edited 1 time(s), last time on Aug 10 2010, 3:37 am by DavidJCobb.



None.

Aug 9 2010, 3:28 pm Aristocrat Post #248



Searching the shoutbox for "X shouted by member Y" clears the "Y" field after you navigate to a different page in the search results, making it return all shouts containing keyword X rather than only shouts with X said by Y.



None.

Aug 10 2010, 5:34 am LoTu)S Post #249



The collapse option for all forums except "Staredit.net Functions" does not work. It was working a few days ago, but I guess you guys changed something around.
Also, I mentioned earlier in the other thread: "Unless it's intended, forums that are collapsed don't stay collapsed after a refresh . "



None.

Aug 10 2010, 9:30 am Devourer Post #250

Hello

We are aware of that, lotus



Please report errors in the Staredit.Network forum.

Aug 10 2010, 11:57 pm DavidJCobb Post #251



Quote from LoTu)S
The collapse option for all forums except "Staredit.net Functions" does not work. It was working a few days ago, but I guess you guys changed something around.
Also, I mentioned earlier in the other thread: "Unless it's intended, forums that are collapsed don't stay collapsed after a refresh . "
Not sure if I fixed the "only the first section can collapse" bug, but once Devourer uploads a JS file for me, the Forum Index should remember collapses... and a little surprise oughta be added to the dialog that appears when fullviewing images...

Also, Devourer, I like how the first row of smileys in the BBCode console is randomized, but duplicates appear. I'm seeing :jaff: :dev: :jaff: :dev: right now.



None.

Aug 11 2010, 12:03 am Aristocrat Post #252



Quote from DavidJCobb
Quote from LoTu)S
The collapse option for all forums except "Staredit.net Functions" does not work. It was working a few days ago, but I guess you guys changed something around.
Also, I mentioned earlier in the other thread: "Unless it's intended, forums that are collapsed don't stay collapsed after a refresh . "
Not sure if I fixed the "only the first section can collapse" bug, but once Devourer uploads a JS file for me, the Forum Index should remember collapses... and a little surprise oughta be added to the dialog that appears when fullviewing images...

Also, Devourer, I like how the first row of smileys in the BBCode console is randomized, but duplicates appear. I'm seeing :jaff: :dev: :jaff: :dev: right now.

It's way more lines of code to check for duplicates than just retrieving four random entries ;o.

Does it matter?



None.

Aug 11 2010, 11:36 am Devourer Post #253

Hello

way more lines? Actually just two to three lines more than currently.



Please report errors in the Staredit.Network forum.

Aug 11 2010, 1:02 pm Aristocrat Post #254



Quote from Devourer
way more lines? Actually just two to three lines more than currently.

Well, depends on how much you fit on a line :P.

PM char limit now displays "10000" sometimes as intended but I still occasionally get a "NaN" for characters remaining when I use quick reply. The onclick JS for images also does not function as intended on mobile Safari (doesn't center the user's view on the image modal)Never mind, too minor. I can just zoom in on the images as they are right now, lmao.



None.

Aug 11 2010, 11:40 pm DavidJCobb Post #255



Quote from Aristocrat
The onclick JS for images also does not function as intended on mobile Safari (doesn't center the user's view on the image modal)Never mind, too minor. I can just zoom in on the images as they are right now, lmao.
Mobile Safari's fault for not supporting position:fixed, then. :P But, as you said: minor. The page doesn't center your view on the modal, the browser centers the modal on your view.



None.

Aug 12 2010, 2:23 am Aristocrat Post #256



Quote from DavidJCobb
Quote from Aristocrat
The onclick JS for images also does not function as intended on mobile Safari (doesn't center the user's view on the image modal)Never mind, too minor. I can just zoom in on the images as they are right now, lmao.
Mobile Safari's fault for not supporting position:fixed, then. :P But, as you said: minor. The page doesn't center your view on the modal, the browser centers the modal on your view.

In mobile safari AFAIK the modal was created at the top of the page, and I thought the JS didn't work until I scrolled up.



None.

Aug 13 2010, 3:08 pm DavidJCobb Post #257



Quote from Aristocrat
Quote from DavidJCobb
Quote from Aristocrat
The onclick JS for images also does not function as intended on mobile Safari (doesn't center the user's view on the image modal)Never mind, too minor. I can just zoom in on the images as they are right now, lmao.
Mobile Safari's fault for not supporting position:fixed, then. :P But, as you said: minor. The page doesn't center your view on the modal, the browser centers the modal on your view.

In mobile safari AFAIK the modal was created at the top of the page, and I thought the JS didn't work until I scrolled up.
Exactly, Aristo, that's what I'm saying.
Explanation.


Also, guys, I'm aware of the "Post #X" link breakage and am working on a fix.



None.

Aug 20 2010, 1:48 am DavidJCobb Post #258



Updated bug list [09/07/10]
Bugs listed in orange are critical. Items listed in green are quick and/or easy to implement. Posts in purple are bugs that were reported without sufficient information; I ask people for more information, but I sometimes like to still make a note here so I don't forget to check for replies.

Fixes to be coded:
  • Bug: It is possible to tab outside of a modal dialog, interacting with elements that are supposed to be blocked. This results in several bugs, including the ability to open multiple modals at once.
  • Bug: If multiple modal dialogs are opened at once through a glitch, then closing one modal will remove the lightbox (black fade) effect even though other modals are still open. (The fade should remain as part of a graceful failure, or opening multiple modals should be completely impossible.)
  • Bug: The rectangle behind the topics in the topic list should not have onclick JS to link to the page. (All skins except Turtle.)
  • Bug: The clickable area of the SC2 tab is too large.
  • Enhancement: Modify the image fullview so that the image itself can be easily opened in a new tab.
    [What do we do if the image was enclosed in a URL bbcode tag? I guess we do nothing, and leave the resulting hyperlink unaltered.]
  • Bug: The site's appearance has not been perfected in IE. There are some flaws in IE8, and there are many issues in IE7.
  • Bug: The Shoutbox's "Extras" button is yellow and a different height from the "shout/refresh" buttons.
  • Bug: The "quote" button in the BBcode Console does not retain proper capitalization when pressed. (Note that the "B", "I", "U", and "S" buttons did toggle case in v5. They're fine.)
  • Bug: Some keyboard shortcuts shown in the mouseover tooltips for message formatting do not actually work. (Alt-Shift-U for underline, Alt-Shift-P for image, etc. do not work).
    [Ed. note: These are implemented using an HTML feature, "accesskey". Unfortunately, the first part of an accesskey shortcut varies between browsers, with some using Ctrl+Shift, some using Alt+Shift, etc.. Really, these tooltips should be removed -- unless JS can be written to definitively detect a browser's accesskey implementation.]
  • Bug: Alt-Shift-U is listed both as the shortcut for underlining and the shortcut for hyperlinks.
  • Enhancement: Clicking the middle mouse button on a fullview modal should scroll the image, not the page behind the modal.
    [This might be possible using a cheap, hackish workaround that detects scrolling on the body, undoes the scrolling on the body, and applies it to the modal... Developing such a thing would be... difficult... however.]
  • Bug: As of yesterday, using the buttons on the BBCode Console refreshes the page in Google Chrome.
  • Feature request: Trash the entire old fullview system and use something like this. It has everything I've been trying to do, could easily be implemented with some mods (support for position:absolute rather than fixed) to the modeless dialog system, and is much more user-friendly -- and without the costs of the current (fit-to-screen modal dialog) solution.
    [Requires support for position:absolute draggable dialogs. Requires that draggability be fixed for IE.]
  • Enhancement: It should be possible to have a position:absolute modeless dialog. Currently, all dialogs are position:fixed, meaning that they remain "anchored" on screen when a user scrolls. For dialogs like the "Post #" dialog, this can be useless or even annoying.
    [This may cause problems with the draggable feature. Code will also have to be written to allow off-screen dialogs to slide into view.]
  • Bug: When reporting a post, clicking "Report" on the small dialog that appears does not close the dialog; clicking it multiple times sends duplicate reports.
    [This can be fixed by making the dialog use my Dialogs script. It should use the new single-instance enhancement.]
  • Bug: When multiple modeless dialogs are on-screen, the depths of the non-sorted dialogs are displayed based on source order. See the collapse box, below.
  • Bug: Long words still stretch the Global Shoutbox, as the fix that was written for the Main Shoutbox was never applied to the global one. This needs to be fixed individually for every skin, not just Turtle!
  • Bug: The in-field label for the quicksearch is misaligned in IE7.
  • Bug: The top and bottom borders are missing from page number links in IE7.
  • Bug: Opera only. For draggable modeless dialogs, clicking the "drag" portion does not "focus" the dialog.
    [It is possible to have multiple modeless dialogs on the screen, and sometimes, they can end up overlapping. Clicking a dialog brings it to the front, so that if it was being partially covered by another dialog, it is displayed in front. This does not occur if you click the "drag" part of a draggable modeless dialog, however; it remains behind other dialogs even while you drag it.]

Bugs that have been fixed:
  • Pressing Enter in the LIST modal adds a new list item, instead of inserting the list to the post.
  • Most modals that expand after being opened (such as the LIST modal) will now remain centered, and they cannot expand to the point where they go off-screen. (Their sizes are constrained and scrollbars appear.)
    [I say "most" because there's no way for me to automatically detect, in code, when a modal's size changes. I actually have to manually code in a function call whenever something is done to change the size. If I forget that function call, the modal is neither centered nor constrained.]
  • Bug: Internet Explorer 8 forced users to view the Forum Index in Compatibility View.
  • Bug: Forum Images displayed oddly on Google Chrome and Safari.
  • Bug: Using the buttons on the BBCode Console refreshes the page in Google Chrome and probably Safari.
    [Regressed? See to-do list, above.]
  • Regression: The Forum Index was unable to remember what sections were collapsed.
  • Bug: The Forum Index could only collapse the first section.
  • Bug: The Forum Index was unable to remember when a section was uncollapsed.
  • Bug: The parent for #inlinepopup2 is "solid"... Depending on how you've scrolled, this element, located near the lower-left corner, could cover up text or other elements, acting as an "invisible wall" for the mouse and making covered objects unclickable.
  • Feature request: Make it so that when viewing large images on SEN, you can switch between seeing it fullscreen and seeing it full-size.
  • Bug: The "Post #" links were broken for a short time, as they actually used the old fullview code to show modeless dialogs. (I wasn't aware of this, so I didn't update those links when I initially removed the old fullview functionality.)
  • Enhancement: It is not particularly easy to make it so that only one instance of a modeless dialog can be opened. This can cause problems. (For example: you can click a "Post #" link several times to spawn several redundant instances of the dialog.) This is required to implement the fullview system suggested by Aristocrat.
    [Each Dialog can be given a string to use as a unique name. If another piece of code attempts to create a Dialog with the same name, the already-existing Dialog is returned. The old Dialog is not modified to use the settings specified for the new one.]
  • Bug: When the window is resized, all draggable modeless dialogs are forced to the right side of the page; their original positions are not preserved/adjusted.
    [Fixed. The problem was that the "update dialog display" function didn't account for draggable dialogs being dragged.]
  • Bug: Marking a subforum on the Forum Index as read did not show any visual effect of the fact until the page was refreshed. The JS has been altered to turn the subforum grey when the AJAX completes.
  • Bug: In Opera, on the Forum Index, the clipped corners on the right sides of section headers are positioned wrongly.
  • Bug: The quicksearch text field does not clear the "Search" text when focused via click, Tab, etc..
  • Bug: The entire quicksearch form (save for the in-field label) is misaligned in Opera.
  • Bug: Help tooltips will sometimes go off-screen, producing a horizontal scrollbar. Because moving the mouse dismisses the tooltip, it is impossible to scroll and see what's being cut off. This often happened when attempting to see who voted for which options in a poll.
    [This refers to the tooltips seen when hovering over graphics..]
  • Bug: Dragging is broken in IE7 and IE8 for draggable modeless dialogs.
  • Bug: Fixed several CSS issues in IE7. I should note that most of them were IE7's fault, not mine. ><

Technical details on fixes to be coded


Post has been edited 13 time(s), last time on Sep 8 2010, 6:24 pm by DavidJCobb.



None.

Nov 11 2010, 2:15 am payne Post #259

:payne:

Quote from DevliN


I'm also happy to announce a new website we're developing called StarEdit TV. SENtv will be a new addition to the StarEdit Network devoted to hosting SC2 tutorials and map previews. The tutorial videos will be linked back to articles on our SC2 wiki, and the previews will be linked to their respective "Production" or "Showcase" topics. SENtv should be unveiled in the next few weeks.
Sorry for the necro, but I wanted to know if SEN.TV was still an under-going project?
I believe it was declared as dead, but seeing the domain is still owned and that GalaxyWiki is taking form, it could be an interesting plus.
And talking of interesting features, for when the implementation of VGShort? And while we're at it, is it possible to port it into GalaxyEdit as well? And that idea of making hosted maps browsable directly from within the browser?
:O :O :O



None.

Nov 11 2010, 2:20 am DevliN Post #260

OVERWATCH STATUS GO

As far as I know, Devourer stopped all work on SEN.tv. I still own the domain and may do something with it in the future if he doesn't want to try to make it again. I will still do the SEN.tv skin for SEN at some point, when I'm feeling up to it.



\:devlin\: Currently Working On: \:devlin\:
My Overwatch addiction.

Options
Pages: < 1 « 11 12 13
  Back to forum
Please log in to reply to this topic or to report it.
Members in this topic: None.
[02:26 pm]
UndeadStar -- Vrael, since the ad messages get removed, you look like a total madman for someone that come late
[2024-5-02. : 1:19 pm]
Vrael -- IM GONNA MANUFACTURE SOME SPORTBALL EQUIPMENT WHERE THE SUN DONT SHINE BOY
[2024-5-02. : 1:35 am]
Ultraviolet -- Vrael
Vrael shouted: NEED SOME SPORTBALL> WE GOT YOUR SPORTBALL EQUIPMENT MANUFACTURING
Gonna put deez sportballs in your mouth
[2024-5-01. : 1:24 pm]
Vrael -- NEED SOME SPORTBALL> WE GOT YOUR SPORTBALL EQUIPMENT MANUFACTURING
[2024-4-30. : 5:08 pm]
Oh_Man -- https://youtu.be/lGxUOgfmUCQ
[2024-4-30. : 7:43 am]
NudeRaider -- Vrael
Vrael shouted: if you're gonna link that shit at least link some quality shit: https://www.youtube.com/watch?v=uUV3KvnvT-w
Yeah I'm not a big fan of Westernhagen either, Fanta vier much better! But they didn't drop the lyrics that fit the situation. Farty: Ich bin wieder hier; nobody: in meinem Revier; Me: war nie wirklich weg
[2024-4-29. : 6:36 pm]
RIVE -- Nah, I'm still on Orange Box.
[2024-4-29. : 4:36 pm]
Oh_Man -- anyone play Outside the Box yet? it was a fun time
[2024-4-29. : 12:52 pm]
Vrael -- if you're gonna link that shit at least link some quality shit: https://www.youtube.com/watch?v=uUV3KvnvT-w
[2024-4-29. : 11:17 am]
Zycorax -- :wob:
Please log in to shout.


Members Online: RIVE