Re: [External] : Re: ToggleButton behavior

2023-12-14 Thread Andy Goryachev
-dev Subject: [External] : Re: ToggleButton behavior Hi Andy, The Mozilla doc you pointed to basically re-iterates the W3C guidelines. When a ToggleButton is in a group it should behave like other grouped controls where Tab gets you into and out of the group and the arrow keys navigate within

Re: ToggleButton behavior

2023-12-14 Thread Martin Fox
traversal policy. > > Are there any ideas? > > -andy > > > From: openjfx-dev on behalf of Martin Fox > > Date: Saturday, December 2, 2023 at 17:58 > To: John Hendrikx > Cc: openjfx-dev > Subject: Re: ToggleButton behavior > > I took a look a

Re: ToggleButton behavior

2023-12-07 Thread Andy Goryachev
ck of coherent geometry-based focus traversal policy, and a lack of public APIs for a custom focus traversal policy. Are there any ideas? -andy From: openjfx-dev on behalf of Martin Fox Date: Saturday, December 2, 2023 at 17:58 To: John Hendrikx Cc: openjfx-dev Subject: Re: ToggleButton behav

Re: ToggleButton behavior

2023-12-02 Thread Martin Fox
I took a look at the W3C accessibility guidelines for radio button groups since that’s the closest thing I could find to a group of ToggleButtons. The W3C suggests that Tab/Shift+Tab takes you in and out of the group and the arrow keys navigate within the gr

ToggleButton behavior

2023-12-01 Thread John Hendrikx
In my exploration of a potential Behavior API, I discovered this oddity in how ToggleButtons work. 1. If you have a single ToggleButton that is not part of a ToggleGroup, you can't navigate away from it with the arrow keys, only by using Tab or Shift-Tab. 2. If you have that same single Togg