Giter VIP home page Giter VIP logo

Comments (2)

paveltiunov avatar paveltiunov commented on August 30, 2024

Hi @AlexYegupov !
Thanks for posting this issue!
Seems pretty interesting. Do you have any proposal of how it could be done?
Do you propose to have keyboard shortcuts for "Save" and "Create" operations?
I believe by default tab order is an order of fields in entity definition. What optimizations you propose to do here? Something like defining tabindex?

from allcountjs.

AlexYegupov avatar AlexYegupov commented on August 30, 2024

Yes, the simplest solution probably would be enough in 80% of cases:

  • set tabindex too all input controls on page. For rarely-used controls set tabindex to "-1".
    For fields keep declaration order. After last control most probably the "Save" button should be focused. Then - "Cancel".
  • set autofocus html attribute for most-probable control on the form

Also possible options:

  • Add titles to all buttons (maybe as disablealble option) to make user possible to activate desired button by finding it's caption as text on page (ctrl+f) and pressing escape. In that case any button
  • Imitate or implement classical html form behavour with using "default submit button". That means pressing "Enter" on any text input control == pressing form submit button (that in case of edit form probably means "save" button).

Not sure about non-standard keybindings because real users rarely use them and they could conflict with browser plugins.

Any solution could be tested very easily: creating multiple items (and subform items) in admin forms should be performed easily by using Tab and Enter only keys for saving/swithing/cancelling operations. (like it is on good-organized desktop applications).

from allcountjs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.