Closed
Bug 801671
Opened 13 years ago
Closed 13 years ago
[AccessFu] Regression in visual tracking
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
mozilla19
| Tracking | Status | |
|---|---|---|
| firefox18 | --- | fixed |
People
(Reporter: MarcoZ, Assigned: eeejay)
Details
(Keywords: regression)
Attachments
(1 file)
|
1.36 KB,
patch
|
davidb
:
review+
bajaj
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Spun off bug 800905 comment #2:
)
> I noticed a few other regressions when writing this. Most prominent tab
> switching and the visual highlight not moving with the scroll.
Filing this as a separate bug to deal with these issues.
| Assignee | ||
Comment 1•13 years ago
|
||
Tab switching never really worked right, so I am going to change the summary to reflect the real regression. I'll submit a patch for tab switching and generally focus niceties in a separate bug.
Summary: [AccessFu] Further regressions like visual tracking, tab switching → [AccessFu] Regression in visual tracking
| Assignee | ||
Comment 2•13 years ago
|
||
Attachment #672093 -
Flags: review?(dbolter)
Comment 3•13 years ago
|
||
Comment on attachment 672093 [details] [diff] [review]
Don't use cached bounds after scrolling, they use the previous scroll position.
Review of attachment 672093 [details] [diff] [review]:
-----------------------------------------------------------------
OK r=me. It took me a while to realize the visual presenter doesn't care about context beyond the accessible.
Attachment #672093 -
Flags: review?(dbolter) → review+
| Assignee | ||
Comment 4•13 years ago
|
||
Target Milestone: --- → mozilla18
| Assignee | ||
Comment 5•13 years ago
|
||
This should land in Aurora as well.
Updated•13 years ago
|
Target Milestone: mozilla18 → mozilla19
| Reporter | ||
Comment 6•13 years ago
|
||
Comment on attachment 672093 [details] [diff] [review]
Don't use cached bounds after scrolling, they use the previous scroll position.
[Approval Request Comment]
Bug caused by (feature/regressing bug #): Regression from a refactor having to do with B2G multi-process accessibility work.
User impact if declined: Viual indication of where the accessibility focus is would be broken.
Testing completed (on m-c, etc.): Yes, on a local build made from Inbound.
Risk to taking this patch (and alternatives if risky): None.
String or UUID changes made by this patch: None.
Attachment #672093 -
Flags: approval-mozilla-aurora?
Comment 7•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Updated•13 years ago
|
status-firefox19:
affected → ---
Updated•13 years ago
|
Attachment #672093 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 8•13 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•