Opened 2 years ago
Last modified 2 years ago
#57899 new defect (bug)
Bad javascript in customize-controls.js for padding-top causes bugs
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Customize | Keywords: | reporter-feedback needs-testing-info |
Focuses: | javascript, css | Cc: |
Description
The code for sections "Release header element if it is sticky." and "Reset position of the sticky header." is very bad old code and should be coded in a more modern way now. This code causes bugs in many situations and should either be eliminated all together and replaced with modern css only/instead or improved javascript to not include a forced css for padding-top.
Change History (3)
This ticket was mentioned in Slack in #core-test by juhise. View the logs.
2 years ago
Note: See
TracTickets for help on using
tickets.
The Sticky header feature starts earlier, and it probably would involve editing more than the
releaseStickyHeader
andresetStickyHeader
sections.