Antonio Gomes wrote:
* when a radio button group gets the focus, it is not possible to get
focus out of this group at all: pressing any arrows switches focus
only inside the same radio button group - snav HandleMove method [2]
is not even called.
For the former I have an idea to solve it. For the later, one possible
solution might be each radio button (in a group) to be a focusable
element, instead of treating the whole group as a single focusable
element.
The thing is that radio groups are generally meant to be a list of exclusive
choices, so you want to make it easy to switch between radios in a radio group,
no? In fact we have special code to do just that (which is what you're running
into).
-Boris
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding