1. DLP Flash Christmas Competition + Writing Marathon 2024!

    Competition topic: Magical New Year!

    Marathon goal? Crank out words!

    Check the marathon thread or competition thread for details.

    Dismiss Notice
  2. Hi there, Guest

    Only registered users can really experience what DLP has to offer. Many forums are only accessible if you have an account. Why don't you register?
    Dismiss Notice
  3. Introducing for your Perusing Pleasure

    New Thread Thursday
    +
    Shit Post Sunday

    READ ME
    Dismiss Notice

Resolved Minor UI bug: "Go to First Unread" button not displaying correctly

Discussion in 'DLP Feedback and Improvement' started by moonpotato, Jun 2, 2018.

  1. moonpotato

    moonpotato First Year

    Joined:
    Jun 1, 2015
    Messages:
    36
    Location:
    Bestern Australia
    On some threads, the "Go To First Unread" button appears too thin, causing the text to spill off the right-hand side of the button. I haven't checked thoroughly but it seems like this happens only for threads that don't have multiple pages of posts.

    I assume this is some minor bug in the site's CSS, though once again I haven't really looked much into it yet. Attached is a combination of screenshots which demonstrates the issue, the same on many pages, in comparison to examples where it looks fine. It is very minor.

    DLP Issue.png
     
  2. Zombie

    Zombie Black Philip Moderator DLP Supporter

    Joined:
    Apr 28, 2007
    Messages:
    6,036
    upload_2018-6-8_10-52-46.png
    This is what I'm seeing everywhere.

    Can you link me the thread in which the first image occurred? I cannot seem to find one that appears that way at all. I almost thought it had been resolved.
     
  3. Sataniel

    Sataniel High Inquisitor

    Joined:
    Jan 24, 2016
    Messages:
    539
    High Score:
    0
    I would assume it's theme's fault. I've seen it too on Incog.
     
  4. Zombie

    Zombie Black Philip Moderator DLP Supporter

    Joined:
    Apr 28, 2007
    Messages:
    6,036
    Well, anyways:

    Add this to stylish until it can be added to the final code base.

    Lemme know if it doesn't work.

    Code:
    .unreadLink {
    height: 20px;
    width: auto ;
    }
     
  5. lopeck

    lopeck Groundskeeper

    Joined:
    Oct 22, 2013
    Messages:
    332
    Gender:
    Male
    Location:
    Germany
    This was brought up a while agohere.

    It still happens to me on occasion. And in this very thread.
     
  6. Zombie

    Zombie Black Philip Moderator DLP Supporter

    Joined:
    Apr 28, 2007
    Messages:
    6,036
    Did you try they stylish code Because it resolved the problem for me anywhere it was showing before. Just wanted to see if more needed to be done to fix it.
     
  7. moonpotato

    moonpotato First Year

    Joined:
    Jun 1, 2015
    Messages:
    36
    Location:
    Bestern Australia
    It was happening on this thread (until I refreshed the page and the button disappeared).

    Yes that CSS rule clears things up fine. Though I'd suggest using 18px for the height instead because that's how it appears on the other pages (and that matches up with the heights of the page number buttons, too).
     
  8. lopeck

    lopeck Groundskeeper

    Joined:
    Oct 22, 2013
    Messages:
    332
    Gender:
    Male
    Location:
    Germany
    It only happens sporadically. So I couldn't say for sure if the stylish code worked immediately. But there haven't been any more instances since yesterday.
     
  9. KGB

    KGB Headmaster

    Joined:
    Jan 18, 2011
    Messages:
    1,067
    It appears to happen only when there is a single page of content and there are new posts in it.

    When there are more than one page it displays correctly.

    Edit: This is using Incog style.
     
  10. moonpotato

    moonpotato First Year

    Joined:
    Jun 1, 2015
    Messages:
    36
    Location:
    Bestern Australia
    That is consistent with what I've seen as well. I'm using WIP theme.
     
  11. lopeck

    lopeck Groundskeeper

    Joined:
    Oct 22, 2013
    Messages:
    332
    Gender:
    Male
    Location:
    Germany
    It's still popping up with the stylish code.
    Unred Bug.png
     
  12. moonpotato

    moonpotato First Year

    Joined:
    Jun 1, 2015
    Messages:
    36
    Location:
    Bestern Australia
    Try replacing
    Code:
    .unreadLink
    with
    Code:
    .PageNav a.unreadLink
    in the Stylish code. It looks like the rule gets overridden by another rule otherwise.
     
  13. Lord Ravenclaw

    Lord Ravenclaw DLP Overlord Admin DLP Supporter

    Joined:
    Apr 2, 2005
    Messages:
    4,372
    Location:
    Denver, CO
    I pushed a fix to the underlying CSS. Let me know if you still see it.
     
  14. moonpotato

    moonpotato First Year

    Joined:
    Jun 1, 2015
    Messages:
    36
    Location:
    Bestern Australia
    Looks fine to me now.
     
Loading...