issue with firefox and fixedheader

issue with firefox and fixedheader

cool_bombomcool_bombom Posts: 17Questions: 4Answers: 0

firefox scolling when fixedheaders is displayed

Look at the example i have created in codepen (with firefox), my issue is that when i scoll down on page, firefox scrolls the body up, and when there is few enough rows it is difficult to get to the end of the page, caused by the automatic scolling happening when the fixehheaders are shown.

*https://codepen.io/coolbombom/pen/BarMjKP*

any solution to this as it is? I don't think it would happen if the code didn't remove and add the div element, with the fixed headers in, but just hide/show the div instead.

kind regards
cbb

This question has an accepted answers - jump to answer

Answers

  • cool_bombomcool_bombom Posts: 17Questions: 4Answers: 0
  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    Something funny going on for sure. It appears to be an interaction with Bootstrap 5. I can see it slightly in our example - although to a lesser extent than your own test case.

    The examples without BS5 appear to be okay.

    I'll try what you suggest locally with my dev build when I'm next working on FixedHeader and see if that helps at all.

    Thanks for the test case!

    Allan

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    I've got a feeling it might be something to do with the CSS transitions that BS5 uses...

  • stesosteso Posts: 3Questions: 1Answers: 0

    Hi, some update? I´m having the same issue on Firefox, when i scroll down on page, Firefox scrolls the body up. I´m using FixedHeader v3.2.4. In Chrome work´s fine. Any idea? Thanks in advance.

  • cool_bombomcool_bombom Posts: 17Questions: 4Answers: 0

    Hi Allan

    Thank you for your quick answer and sorry for not recognize it earlier.... newer received a mail about activity on this thread and have been really busy with work.

    Did you get a chance to look further into the issue?

    kind regards
    c_bb

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    Not yet sorry. Will post back as soon as I figure it out, but I've had a few other things on the go recently.

    Allan

  • cool_bombomcool_bombom Posts: 17Questions: 4Answers: 0

    Hi @allan

    any news/solution :smile:

    kind regards
    c_bb

  • VynskirVynskir Posts: 3Questions: 1Answers: 0

    Hi all,

    I am experiencing the same issue. Hope a fix can be found soon !

    Cheers

  • bpayne69bpayne69 Posts: 2Questions: 1Answers: 0

    I'm having the same issue. Any idea on a resolution?

  • teamoteamo Posts: 1Questions: 0Answers: 0

    I'm having the same issue. Any idea on a resolution?

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    I believe this is now resolved in the latest nightly as a result of this fix commit.

    There is more detail about the fix in this thread if you are interested.

    If anyone tries it, let me know how you get on.

    Regards,
    Allan

  • cool_bombomcool_bombom Posts: 17Questions: 4Answers: 0

    Hi @allan

    I can confirm that it is fixed :-)

    any idea when 3.4.0 will be released?

    kind regards
    c_bb

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin
    Answer ✓

    Should be soon! I'm aiming for this week.

    Allan

Sign In or Register to comment.