Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Calendar days not accessible via keyboard

    The Calender widget shown in the showcase here: http://www.smartclient.com/smartgwt/showcase/#compact_calendar_category is not accessible via the keyboard. I can only access the first column and I cannot activate the DayBodyClickHandler by pressing the enter key. Is this a bug or something I can set manually somewhere?

    #2
    There's no keyboard navigation built into CalendarViews because there are no actions one can currently take using the keyboard. The default behavior would be to scroll the body and DayBodyClickHandler is currently only supported for mouse clicks.
    Last edited by Isomorphic; 26 Aug 2015, 02:44.

    Comment


      #3
      I have a customer that requires keyboard support for some of our widgets and as stated here: https://www.smartclient.com/smartgwt/javadoc/com/smartgwt/client/docs/Accessibility.html all components are "fully keyboard navigable".
      I have the same problem with a TileGrid and I have tested it in the showcase and it seems to be the same problem. I cannot tab to select the individual tiles and click on them with the keyboard.

      Comment

      Working...
      X