Alright but we are getting EVENT_OBJECT_SELEDTIONREMOVE for single
removals.
Also, IE is generating EVENT_OBJECT_SELECTIONADD
So, we have inconsistencies. What would cause you to use
EVENT_OBJECT_SELECTIONADD?
Rich Schwerdtfeger
From: Alexander Surkov <surkov.alexander@gmail.com>
To: Richard Schwerdtfeger/Austin/IBM@IBMUS,
Cc: "W3C WAI Protocols & Formats" <public-pfwg@w3.org>
Date: 08/06/2013 08:10 AM
Subject: Re: ARIA CR Test case 848
Hi, Rich. I believe we fire selection change event when single selection
change occurs (like you moved a single selection). The logic doesn't depend
on container type (single vs multiple selection).
Thank you.
Alex.
On Mon, Aug 5, 2013 at 3:58 PM, Richard Schwerdtfeger <schwer@us.ibm.com>
wrote:
Hi Alex,
Is there a reason Firefox is generating an EVEN_OBJECT_SELECTION instead
of an EVEN_OBJECT_SELECTIONADD for option 3?
This is a multiselectable listbox
https://dvcs.w3.org/hg/pfwg/raw-file/default/ARIA/1.0/tests/test-files/testcases-multiselectable/testcase-listbox-multiselectable-C.html
You click the button and a selection add is supposed to be generated.
(Note: We are now operating off a new public list for ARIA instead of
member only). This is in preparation for ARIA 1.1.
Rich
Rich Schwerdtfeger