Closed
Bug 803327
Opened 13 years ago
Closed 13 years ago
[AccessFu] No window is passed to Presenter.viewportChanged()
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla19
People
(Reporter: eeejay, Assigned: eeejay)
Details
Attachments
(1 file)
1.20 KB,
patch
|
davidb
:
review+
bajaj
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #672993 -
Flags: review?(dbolter)
![]() |
||
Comment 2•13 years ago
|
||
Comment on attachment 672993 [details] [diff] [review]
Provide window to viewportChanged in presenters
Review of attachment 672993 [details] [diff] [review]:
-----------------------------------------------------------------
::: accessible/src/jsat/EventManager.jsm
@@ -81,3 @@
> this.present(
> function(p) {
> - return p.viewportChanged();;
Heh. I was confused by this yesterday.
Assignee | ||
Comment 3•13 years ago
|
||
Assignee: nobody → eitan
Assignee | ||
Comment 4•13 years ago
|
||
Oops.. I thought the last comment was an r+, just noticed it is still not.
![]() |
||
Comment 5•13 years ago
|
||
Comment on attachment 672993 [details] [diff] [review]
Provide window to viewportChanged in presenters
Review of attachment 672993 [details] [diff] [review]:
-----------------------------------------------------------------
(In reply to Eitan Isaacson [:eeejay] from comment #4)
> Oops.. I thought the last comment was an r+, just noticed it is still not.
I guess it is ok. Why is the variable still called "window"?
Attachment #672993 -
Flags: review?(dbolter) → review+
![]() |
||
Comment 6•13 years ago
|
||
- still
Comment 7•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
Comment 8•12 years ago
|
||
Comment on attachment 672993 [details] [diff] [review]
Provide window to viewportChanged in presenters
[Approval Request Comment]
Bug caused by (feature/regressing bug #): Bug 791400
User impact if declined: Rectangle does not get updated once the page starts scrolling. Indication of accessibility focus broken.
Testing completed (on m-c, etc.): Yes.
Risk to taking this patch (and alternatives if risky): None.
String or UUID changes made by this patch: None.
Attachment #672993 -
Flags: approval-mozilla-aurora?
Updated•12 years ago
|
Attachment #672993 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Assignee | ||
Comment 9•12 years ago
|
||
Updated•12 years ago
|
status-firefox18:
--- → fixed
status-firefox19:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•