We're seeing some issues with stickied action buttons in tabs, or when there are multiple sets of action buttons on a page. The width on the sticky element(s) is set to the width of the first sticky wrapper in the jQuery collection - not desired when there are multiple sticky elements on a page. Also, if a sticky element is invisible - e.g. in a tab - then its parent's height is set to 0.
This patch remedies these 2 issues.
Comments
Comment #1
breathingrock commentedRe-submitting patch file with issue #.
Comment #2
breathingrock commentedModifying the core waypoints-sticky.js wasn't necessary. Here's another patch that only modifies sticky-edit-actions.js.
Comment #3
elijah lynnThanks for this!
Committed with a19be29
Comment #4.0
(not verified) commentedFixing some language.