Open
Bug 822899
Opened 12 years ago
Updated 7 years ago
Composer source HTML pretty print reformat line wrap columns - breaks embedded scripts and forms and embedded cgi elements such as jsp and php
Categories
(SeaMonkey :: Composer, defect)
Tracking
(Not tracked)
UNCONFIRMED
People
(Reporter: warren.crossing, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111217 Firefox/9.0 SeaMonkey/2.6
Build ID: 20111217102653
Steps to reproduce:
Opened a jsp page in composer.
Build identifier: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111217 Firefox/9.0 SeaMonkey/2.6
Actual results:
It reformatted the source and wrapped lines longer that 70 chars breaking my jsp java code.
It also wrapped a submit button in the middle of an attribute.
<li> Push <input value="Send
Key" type="submit"> to
simulate sending the key for
verification.</li>
Expected results:
it should have indented all the html tags and left my jsp code alone.
it should not have wrapped an element in the middle of an attribute text either.
Reporter | ||
Comment 1•12 years ago
|
||
more information here
http://forums.mozillazine.org/viewtopic.php?f=40&t=1978781
![]() |
||
Updated•7 years ago
|
Component: General → Composer
Product: Composer → SeaMonkey
Version: 1.0 → SeaMonkey 2.6 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•