Search and Top Navigation
#10353 closed bug (notabug)
Opened July 23, 2014 11:49PM UTC
Closed July 24, 2014 12:48AM UTC
Selectmenu generates elements outside of original select menu context
Reported by: | dasjestyr | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.core | Version: | 1.11.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
selectmenu hides the original select menu and generates a couple new elements to mimic the behavior. However, when it does so, it pays no respect to the the original select menu's position in the DOM. As a result, custom styling can become impossible (e.g. responsive design). I would suggest wrapping the original control and transferring its position style to the new parent and then appending the generated controls.
Please disregard. i didn't realize it was checking for ui-front or accepted appendTo