Closed
Bug 16690
Opened 26 years ago
Closed 26 years ago
image dlog JS error on open
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
FIXED
M12
People
(Reporter: Brade, Assigned: cmanske)
Details
with today's build, when I try to insert an image, I get the following error when
loading the dialog:
JavaScript Error: syntax error
URL: chrome://editor/content/EdImageProps.js
LineNo: 574
Line text: ' else
'
| Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Comment 1•26 years ago
|
||
I put exception handling in the image dialog Java Script so the image should
be inserted. This exception is "bogus" because of bug 16523.
If the image is not showing up, that is a different problem in image layout.
Please -- no more bugs on insert object "exceptions" until 16523 is fixed!
*** This bug has been marked as a duplicate of 16523 ***
| Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → REOPENED
Summary: image dlog → image dlog JS error on open
| Reporter | ||
Comment 2•26 years ago
|
||
I don't understand how this can be a duplicate of a bug within rules. This is a
JavaScript syntax error. Reopening. Please explain if you feel it is a
duplicate.
| Assignee | ||
Updated•26 years ago
|
Status: REOPENED → ASSIGNED
| Assignee | ||
Updated•26 years ago
|
Resolution: DUPLICATE → ---
| Assignee | ||
Comment 3•26 years ago
|
||
Oops! Acted too soon and confused this with Sujays bug that looked similar.
| Assignee | ||
Comment 4•26 years ago
|
||
I'm not seeing this problem today. Kathy?
| Reporter | ||
Comment 5•26 years ago
|
||
Yes, I still see this problem on Mac:
JavaScript Error: syntax error
URL: chrome://editor/content/EdImageProps.js
LineNo: 574
Line text: ' else
'
| Reporter | ||
Comment 6•26 years ago
|
||
looking at the code, I'd say you are missing a '}'
| Assignee | ||
Updated•26 years ago
|
Target Milestone: M11
Updated•26 years ago
|
Target Milestone: M11 → M12
Comment 7•26 years ago
|
||
pushing this out till next week
| Reporter | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 8•26 years ago
|
||
resolving as fixed; I saw the diff from Charley at some point.
| Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
| Reporter | ||
Comment 9•26 years ago
|
||
verifying since I don't see that error anymore
You need to log in
before you can comment on or make changes to this bug.
Description
•