Closed
Bug 46595
Opened 25 years ago
Closed 23 years ago
Sidebar Search button disabled after show/hide sidebar
Categories
(SeaMonkey :: Search, defect, P3)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
Future
People
(Reporter: bugzilla, Assigned: samir_bugzilla)
Details
Build ID: 2000072608 WinNT 4
Steps to Reproduce:
(1) Show My Sidebar (if not already shown)
(2) Switch to the Search tab (if not already the active tab)
(3) Type something in the textfield (e.g. 'test')
(4) Hide My Sidebar (completely, via View | My Sidebar)
(5) Show My Sidebar (via View | My Sidebar, again)
Result:
The Search button is disabled, but it should be enabled since there's still
text in the textfield. This likely happens because the button only enabled
upon keypress in the textfield, and the state of the button doesn't persist
between hide/show sidebar (why is that, if the text of the textfield
persists?), so it doesn't know to enable upon reopening the sidebar. A simple
check upon loading the Search tab to see if there's text in the textfield (and
then enabling the button accordingly) would fix this, but I'm not sure if the
load function for the active tab is called again when the sidebar is hidden and
then shown.
Comment 1•25 years ago
|
||
Netscape nav triage team: as per Matt Fisher's pre-triage recommendation, this
bug is nsbeta1-.
Keywords: nsbeta1-
| Reporter | ||
Comment 3•24 years ago
|
||
reassigning matt's old bugs to default owner.
Assignee: matt → sgehani
Comment 4•23 years ago
|
||
Tested in 2002080508.
Seems to be fixed now.
Comment 5•23 years ago
|
||
works fine for me, 2002082308, win98.
marking WFM
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Updated•17 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•