Uploaded image for project: 'Magnolia UI'
  1. Magnolia UI
  2. MGNLUI-1641 Keyboard: As a user, I can navigate around the new UI using basic (common) keyboard commands (leftovers from previous sprint)
  3. MGNLUI-1642

Keyboard: Press ENTER while on an element in a content view should trigger Default Action for Browser SubApp

XMLWordPrintable

    • 5.1 Beta1- Frontend

      Notes

      WorkbenchViewImpl - Add keyboardEventPanel which is a Vaadin Panel to scope some keyboard events to the active workbench.
      Handers for ENTER and DELETE key.

      ListViewImpl - Handles Enter key with onShortcutKey() - passes to presenter.
      AbstractContentPresenter.onShortcutKey().
      Fires ItemShortcutKeyEvent() on the eventbus!

      BrowserPresenter adds a handler that checks for ENTER key and simply calls executeDefault.

      Notes:

      InplaceEditingTreeTable - where ESC, ENTER, TAB and SHIFT-TAB are handled.

            czimmermann Christopher Zimmermann
            czimmermann Christopher Zimmermann
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: