Closed
Bug 1187611
Opened 10 years ago
Closed 10 years ago
Handle proxies in mozAccessible focus, window, canBeFocused, isFocused
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
mozilla42
Tracking | Status | |
---|---|---|
firefox42 | --- | fixed |
People
(Reporter: lsocks, Assigned: lsocks)
Details
Attachments
(3 files, 1 obsolete file)
1.13 KB,
patch
|
tbsaunde
:
review+
|
Details | Diff | Splinter Review |
1.17 KB,
patch
|
tbsaunde
:
review+
|
Details | Diff | Splinter Review |
1.34 KB,
patch
|
lsocks
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•10 years ago
|
||
Assignee: nobody → lorien
Attachment #8638935 -
Flags: review?(tbsaunde+mozbugs)
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8638936 -
Flags: review?(tbsaunde+mozbugs)
Updated•10 years ago
|
Attachment #8638936 -
Flags: review?(tbsaunde+mozbugs) → review+
Updated•10 years ago
|
Attachment #8638935 -
Flags: review?(tbsaunde+mozbugs) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Attachment #8639034 -
Flags: review?(tbsaunde+mozbugs)
Assignee | ||
Updated•10 years ago
|
Summary: Handle proxies in mozAccessible focus, window, canBeFocused → Handle proxies in mozAccessible focus, window, canBeFocused, isFocused
Comment 4•10 years ago
|
||
Comment on attachment 8639034 [details] [diff] [review]
part 2 - window
>+ docAcc = accWrap->Document();
>+ }
>+ else if (ProxyAccessible* proxy = [self getProxyAccessible]) {
braces
>+ Accessible* outerDoc = proxy->OuterDocOfRemoteBrowser();
>+ if (outerDoc)
>+ docAcc = outerDoc->Document();
>+ }
> if (docAcc)
blank line please
> nativeWindow = static_cast<NSWindow*>(docAcc->GetNativeWindow());
>
> NSAssert1(nativeWindow, @"Could not get native window for %@", self);
unrelated, but that seems bogus
Attachment #8639034 -
Flags: review?(tbsaunde+mozbugs) → review+
Assignee | ||
Comment 5•10 years ago
|
||
carry r=tbsaunde
Attachment #8639034 -
Attachment is obsolete: true
Attachment #8643068 -
Flags: review+
Comment 7•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/3cfa0ff6f2e5
https://hg.mozilla.org/mozilla-central/rev/5a9eabc1c121
https://hg.mozilla.org/mozilla-central/rev/c9580c329762
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox42:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
You need to log in
before you can comment on or make changes to this bug.
Description
•