Closed
Bug 294966
Opened 20 years ago
Closed 12 years ago
Composer changes webpage code without prompting.
Categories
(SeaMonkey :: Composer, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 372471
People
(Reporter: roy.mathur, Unassigned)
Details
Attachments
(1 file)
|
91 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.7) Gecko/20050414 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.7) Gecko/20050414 This line- <img src="/cgi-sys/Count.cgi?df=eagle.dat|display=Counter|ft=6|md=5|frgb=100;139;216|dd=A"> , After editing in Composer becomes this line- <img src="/cgi-sys/Count.cgi?df=eagle.dat%7Cdisplay=Counter%7Cft=6%7Cmd=5%7Cfrgb=100;139;216%7Cdd=A"> And subesquently doesn't display properly in the Navigator once uploaded. Reproducible: Always Steps to Reproduce: 1. Open page with any plain text editor, add the first line, save the file. 2. Open page with composer, make any change to the page and save it. 3. Actual Results: The error occured. Expected Results: The line should remain unchanged. Note, problem is with inserted cgi counter Online Examples- ---------------- Good page (before editing in Composer)- http://www.sanddunecat.com/mozbug/unbugged.htm Bad page (after editing in Composer)- http://www.sanddunecat.com/mozbug/bugged.htm I'm not a coding expert so if I'm doing something wrong- let me know. It is a very annoying bug though, as this is the main (index.htm) webpage at my website and I edit it frequently.
Comment 1•19 years ago
|
||
It is normally done for the links on the html webpage where the browser would automatically change it back to the way it was upon HTTP GET/POST submission. But in this case, it's an image tag with a source path, not an anchor link or form submission tag. So, I think Composer can't tell the difference because the image doesn't fit in that category.
Comment 2•17 years ago
|
||
<http://www.sanddunecat.com/mozbug/bugged.htm> gives {{ Not Found The requested URL /mozbug/bugged.htm was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. }} <http://www.sanddunecat.com/mozbug/unbugged.htm> too... [Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.13) Gecko/20060414] (release) (W2Ksp4) Confirming.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Version: unspecified → 1.7 Branch
Comment 3•17 years ago
|
||
Comment 4•17 years ago
|
||
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.0.12) Gecko/20070510 SeaMonkey/1.0.9] (release) (W2Ksp4) [Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.13) Gecko/20080313 SeaMonkey/1.1.9] (release) (W2Ksp4) [Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a5pre) Gecko/20070515 SeaMonkey/1.5a] (nightly) (W2Ksp4) Confirming. (Can't test editor within the current v2.0a1pre, as it's quite broken.)
Version: 1.7 Branch → Trunk
Updated•17 years ago
|
Assignee: composer → nobody
QA Contact: composer
Still valid User agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/16.0 Firefox/16.0 SeaMonkey/2.13a1 Build identifier: 20120712003002
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•