Closed
Bug 123790
Opened 24 years ago
Closed 23 years ago
javascript error in EdColorPicker.xul - when doubleclick on a color
Categories
(SeaMonkey :: Composer, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 151474
mozilla1.1alpha
People
(Reporter: bugzilla, Assigned: cmanske)
References
()
Details
(Keywords: regression, Whiteboard: EDITORBASE-)
Error: onOK is not defined
to reproduce:
1. Edit -> Prefs -> Compose -> New Page Settings
2. Select "use custom colors"
3. click on a color to bring up the "Color" dialog
4. double click on a color
20020205
Comment 1•24 years ago
|
||
We need to fix this. Some users will expect to dbl-click on a color to select
it (or do so out of habit). This is currently broken; we should fix the JS error.
-->cmanske
Comment 2•24 years ago
|
||
Marking EDITORBASE-. Obvious workaround.
Whiteboard: EDITORBASE → EDITORBASE-
Updated•24 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•24 years ago
|
Target Milestone: --- → mozilla1.1
Assignee | ||
Comment 3•23 years ago
|
||
The error is because we're calling "onOk", which should be "onAccept"
*** This bug has been marked as a duplicate of 151474 ***
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•