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
Go to the slider section. Click on a slider. Notice that it doesn't indicate it has the focus. Keyboard presses (left/right/up/down/home/end) however do work.
The text was updated successfully, but these errors were encountered:
Focus and accessibility are both pain points of this theme. It's rather hard to implement, because of the lack of CSS support and a sub-optimal control scene graph. It's very easy for web, because of the support for :before, :after, box-shadow, etc. I spent days playing with different styles and approaches, but some components still don't support it.
Run the AtlantaFX Sampler app.
Go to the slider section. Click on a slider. Notice that it doesn't indicate it has the focus. Keyboard presses (left/right/up/down/home/end) however do work.
The text was updated successfully, but these errors were encountered: