Closed
Bug 403125
Opened 18 years ago
Closed 18 years ago
Find bar highlight no longer works as expected
Categories
(Toolkit :: Find Toolbar, defect, P1)
Toolkit
Find Toolbar
Tracking
()
RESOLVED
FIXED
mozilla1.9beta2
People
(Reporter: stevee, Assigned: Gavin)
References
Details
(Keywords: regression)
Attachments
(1 file)
1.43 KB,
patch
|
asaf
:
review+
mtschrep
:
approval1.9+
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9b2pre) Gecko/2007110805 Minefield/3.0b2pre ID:2007110805
1. New profile, start firefox
2. Visit http://www.mozilla.org/projects/minefield/
3. CTRL+F
4. In search box, enter: as
5. Click highlight button
Expected:
- All instances of 'as' are highlighted
Actual:
- Nothing
6. Click the highlight button again (so it is no longer in its pressed state)
7. Notice that now all instances of 'as' are highlighted.
Works as expected: 20071107_0007_firefox-3.0a9pre.en-US.win32
Strange behaviour: 20071107_0359_firefox-3.0a9pre.en-US.win32
Checkins to module PhoenixTinderbox between 2007-11-07 00:07 and 2007-11-07 03:58 :
http://bonsai.mozilla.org/cvsquery.cgi?module=PhoenixTinderbox&date=explicit&mindate=1194422820&maxdate=1194436739
(Note also, that the first instance of 'as' found is the last one on the page; I'm going to file on this too, since find should start from the top of the page, and I'm sure it used to)
Flags: blocking-firefox3?
Assignee | ||
Comment 1•18 years ago
|
||
Assuming that regression range is correct, the only changes that could have caused this are dholbert's, I think.
Assignee | ||
Comment 2•18 years ago
|
||
Sorry, I misread the bug report. Bug 282180 is more likely the cause given the part about it working if you click again.
Assignee | ||
Comment 3•18 years ago
|
||
The "Highlight All" button has: oncommand="toggleHighlight(!this.checked);". It seems to expect that the "checked" property will be toggled after the oncommand has been fired. I guess it shouldn't do that?
Assignee | ||
Comment 4•18 years ago
|
||
Indeed, that was bug 230854.
Assignee | ||
Comment 5•18 years ago
|
||
Assignee | ||
Updated•18 years ago
|
OS: Windows 2000 → All
Priority: -- → P1
Hardware: PC → All
Target Milestone: --- → Firefox 3 M10
Comment 6•18 years ago
|
||
Comment on attachment 288171 [details] [diff] [review]
patch
r=mano
Attachment #288171 -
Flags: review?(mano) → review+
Assignee | ||
Updated•18 years ago
|
Attachment #288171 -
Flags: approval1.9?
Comment 7•18 years ago
|
||
It just goes to show, when bug 282180 caused a problem in XPFE we fixed it. When it caused a problem in toolkit you hacked around it. Sigh.
Updated•18 years ago
|
Attachment #288171 -
Flags: approval1.9? → approval1.9+
Assignee | ||
Comment 8•18 years ago
|
||
mozilla/toolkit/content/widgets/findbar.xml 1.17
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Flags: blocking-firefox3?
Comment 9•18 years ago
|
||
Windows XP SP2
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b2pre) Gecko/2007112605 Minefield/3.0b2pre ID:2007112605
Works. Highlight All highlights all occurences of 'as' in the test page.
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•