Closed
Bug 707654
Opened 13 years ago
Closed 13 years ago
embeds relation on root accessible can return not content document
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla12
People
(Reporter: surkov, Assigned: surkov)
References
(Blocks 1 open bug)
Details
(Keywords: access)
Attachments
(1 file)
11.94 KB,
patch
|
davidb
:
review+
|
Details | Diff | Splinter Review |
For example, if you install Firebug extension then it adds extra document accessible that is returned by embeds relation but the tab document is expected.
Assignee | ||
Comment 1•13 years ago
|
||
Assignee: nobody → surkov.alexander
Status: NEW → ASSIGNED
Attachment #579054 -
Flags: review?(bolterbugz)
Updated•13 years ago
|
Attachment #579054 -
Flags: review?(bolterbugz) → review+
Comment 2•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla12
Comment 3•13 years ago
|
||
MarcoZ asked if this could be backed for now due to bug 720393, hope this was ok :-)
https://hg.mozilla.org/mozilla-central/rev/9b069a37f58f
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Target Milestone: mozilla12 → ---
Assignee | ||
Comment 4•13 years ago
|
||
I'm surprised that this bug caused bug 720393 because Jamie said embed relations are used for plugin stuffs only so it shouldn't lead to issues observed in bug 720393. Moreover I don't see any changes in behavior (at least prior to bug 591363 which broke it).
I pushed try server build https://tbpl.mozilla.org/?tree=Try&rev=9c9d74894bca. Marco, when it's ready please try it.
Assignee | ||
Comment 5•13 years ago
|
||
Comment 6•13 years ago
|
||
Well, the observation is completely confirmed: I had the issues with this bug in, with it backed out, the situation returned to normal. There were two nightlies built on that day, the first with, the second without the patch after I identified it as being the guilty part. So the backout definitely fixed it.
Comment 7•13 years ago
|
||
I'm also seeing situations where the first tab document is returned, even if another tab is active. Is this related or should I file another bug?
Assignee | ||
Comment 8•13 years ago
|
||
(In reply to James Teh [:Jamie] from comment #7)
> I'm also seeing situations where the first tab document is returned, even if
> another tab is active. Is this related or should I file another bug?
for the record: as I said on irc it's regression from bug 591363.
Comment 9•13 years ago
|
||
(In reply to alexander :surkov from comment #8)
> > I'm also seeing situations where the first tab document is returned, even if
> > another tab is active.
> for the record: as I said on irc it's regression from bug 591363.
I can confirm this is fixed by this patch.
Marco, I can't reproduce bug 720393 with this try build. I tried with the NVDA Snapshots page (which contains an iframe):
http://www.nvda-project.org/snapshots/
I moved to one of the download links within the iframe. I also tried Gmail and couldn't reproduce it their either. Scarily enough, I can't think of any pages with Facebook or Twitter gadgets on them right now (even though I see them all the time), so haven't tested that yet.
Comment 10•13 years ago
|
||
Strange, I did see it with every try in that short-lived nightly build, and that was, indeed, the only patch that landed. And it had to be a focused item inside. A difference may be that here, there's a lot of test and stuff that comes before the first focusable item, whereas with Twitter widgets the focusable item comes first thing inside those iframes.
Assignee | ||
Comment 11•13 years ago
|
||
Marco, do you see any problems with try server build?
Comment 12•13 years ago
|
||
(In reply to alexander :surkov from comment #11)
> Marco, do you see any problems with try server build?
No, this latest try-server build is fine.
Assignee | ||
Comment 13•13 years ago
|
||
Ok, I'll land it then again
Assignee | ||
Comment 14•13 years ago
|
||
Comment 15•13 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla12
Updated•13 years ago
|
Flags: in-testsuite+
Version: unspecified → Trunk
You need to log in
before you can comment on or make changes to this bug.
Description
•