You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
state.attributes.popper aren't applied to the popup wrapper div, only state.styles.popper are.
Steps
Use Popup component with default props and modifiers (which include hide by default) and on="click".
Open the popup by clicking the trigger.
Scroll the trigger out of the viewport.
Expected Result
The popup wrapper div gets the attributes data-popper-escaped and data-popper-reference-hidden from the default hide modifier.
Actual Result
No attributes are added to the div.
Version
2.1.5
The text was updated successfully, but these errors were encountered:
layershifter
changed the title
SUIR's Popup.js doesn't take into account popper's attributes, only styles
bug: [Popup] doesn't take into account popper's attributes, only styles
Nov 12, 2024
Bug Report
state.attributes.popper
aren't applied to the popup wrapper div, onlystate.styles.popper
are.Steps
Popup
component with default props and modifiers (which includehide
by default) andon="click"
.Expected Result
The popup wrapper div gets the attributes
data-popper-escaped
anddata-popper-reference-hidden
from the defaulthide
modifier.Actual Result
No attributes are added to the div.
Version
2.1.5
The text was updated successfully, but these errors were encountered: