Page 86 of 235

Re: The Glowfic Constellation

Posted: Sat Sep 24, 2016 12:56 pm
by Throne3d
Did you perhaps forget to allow the Javascript through NoScript, or something like that? (It's a frequent problem for people in IRC :P)

Re: The Glowfic Constellation

Posted: Sat Sep 24, 2016 1:04 pm
by Moriwen
Ah; I did indeed mark them "hide from unread." I heavily use Tags Owed and dislike seeing my own threads in the "unread" page, and was hiding them when they showed up. I didn't realize it would also keep me from using the "go to unread" button.

Yes, writing a post on a thread always adds it to Tags Owed; I was thinking of the scenario where someone else starts a thread for me and I don't want to reply right then but also don't want to hunt it down again later. This is however easily solved by keeping it open in another tab till I'm ready, so definitely not worth trying to incorporate into a temporary system.

Thank you for adding the previous/next thing! <3

Re: The Glowfic Constellation

Posted: Sat Sep 24, 2016 1:13 pm
by Ezra
Marri wrote:@Ezra take pity on my overloaded brain and please remind me. When you say "layout pop in", you mean that long names are wrapping around to the next level on the mobile layout rather than displaying to the right of the icon? Or something else?
  • By "layout pop-in", I mean specifically the thing where I hit refresh, and everything moves around for a second or two before settling where it was.
  • Names don't wrap within the name box on mobile, they just make the box wider until the entire thing wraps below the icon. (If I had my wish here, they'd wrap within the box instead, and I'd never have to have the entire name box wrapped below the icon.)
  • Therefore my guess is: as icons load, some of them are pushing name boxes out and rearranging the layout three lines at a time.
  • If so, the first-attempt fix would be to set fixed widths on icon boxes, in addition to fixed heights.

Re: The Glowfic Constellation

Posted: Sat Sep 24, 2016 1:16 pm
by Ezra
Also, when an icon is not square, could it be centered in the icon-box? I think Glen's icon (for example) is getting top-aligned instead.

Re: The Glowfic Constellation

Posted: Sat Sep 24, 2016 1:37 pm
by Marri
There is a test version of the "<< F < P x / n N > L >>" navigation up. It does not yet have a dropdown to allow jumping around (javascript navigation in general stresses me out, see: the noscript issues) but hopefully it's okay for the time being.

Re: The Glowfic Constellation

Posted: Sat Sep 24, 2016 1:42 pm
by Ezra
I like it!

Re: The Glowfic Constellation

Posted: Sat Sep 24, 2016 1:53 pm
by Aestrix
I think I'd really appreciate a way to switch between navigation options; I like the ability to skip to certain pages quite a lot.

Re: The Glowfic Constellation

Posted: Sat Sep 24, 2016 1:59 pm
by Alicorn
Yeah, I actually like the DW pages list where I can click around anywhere and not just nearby-or-towards-the-beginning-and-end.

Re: The Glowfic Constellation

Posted: Sat Sep 24, 2016 2:01 pm
by pedromvilar
Marri wrote:There is a test version of the "<< F < P x / n N > L >>" navigation up. It does not yet have a dropdown to allow jumping around (javascript navigation in general stresses me out, see: the noscript issues) but hopefully it's okay for the time being.
I think what she means here is that in the "X of Y" pages part, the X will be a dropdown box where you can choose a page.

Re: The Glowfic Constellation

Posted: Sat Sep 24, 2016 2:03 pm
by DanielH
I do not have noscript or anything like it. I have adblock installed but only enabled on Wikia (because Wikia ads are extremely resource-heavy otherwise), which the Constellation is not.

When I hover over the Show First Post area, my cursor changes. When I actually click on it, nothing happens: no post, no empty tiny amount of empty space indicating the wrong thing accidentally showed, no change of the word “show” to “hide”, no message in the console (except from the page load warnings about some of the images being HTTP instead of HTTPS). Looking around a bit more, the relevant divs have no id, so presumably for this to work it needs to rely on the class. However, the class post-expander (the one on the div which is the parent of both the Show First Post line and the hidden first post) does not appear at all in the JavaScript and only appears twice in the CSS:

Code: Select all

.post-expander { min-height: 5px; background-color: #B0BBA9; padding: 0px; }
.post-expander .info { padding: 5px; text-align: center; font-size: 14px; cursor: pointer; }
I am able to find the JavaScript that handles the per_page dropdown, which works perfectly.