Closed
Bug 873447
Opened 12 years ago
Closed 12 years ago
expose IAccessible2 checkable state
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla24
People
(Reporter: surkov, Assigned: marcosadp)
References
(Blocks 1 open bug)
Details
(Keywords: access, Whiteboard: [mentor=surkov.alexander@gmail.com][lang=c++])
Attachments
(1 file)
|
986 bytes,
patch
|
surkov
:
review+
|
Details | Diff | Splinter Review |
IA2_STATE_CHECKABLE (a plain mapping)
| Reporter | ||
Updated•12 years ago
|
| Reporter | ||
Comment 1•12 years ago
|
||
(In reply to alexander :surkov from comment #0)
> IA2_STATE_CHECKABLE (a plain mapping)
map states::CHECKED into IA2_STATE_CHECKABLE (msaa/AccessibleWrap::get_states)
Hi I am interested in working on this bug,but it's my first time to work on with debug,can anybody guide me on how to get started with it?Thanks a lot.
Comment 3•12 years ago
|
||
(In reply to MikeLing from comment #2)
> Hi I am interested in working on this bug,but it's my first time to work on
> with debug
Thanks! What do you mean by 'with debug'?
| Assignee | ||
Comment 4•12 years ago
|
||
I have a patch for this, please go ahead and assign me this bug.
| Reporter | ||
Comment 5•12 years ago
|
||
(In reply to Marcos A. Di Pietro from comment #4)
> I have a patch for this, please go ahead and assign me this bug.
done. I hope it's ok with MikeLing who was interested working on it but we work with him in another bug already, it should be ok
Assignee: nobody → marcosadp
| Assignee | ||
Comment 6•12 years ago
|
||
Maps states::CHECKED to IA2_STATE_CHECKABLE in msaa/AccessibleWrap.cpp::get_states
Attachment #757761 -
Flags: review?(surkov.alexander)
| Reporter | ||
Comment 7•12 years ago
|
||
Comment on attachment 757761 [details] [diff] [review]
Patch v1
Review of attachment 757761 [details] [diff] [review]:
-----------------------------------------------------------------
plain and simple, thank you for the fix!
Attachment #757761 -
Flags: review?(surkov.alexander) → review+
| Reporter | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 8•12 years ago
|
||
Keywords: checkin-needed
Comment 9•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
You need to log in
before you can comment on or make changes to this bug.
Description
•