Closed
Bug 282030
Opened 20 years ago
Closed 20 years ago
Mismatch between source & rendering after reload
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
People
(Reporter: kurienmathew, Unassigned)
Details
Attachments
(1 file)
838 bytes,
application/x-zip-compressed
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050211
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050211
CGI url is not rendered as per the source returned, when it is reloaded.
Reproducible: Always
Steps to Reproduce:
Drop the test files(content.pl & content.conf) into the cgi folder of your
webserver.
The open the url http://<webserver>/cgi-bin/content.pl in the browser.
The browser should render two radio buttons TCP & UDP of which TCP is checked.
Next modify content.conf on the webserver by setting "defaultProto=tcp" to
"defaultProto=udp"
Back in the browser press the Reload button.
The radio button selection should now change to UDP but it does not.
View page source and you will see that the UDP input is "checked" but this does
not correspond with the rendering.
Expected Results:
On reload the radio button selection should have changed to "UDP" from the
original "TCP"
Reporter | ||
Comment 1•20 years ago
|
||
![]() |
||
Comment 3•20 years ago
|
||
*** This bug has been marked as a duplicate of 46845 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•