Closed
Bug 225888
Opened 22 years ago
Closed 21 years ago
Pressing "unistall theme" gives javascript error
Categories
(Thunderbird :: Preferences, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: bugzilla, Assigned: mscott)
Details
Attachments
(1 file)
|
16.32 KB,
image/gif
|
Details |
When i go to the themes in the options and press "uninstall theme" without
choosing any, i get the following javascript error:
Error: selectedSkinItem has no properties
Source File: chrome://communicator/content/pref/pref-themes.js
Line: 112
Using Thunderbird 0.4a (20031110)
Comment 1•22 years ago
|
||
I am not able to select _no_ theme from the list, how do you do that?
(the uninstall button should be disabled in that case)
| Reporter | ||
Comment 2•22 years ago
|
||
The button is not disabled. I can click on it.
| Reporter | ||
Comment 3•22 years ago
|
||
Uninstall theme button not disabled
Comment 4•22 years ago
|
||
ok, I'm seeing this now after creating a new profile (yes, this reveals a bug
instead of fixing it like usual :-))
The issue seems to be: the application doesn't identify the currently selected
[default] theme correctly and thus doesn't select any theme from the list. This
shouldn't occur since there has to be an active theme -> we have an incorrectly
activated uninstall button.
The chrome.rdf file in the profile seems to be related to this problem, it
simply doesn't list the default (classic) skin until we install another theme.
[that's why it did not happen with my old profile]. Maybe this is the core of
this bug.
This also happens in Mozilla but I did not find a bug so far. Maybe someone from
the devs knows a appropriate duplicate...?
Comment 5•21 years ago
|
||
-> invalid. The themes pref panel was removed in favor of the themes
manager, which correctly disables the uninstall button when a theme is not selected.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•