- From: Alexander Surkov <surkov.alexander@gmail.com>
- Date: Tue, 6 Aug 2013 10:03:30 -0400
- To: Richard Schwerdtfeger <schwer@us.ibm.com>
- Cc: Joseph Scheuhammer <clown@alum.mit.edu>, "W3C WAI Protocols & Formats" <public-pfwg@w3.org>, S Venkatakrishnan <svkrish@in.ibm.com>
- Message-ID: <CA+epNsd+cg0TJA5W=9RUdj=oDV9Ckj8tDJZW0sg4hwBSY97hDA@mail.gmail.com>
> Alright but we are getting EVENT_OBJECT_SELEDTIONREMOVE for single removals. selection event is fired to selected items, so in case of single removals we only can fire selectionremove event. > Also, IE is generating EVENT_OBJECT_SELECTIONADD IE implementation seems inconsistent, in case of HTML multiselect select (listbox) they still fire selection change event. > So, we have inconsistencies. What would cause you to use EVENT_OBJECT_SELECTIONADD? We fire it when multiple selection occurs, if you put items into selection by pressing shift+arrow key. Thank you. Alex. On Tue, Aug 6, 2013 at 9:33 AM, Richard Schwerdtfeger <schwer@us.ibm.com>wrote: > 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 > > [image: Inactive hide details for Alexander Surkov ---08/06/2013 08:10:38 > AM---Hi, Rich. I believe we fire selection change event when]Alexander > Surkov ---08/06/2013 08:10:38 AM---Hi, Rich. I believe we fire selection > change event when single selection change occurs (like you mov > > 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*<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 > *<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 > > >
Attachments
- image/gif attachment: graycol.gif
- image/jpeg attachment: 39911438.jpg
Received on Tuesday, 6 August 2013 14:03:59 UTC