dojo / widgets

:rocket: Dojo - UI widgets.
https://widgets.dojo.io
Other
88 stars 66 forks source link

Slider `<output>` receives focus in Edge #402

Closed mwistrand closed 6 years ago

mwistrand commented 6 years ago

Bug

When navigating with the tab key through an application that contains the Slider widget on MS Edge, the <output> tag receives focus. As far as I can tell, this is unexpected behavior, but it still causes focus to appear to vanish. It would be preferable if this element were explicitly excluded from receiving focus.

Package Version: rc

Expected behavior:

The slider's <output> cannot receive focus through keyboard navigation.

Actual behavior:

The slider's <output> can and does receive focus through keyboard navigation.

rorticus commented 6 years ago

PR, https://github.com/dojo/widgets/pull/476

agubler commented 6 years ago

Fixed by #476