Closed Bug 1164193 Opened 9 years ago Closed 9 years ago

emit a few more events on proxied accessibles for atk

Categories

(Core :: Disability Access APIs, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla41
Tracking Status
firefox41 --- fixed

People

(Reporter: tbsaunde, Assigned: tbsaunde)

Details

Attachments

(1 file)

      No description provided.
Comment on attachment 8604868 [details] [diff] [review]
emit a few more events on proxied accessibles for atk

Review of attachment 8604868 [details] [diff] [review]:
-----------------------------------------------------------------

Maybe something more descriptive for checkin like "Emit a some document and menupopup events on proxied accessibles for atk" would be lovelier.

::: accessible/atk/AccessibleWrap.cpp
@@ +1354,5 @@
>  {
>    AtkObject* wrapper = GetWrapperFor(aTarget);
> +
> +  switch (aEventType) {
> +  case nsIAccessibleEvent::EVENT_FOCUS:

nit: this whole switch body should be indented 2 more spaces.
Attachment #8604868 - Flags: review?(dbolter) → review+
> ::: accessible/atk/AccessibleWrap.cpp
> @@ +1354,5 @@
> >  {
> >    AtkObject* wrapper = GetWrapperFor(aTarget);
> > +
> > +  switch (aEventType) {
> > +  case nsIAccessibleEvent::EVENT_FOCUS:
> 
> nit: this whole switch body should be indented 2 more spaces.

that file doesn't seem to agree with itself on if case labels should be indented or not, so it wasn't totally unintentional.
https://hg.mozilla.org/mozilla-central/rev/06b840460921
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
Assignee: nobody → tbsaunde+mozbugs
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: