Closed
Bug 941032
Opened 11 years ago
Closed 11 years ago
Make findbar/zoom text selection smarter about scroll positioning
Categories
(Firefox for Metro Graveyard :: Browser, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: jimm, Unassigned)
Details
Currently we position scroll using an x coordinate that's at the center of the selected text. This can result in selection that is clipped by the viewport.
We do a pretty good job of positioning along the y axis, but a rotten job of positioning along x. We should improve this to better center selected text when we have scroll area to leverage.
Updated•11 years ago
|
Blocks: metrov1backlog
Whiteboard: [triage]
Reporter | ||
Comment 1•11 years ago
|
||
We should also look at our zoom to rect code in content. I think we'll end up using this in the findbar code as well.
If we want to block on this is should be release28.
Summary: Make findbar text selection smarter about scroll positioning → Make findbar/zoom text selection smarter about scroll positioning
Reporter | ||
Comment 2•11 years ago
|
||
This was fixed partially by another landing- we no longer set the x coord to the middle of the selection. However we still don't center well. I think this will get fixed by bug 940952 when we get to it.
No longer blocks: metrov1backlog
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
Whiteboard: [triage]
You need to log in
before you can comment on or make changes to this bug.
Description
•