Closed
Bug 76406
Opened 24 years ago
Closed 24 years ago
Composer replaces all apostrphies with ' in HTML source view
Categories
(Core :: DOM: Editor, defect)
Tracking
()
People
(Reporter: atomic, Assigned: rubydoo123)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; 0.8.1) Gecko/20010323
BuildID: 2001032319
When saving an HTML page with lots of JavaScript all the apastrophies (') are
replaced with ' within code such as
OnMouseover="domouse('image0','image1')" obviously this destroys the script.
Reproducible: Always
Steps to Reproduce:
1.Create a <script> in HTML source view.
2.Save and close the document.
3.Open the document, all ' characters are replaced with '.
Actual Results: See above; all ' characters are replaced with '
Expected Results: ' characters are required within JavaScript and so should not
be replaced with ', or the user should be promted before this change is made.
The HTML source editing function should be at least, and probably more,
funcional than the WYSIWYG editor.
Comment 1•24 years ago
|
||
*** This bug has been marked as a duplicate of 68167 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•