Closed
Bug 23739
Opened 25 years ago
Closed 25 years ago
[PP] [blocker]Color Picker onclick handler is not called when in XUL popup
Categories
(Core :: XUL, defect, P3)
Tracking
()
VERIFIED
FIXED
M14
People
(Reporter: cmanske, Assigned: danm.moz)
References
Details
(Keywords: platform-parity, Whiteboard: [PDT-])
All examples of using the color picker in XUL are not working:
Go to Preferences, Appearance, Colors and try the color pickers there.
Or launch a Composer window and click on the color buttons in the toolbar.
For the latter, you should see a message in the debug window when you click
on a color in the color picker.
Comment 2•25 years ago
|
||
adding dependency from dup'd bug
Reporter | ||
Updated•25 years ago
|
Summary: [blocker]Color Picker onclick hanlder is not called → [blocker]Color Picker onclick handler is not called
Comment 3•25 years ago
|
||
the test color picker works. if all of the others are broken, something else
has broken them.
Updated•25 years ago
|
Assignee: pavlov → cmanske
Comment 4•25 years ago
|
||
the prefs one works. there seems to be a bug in the compose one. reassigning
Reporter | ||
Comment 5•25 years ago
|
||
Nice try!
The prefs color pickers do NOT work in my debug build or
in the optimized build from 1/12.
The colorpicker in the test file (Menu: Debug | XPWidgets | Colorpicker) that
is on the page works, but the colorpickers inside <menupopup>s don't work.
So we must not be calling the right JS context when in a <popup> or <menupopup>?
Assignee: cmanske → pavlov
Summary: [blocker]Color Picker onclick handler is not called → [blocker]Color Picker onclick handler is not called when in XUL popup
Updated•25 years ago
|
Assignee: pavlov → danm
Hardware: All → PC
Summary: [blocker]Color Picker onclick handler is not called when in XUL popup → [PP] [blocker]Color Picker onclick handler is not called when in XUL popup
Comment 6•25 years ago
|
||
They work fine on Linux. They don't work on Windows. Platform parity
bug on windows. Probably some kind of modal stupidness. Reassigning to danm.
Comment 10•25 years ago
|
||
Putting on PDT- radar for beta 1. We want color picker, but would not stop ship
beta1. If you make it in great. But would not hold.
Whiteboard: [PDT-]
Assignee | ||
Comment 11•25 years ago
|
||
Keeping in mind that colour pickers seem to be largely not hooked up -- only
the text foreground menu in Preferences/Appearance/Colors seems functional, and
the colour popup in Composer won't even summon the colour popup today (I'm pretty
sure it got at least that far yesterday), this is working now.
At least the basic problem with the widget not accepting mouse events; the
problem that this bug is all about, has been cleared up. It works in test pages
and for prefs foreground text colour.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 12•25 years ago
|
||
Bingo! I'm not sure what Dan's problem was, but the color picker is finally
working on the Composer toolbar.
You need to log in
before you can comment on or make changes to this bug.
Description
•