Closed
Bug 370308
Opened 18 years ago
Closed 18 years ago
Color pickers on colors pref pane don't work in suiterunner
Categories
(SeaMonkey :: Preferences, defect)
SeaMonkey
Preferences
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: standard8, Unassigned)
References
Details
On the colors pref pane in suiterunner, the color pickers don't show the colors currently set up.
The problem comes down to toolkit's implementation of nsWidgetStateManager.js not knowing about color pickers.
The solution is probably to implement bug 273287, but I wanted a SM specific bug to give us a sensible title so we know what we're on about ;-)
Comment 1•18 years ago
|
||
Well...
I don't know if this is specific to here or relevant to bug 273287.
If I go to Edit->Preferences->Appearance->Colors and don't click anything (just to see that page) and press OK, Suiterunner set up a Chrome window object as the color... something like:
browser.active_color;[object ChromeWindow @ 0x8f9c530 (native @ 0x885cc5c)]
browser.display.foreground_color;[object ChromeWindow @ 0x8f9c530 (native @ 0x885cc5c)]
I'm posting it here just to make this info visible to all interested ones (I've though this was an issue with another patch).
Reporter | ||
Comment 2•18 years ago
|
||
The SeaMonkey patch on bug 374404 that I've just committed has fixed this as we now use xpfe's wsm for suiterunner rather than toolkit's.
You need to log in
before you can comment on or make changes to this bug.
Description
•