Closed
Bug 81999
Opened 24 years ago
Closed 24 years ago
Locking of Radio button doesn't show up in modern theme
Categories
(SeaMonkey :: Themes, defect)
SeaMonkey
Themes
Tracking
(Not tracked)
People
(Reporter: rvelasco, Assigned: hewitt)
Details
Attachments
(1 file)
|
19.47 KB,
image/jpeg
|
Details |
Locked radio button element in the preference panel doesn't seem to appear on
the new modern theme if that button is locked and enabled.
Testcase below:
1. Open all-ns.js or all.js file in < Path_to_Install_Folder/defaults/pref >
using any editor.
2. Add the following lines to the all-ns.js (if using commercial build) all.js
(if using mozilla build):
/* add this line to lock radio button */
lockPref("browser.startup.homepage", 0);
3. Start Mozilla/N6.x using modern theme.
4. Open preference window (Edit -> Preferences -> Navigator)
All radio button elements in the "When Navigator starts up" display should
be greyed out with Blank Page button enabled yet unchangeable.
5. As you can see the depressed radio button disappeared from panel. Only way
to view button is to mouse over blank space and press left mouse button.
| Reporter | ||
Comment 1•24 years ago
|
||
| Reporter | ||
Comment 2•24 years ago
|
||
adding nsbeta1 keyword. important for eClient pref locking features.
Keywords: nsbeta1
| Assignee | ||
Comment 3•24 years ago
|
||
*** This bug has been marked as a duplicate of 72626 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
verified dup.
Status: RESOLVED → VERIFIED
Updated•17 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•