Remove support for unused events
Categories
(Core :: Disability Access APIs, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox117 | --- | fixed |
People
(Reporter: aaronlev, Assigned: Jamie)
References
(Blocks 2 open bugs)
Details
(Keywords: access)
Attachments
(1 file)
Reporter | ||
Comment 1•17 years ago
|
||
Comment 2•17 years ago
|
||
Comment 3•17 years ago
|
||
Comment 4•17 years ago
|
||
Comment 5•17 years ago
|
||
Comment 7•16 years ago
|
||
Comment 8•16 years ago
|
||
Comment 9•12 years ago
|
||
Updated•2 years ago
|
Assignee | ||
Comment 10•1 year ago
|
||
If no one has asked for these in 15 years, I think we should just remove them.
Assignee | ||
Comment 11•1 year ago
|
||
EVENT_SECTION_CHANGED is also unused.
Assignee | ||
Comment 12•1 year ago
•
|
||
Also other EVENT_TABLE_* events for captions, etc. and EVENT_HYPER*.
Actually, there are a bunch of other unused events as well. I think we're going to have to go through the whole list. :(
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 13•1 year ago
|
||
This removes the unused AccTableChangeEvent class, as well as the following unused event constants:
- EVENT_ACTIVE_DECENDENT_CHANGED
- EVENT_LOCATION_CHANGE
- EVENT_HELP_CHANGE
- EVENT_DEFACTION_CHANGE
- EVENT_ACTION_CHANGE
- EVENT_ACCELERATOR_CHANGE
- EVENT_FOREGROUND
- EVENT_CAPTURE_START
- EVENT_CAPTURE_END
- EVENT_MOVESIZE_START
- EVENT_MOVESIZE_END
- EVENT_CONTEXTHELP_START
- EVENT_CONTEXTHELP_END
- EVENT_DRAGDROP_END
- EVENT_DIALOG_START
- EVENT_DIALOG_END
- EVENT_MINIMIZE_START
- EVENT_MINIMIZE_END
- EVENT_DOCUMENT_ATTRIBUTES_CHANGED
- EVENT_DOCUMENT_CONTENT_CHANGED
- EVENT_PROPERTY_CHANGED
- EVENT_PAGE_CHANGED
- EVENT_TEXT_CHANGED
- EVENT_TEXT_UPDATED
- EVENT_VISIBLE_DATA_CHANGED
- EVENT_TEXT_COLUMN_CHANGED
- EVENT_SECTION_CHANGED
- EVENT_TABLE_CAPTION_CHANGED
- EVENT_TABLE_MODEL_CHANGED
- EVENT_TABLE_SUMMARY_CHANGED
- EVENT_TABLE_ROW_DESCRIPTION_CHANGED
- EVENT_TABLE_ROW_HEADER_CHANGED
- EVENT_TABLE_ROW_INSERT
- EVENT_TABLE_ROW_DELETE
- EVENT_TABLE_ROW_REORDER
- EVENT_TABLE_COLUMN_DESCRIPTION_CHANGED
- EVENT_TABLE_COLUMN_HEADER_CHANGED
- EVENT_TABLE_COLUMN_INSERT
- EVENT_TABLE_COLUMN_DELETE
- EVENT_TABLE_COLUMN_REORDER
- EVENT_WINDOW_CREATE
- EVENT_WINDOW_DESTROY
- EVENT_WINDOW_RESIZE
- EVENT_HYPERLINK_END_INDEX_CHANGED
- EVENT_HYPERLINK_NUMBER_OF_ANCHORS_CHANGED
- EVENT_HYPERLINK_SELECTED_LINK_CHANGED
- EVENT_HYPERTEXT_LINK_ACTIVATED
- EVENT_HYPERTEXT_LINK_SELECTED
- EVENT_HYPERLINK_START_INDEX_CHANGED
- EVENT_HYPERTEXT_CHANGED
- EVENT_HYPERTEXT_NLINKS_CHANGED
Comment 14•1 year ago
|
||
Jamie: Orca pays attention to row and column reorder events. I think those would be potentially useful in sortable ARIA grids. Granted if no spec states it needs doing, implementations probably won't do it.... Anyhoo, for what it's worth.
Assignee | ||
Comment 15•1 year ago
|
||
Thanks Joanie. We could certainly look at implementing this with appropriate spec guidance/browser consensus. That said, I don't think it serves us to have events in the code base for 15 years which have never been used. :) I'm going to leave this as is, but I'm certainly not suggesting we wouldn't add one or two of these back if they actually turn out to be useful and specified.
Comment 16•1 year ago
|
||
Comment 17•1 year ago
|
||
bugherder |
Description
•