LRNWebComponents / hax-body

CODE MOVED TO https://github.com/elmsln/lrnwebcomponents PROJECT HOME:
https://haxtheweb.org/
Apache License 2.0
55 stars 7 forks source link

weird keyboard issue w/ dropdown-select tag in menus #171

Closed btopro closed 5 years ago

btopro commented 6 years ago

Can't tell if this is just an issue w/ something I'm doing or a core issue to the dropdown-select tag. @nikkimk can you try to create a sticky-note in HAX and then see how the drop down in the fly out looks / functions? It gets focus but if using enter key or spaces bar I can't actually set the value. If I click it it works fine. Can you see if the implementation in the DOM is wrong cause in your demo it appears to work but it also fires that alert so not sure if that's covering something up in state :)

btopro commented 6 years ago

still remains after latest update; I wonder if this is something in HAX intercepting the return key bc of how that's a special key when in the body (guessing here)

btopro commented 5 years ago

ES modules version has this fixed