Closed
Bug 718990
Opened 14 years ago
Closed 14 years ago
Atk-based plugins to slot into our a11y tree stucks orca in some flash web pages.
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
mozilla12
People
(Reporter: jhk, Assigned: tbsaunde)
References
Details
(Keywords: access)
Attachments
(2 files)
32.78 KB,
patch
|
Details | Diff | Splinter Review | |
3.91 KB,
patch
|
surkov
:
review+
|
Details | Diff | Splinter Review |
By Looking at Bug 665820 comment 3. It observed that implementation of atk-based plugins in Bug 480317 leads orca to stuck in some of the flash based web pages.
Reporter | ||
Updated•14 years ago
|
Summary: Block for atk-based plugins to slot into our a11y tree. → Atk-based plugins to slot into our a11y tree stucks orca in some flash web pages.
Reporter | ||
Comment 1•14 years ago
|
||
Attachment #589478 -
Flags: feedback?(trev.saunders)
I've no access to Bug 665820, but it looks like you're simply backout Bug 480317.
Reporter | ||
Comment 3•14 years ago
|
||
(In reply to Ginn Chen from comment #2)
> I've no access to Bug 665820, but it looks like you're simply backout Bug
> 480317.
Sorry! here is the link. https://bugzilla.gnome.org/show_bug.cgi?id=665820.
Yes this is not final patch. It may require some debugging.
Comment 4•14 years ago
|
||
please cc us to bug 665820, I don't have an access too.
Comment 5•14 years ago
|
||
(In reply to alexander :surkov from comment #4)
> please cc us to bug 665820, I don't have an access too.
I missed that was supposed to be gnome bug, ignore my last comment.
Comment 6•14 years ago
|
||
(In reply to Ginn Chen from comment #2)
> but it looks like you're simply backout Bug
> 480317.
yep, that's what Trevor asked for in https://bugzilla.gnome.org/show_bug.cgi?id=665820 and it shouldn't be considered as proposed patch.
Assignee | ||
Comment 7•14 years ago
|
||
(In reply to alexander :surkov from comment #6)
> (In reply to Ginn Chen from comment #2)
> > but it looks like you're simply backout Bug
> > 480317.
>
> yep, that's what Trevor asked for in
> https://bugzilla.gnome.org/show_bug.cgi?id=665820 and it shouldn't be
> considered as proposed patch.
yeah, I asked for it as an experiment not as a fix.
Assignee | ||
Updated•14 years ago
|
Attachment #589478 -
Flags: feedback?(trev.saunders)
Assignee | ||
Comment 8•14 years ago
|
||
noticed this while reviewing other stuff, it doesn't really make sense to treat "" as a valid atk plug id
Attachment #591712 -
Flags: review?(surkov.alexander)
Comment 9•14 years ago
|
||
Comment on attachment 591712 [details] [diff] [review]
patch
r=me for accessible module change, since don't see anything bad here but when this case happens?
Attachment #591712 -
Flags: review?(surkov.alexander) → review+
Assignee | ||
Comment 10•14 years ago
|
||
(In reply to alexander :surkov from comment #9)
> Comment on attachment 591712 [details] [diff] [review]
> patch
>
> r=me for accessible module change, since don't see anything bad here but
> when this case happens?
when the plugin isn't accessible. I'm not sure why the plug id is "" but if I load a youtube video with a breakpoint in the constructor for AtkSocketAccessible I see that plugId its arg has mData of "".
Assignee | ||
Comment 11•14 years ago
|
||
Comment 12•14 years ago
|
||
Assignee: nobody → trev.saunders
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla12
Comment 13•14 years ago
|
||
Comment on attachment 591712 [details] [diff] [review]
patch
Nice.
You need to log in
before you can comment on or make changes to this bug.
Description
•