Closed
Bug 51588
Opened 25 years ago
Closed 25 years ago
'Edit' and 'Remove' buttons should appear disabled in Helper apps window when no app is chosen
Categories
(SeaMonkey :: Preferences, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: shrir, Assigned: verbal)
Details
(Keywords: polish)
Attachments
(3 files)
|
976 bytes,
patch
|
Details | Diff | Splinter Review | |
|
977 bytes,
patch
|
Details | Diff | Splinter Review | |
|
1.30 KB,
patch
|
Details | Diff | Splinter Review |
Build:2000090606m18, all plfs
Steps:
1 Go to Edit|Preferences
2 Click on Helper Applications under Navigator
3 Observe that the 'Edit' and 'Remove' buttons appear active even when the mouse
focus is not on any of the helper applications.
Expected: Mozilla should behave same as 4.x where these two buttons appear
disabled unless any application is explicitely highlighted.
Comment 2•25 years ago
|
||
nav triage: not a netscape beta stopper.
| Assignee | ||
Comment 4•25 years ago
|
||
| Assignee | ||
Comment 5•25 years ago
|
||
Comment 6•25 years ago
|
||
r=bzbarsky for patch2. Looks right and works when I try it.
Alec, could you sr?
Keywords: approval
Comment 7•25 years ago
|
||
shouldn't we be using .disabled? I'll let timeless or blake answer that one for
sure... I'll defer to them on which one we should be using, and then sr=alecf on
that method.
Comment 8•25 years ago
|
||
That file uses setAttribute elsewhere when it disables those buttons.. so if we
decide to use .disabled, we should fix it throughout the file.
yeah, we're moving to .disabled, please use it locally, or fix the file
globally.
fwiw, .removeAttribute("disabled") => .disabled=false
Assignee: ben → ksosez
Comment 10•25 years ago
|
||
Comment 11•25 years ago
|
||
r=timeless
Comment 12•25 years ago
|
||
(just to reiterate, this now gets an automatic sr=alecf)
Comment 13•25 years ago
|
||
fix checked in
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•