Advertisement
Guest User

Untitled

a guest
Aug 27th, 2015
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. ### Overlay Solution
  2.  
  3. 1. Dialogs and dropdowns (should) live in separate parts of the tree.
  4. 2. Support "constrained" dropdowns that can be guaranteed to be on top of everything.
  5. - These dropdowns are constrained by how their DOM is generated, and how rules like scoping, events and other things apply.
  6. 3. This can be layered on top of the existing overlay solution.
  7.  
  8. ### Action Items
  9.  
  10. - (cdata) Explore `position: fixed` breaking out of `overflow: hidden`.
  11. - (cdata) Create proof-of-concept for "constrained" dropdowns.
  12. - (sorvell) Templatizer that supports special styling features ("psuedoelement").
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement