Closed
Bug 264801
Opened 21 years ago
Closed 21 years ago
FindClose timer not reset with "Match Case" selection
Categories
(Toolkit :: Find Toolbar, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: mikeclackler, Assigned: bugzilla)
Details
(Keywords: fixed-aviary1.0)
Attachments
(1 file)
1.04 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20041017 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20041017 Firefox/1.0
When opening the findbar with ' / or FAYT, the FindClose timer is not reset upon
selection/de-selection of "Match Case" option.
Reproducible: Always
Steps to Reproduce:
1. Open the findbar with ' / or FAYT
2. Wait approx 4 sec.
3. Select "Match Case"
Actual Results:
FindBar closes after approx 1 sec.
Expected Results:
FindBar should close 5 sec after "Match Case" was selected since we are still
actively using the bar.
![]() |
Reporter | |
Comment 1•21 years ago
|
||
calls setFindCloseTimeout if gFindMode != FIND_NORMAL when "Match Case" is
selected or de-selected in order to restert the timer
![]() |
Reporter | |
Updated•21 years ago
|
Attachment #162402 -
Flags: review?(firefox)
Updated•21 years ago
|
Flags: blocking-aviary1.0?
Whiteboard: [have patch]
![]() |
||
Updated•21 years ago
|
Version: unspecified → 1.0 Branch
![]() |
Assignee | |
Comment 3•21 years ago
|
||
Yup yup. Thanks again Mike.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
![]() |
Reporter | |
Updated•21 years ago
|
Attachment #162402 -
Flags: review?(firefox)
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•