Closed
Bug 553856
Opened 15 years ago
Closed 15 years ago
When "Find" scrolls left, it doesn't scroll left far enough
Categories
(Core :: Find Backend, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 559993
People
(Reporter: jruderman, Unassigned)
Details
(Keywords: testcase)
Attachments
(1 file)
285 bytes,
text/html
|
Details |
When Find scrolls to the left, it only scroll far enough to show the rightmost pixel of the selection. This is quite disorienting, since the result is that the new selection is not visible on the screen.
This can happen due to text-wrapping, find-previous, or find-wrapping.
This happens when searching
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1269122326.1269124255.13495.gz&fulltext=1
for "failed", for example.
![]() |
||
Comment 1•15 years ago
|
||
Presumably because ScrollSelectionIntoView can take either focus_region or anchor_region as the thing to scroll into view but not "both" or some such?
Reporter | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•