https://bugs.documentfoundation.org/show_bug.cgi?id=159750
Michael Weghorn <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|accessibility | --- Comment #17 from Michael Weghorn <[email protected]> --- (In reply to Heiko Tietze from comment #16) > If the field is disabled it wont handle events, AFAIK. If that was the case > I'm not against such improvement on accessibility. Michael, what do you > think? I'm a bit skeptical on introducing something like this for a single case as the one described here, as that makes UX inconsistent, and consistency is valuable, also when it comes to accessibility. (Why does it work like that for this particular radio button in the "Export As" dialog, but not e.g. the "JPEG compression quality" one further down in the dialog, and many other cases in other dialogs?) One efficient way to avoid having to do multiple clicks is to use the keyboard right away, e.g. using the Alt+P accelerator (in English UI) or just press the down key, which will both enable the "Pages" radio button and move focus to the edit field right away. (Using the keyboard will be required to input the page ranges in the next step anyway, so why not use it right away?) Is that a sufficient alternative? -- You are receiving this mail because: You are the assignee for the bug.
