Jump to content
  • Box display profile pushing the footer !


    Hey devs,

    It would be interesting to correct this behavior, after hovering the mouse over a specific profile sometimes it pushes the footer content.
    I don't know if your idea is to leave the footer floating like this.
    But in my opinion as a DEV this behavior is not good.

    image.thumb.png.39454b5747a450d7bd665df801a4410f.png


    User Feedback

    Recommended Comments

    Marc

    Posted

    Im honestly not sure what it is you are expecting it to do there. Please could you clarify? Also, it would be worth putting in discussions rather than here, as what you posed there is working as its supposed to

    Marc

    Posted

    Changed Status to Not a bug

    Marc

    Posted

    36 minutes ago, Marco Junior said:

    Shouldn't this footer be fixed?

     

    You still havent said what you are expecting it to do 

    Marco Junior

    Posted

    1 minute ago, Marc said:

    You still havent said what you are expecting it to do 

    This is my answer, maybe you didn't understand.

    Shouldn't the position be "FIXED"?

    Because when the profile element is loaded the footer is moving creating a large space where it shouldn't have this behavior, keeping it "FIXED" just making the element/box of the profile demo content have a higher z-index would already be a solution.

    You can see this 🙂 

     

     

    Marc

    Posted

    Changed Status to Pending

    Ah, I see. I took "Shouldn't this footer be fixed?" as "It needs fixing" 😄 

    I have reported this and our designer can decide if this needs to be changed

    Marco Junior

    Posted

    1 minute ago, Marc said:

    Changed Status to Pending

    Ah, I see. I took "Shouldn't this footer be fixed?" as "It needs fixing" 😄 

    I have reported this and our designer can decide if this needs to be changed

    Yes, I realized that you were not interpreting me correctly.
    The word "Fixed" made it clear that I wanted a correction, but I was not specifying where or why. Anyway, thank you for all your attention and patience!

    I hope they can understand = ) It's not something serious, but it is a bit annoying.

    Ehren

    Posted

    Hi there,

    Thanks for letting us know. I’ve come across this too, but it’s simply the way browsers handle tall content being appended to the DOM (when the new content is positioned using position: absolute)

    The footer is already pushed to the bottom of the browser window (even on short pages) using flexbox, but when an element is appended to the document (like the profile hover cards), they’re “absolutely positioned” which means they don’t affect the position of anything else. The footer doesn’t realize a hover card is adding extra space to the end of the document, so it thinks it’s still positioned correctly even though it isn’t.

    I don’t have a non-hacky solution for this, but I do have plans to revamp the hover cards in a future 5.x update which would solve this, so it won’t be a permanent issue 🙂 


×
×
  • Create New...