Closed
Bug 1279708
Opened 7 years ago
Closed 7 years ago
highlight is wrong if scrolled
Categories
(Toolkit :: Find Toolbar, defect)
Tracking
()
People
(Reporter: alice0775, Assigned: mikedeboer)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
Steps to reproduce: 1. open attached 2. Ctrl+f, type bla 3. Hit ENTER and repeat Step.3
Updated•7 years ago
|
![]() |
Reporter | |
Comment 2•7 years ago
|
||
[Tracking Requested - why for this release]: I can still reproduce on Nightly51.0a1 https://hg.mozilla.org/mozilla-central/rev/7e873393cc11d326338779e5a3ed2da031e30936 Mozilla/5.0 (Windows NT 10.0; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0 ID:20160911030419
Status: RESOLVED → REOPENED
status-firefox51:
--- → affected
tracking-firefox51:
--- → ?
Resolution: DUPLICATE → ---
Comment 3•7 years ago
|
||
This is probably a duplicate of bug 1279695.
Assignee | ||
Comment 4•7 years ago
|
||
(In reply to Marco Castelluccio [:marco] from comment #3) > This is probably a duplicate of bug 1279695. No this is a different bug, in that we don't recalculate the geometry of ranges when we scrollIntoView the current found range.
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → mdeboer
Status: REOPENED → ASSIGNED
Iteration: --- → 51.3 - Sep 19
Points: --- → 1
Flags: qe-verify+
Flags: firefox-backlog+
Comment hidden (mozreview-request) |
Comment 6•7 years ago
|
||
mozreview-review |
Comment on attachment 8791624 [details] Bug 1279708 - update the geometry of all ranges upon the next dimmed mask repaint in the case of a 'findAgain' update, because the page may have scrolled. https://reviewboard.mozilla.org/r/78998/#review77616 Should this have a test for it?
Attachment #8791624 -
Flags: review?(jaws) → review+
Assignee | ||
Comment 7•7 years ago
|
||
(In reply to Jared Wein [:jaws] (please needinfo? me) from comment #6) > Should this have a test for it? I'll work on a test asap, in another bug.
Assignee | ||
Comment 8•7 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/4b1afa9d2e99ff11f590c253e33f65ec49157ea8 Bug 1279708 - update the geometry of all ranges upon the next dimmed mask repaint in the case of a 'findAgain' update, because the page may have scrolled. r=jaws
Pushed by mdeboer@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/945d91bffbdd update the geometry of all ranges upon the next dimmed mask repaint in the case of a 'findAgain' update, because the page may have scrolled. r=jaws
Assignee | ||
Comment 10•7 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/6ac553163f6b9f2f5565fe09b8afdffa0d820984 Backed out changeset 4b1afa9d2e99 (bug 1279708), because it landed on autoland earlier. r=backout DONTBUILD
Comment 12•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/945d91bffbdd
Status: ASSIGNED → RESOLVED
Closed: 7 years ago → 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
Updated•7 years ago
|
QA Contact: brindusa.tot
Comment 13•7 years ago
|
||
I've reproduced the initial issue on Nightly 50.0a1 (Build ID: 20160611030214) on Windows 10. Verified fixed (when following the STR from the description) using Nightly 52 (Build ID: 20160919065232) on Windows 10, Ubuntu 16.04 and Mac OS X 10.11. But, the issue is still reproducible if scrolling is done via mouse. Please see the attached screen-cast. Mike, will the above issue be covered by Bug 1279695? Please let me know if I should log a new bug to cover the scrolling via mouse issue.
status-firefox52:
--- → verified
Flags: needinfo?(mdeboer)
Comment 14•7 years ago
|
||
Assignee | ||
Comment 15•7 years ago
|
||
(In reply to Simona B [:simonab ] from comment #13) > Mike, will the above issue be covered by Bug 1279695? Please let me know if > I should log a new bug to cover the scrolling via mouse issue. This is covered by bug 1302534.
Flags: needinfo?(mdeboer)
Comment 16•7 years ago
|
||
Based on Comment 15, setting the status of this issue to Verified Fixed. I'm also removing the qa-verify flag since this Feature is disabled by default on Firefox 51.
Status: RESOLVED → VERIFIED
Flags: qe-verify+
Comment 17•6 years ago
|
||
Based on previous comment
> I'm also removing the qa-verify flag since this Feature is disabled by
> default on Firefox 51.
update status-firefox51 to Disabled.
You need to log in
before you can comment on or make changes to this bug.
Description
•