Skip to content
Snippets Groups Projects

Issue #3526123: Fixed sticky table header issue when toolbar sticky disable,...

Issue #3526123: Fixed sticky table header issue when toolbar sticky disable, show on scroll-up enabled.

Closes #3526123

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
92 98 // function calls have to be used instead.
93 99 elementClassList.remove('sticky-toolbar-hidden');
94 100 elementClassList.remove('toggle-toolbar-hidden');
101 // (Re)Add data-offset-top attribute.
  • After more testing, it appears the manual toggle of the data-offset-top attribute here and and in lines 111-114 is not necessary. It's sufficient to call Drupal.displace() if it's deferred long enough to allow the transitions to complete (lines 126-128).

  • Please register or sign in to reply
  • Michael Caldwell added 2 commits

    added 2 commits

    • 4664c34f - Remove unneeded attribute toggles
    • e1224716 - Add disable_sticky JS behavior

    Compare with previous version

  • Tirupati Singh added 1 commit

    added 1 commit

    • 3151c834 - Issue #3526123: Added dupral.displace dependency in the disable_sticky library.

    Compare with previous version

  • Please register or sign in to reply
    Loading