Closed
Bug 374718
Opened 18 years ago
Closed 18 years ago
No object:property-change:accessible-value for ARIA
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: aaronlev, Assigned: aaronlev)
References
(Blocks 1 open bug, )
Details
(Keywords: access)
Attachments
(1 file)
(deleted),
patch
|
ginnchen+exoracle
:
review+
|
Details | Diff | Splinter Review |
We're not firing value change events for aaa:valuenow changes.
Test case: http://www.mozilla.org/access/dhtml/pretty-slider
Assignee | ||
Comment 1•18 years ago
|
||
I'm at CSUN without a Linux machine so I can't test. Ginn can you give this patch a try?
Attachment #259174 -
Flags: review?(ginn.chen)
Comment on attachment 259174 [details] [diff] [review]
Use common code to fire nsIAccessibleEvent::VALUE_CHANGE and map that to g_object_notify
#undef LOOKS_LIKE_WE_DONT_NEED_THIS
need a cast to atkObj, like this
g_object_notify( (GObject*)atkObj, "accessible-value" );
Attachment #259174 -
Flags: review?(ginn.chen) → review+
Assignee | ||
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•