Closed
Bug 206563
Opened 23 years ago
Closed 22 years ago
hidden field in form isn't shown in viewsource
Categories
(Core Graveyard :: View Source, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: slav1, Assigned: doronr)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312
In VIEWSOURCE at the page http://job.avanport.com/ in the form
name="enternotepad" is not shown field <input type="hidden" name="715827882"
value="smthg"> though it's exists, as you can see by libwww-perl or Internet
Explorer.
But Navigator works OK with this page. Bug is in SOUTCE VIEWVER only.
Reproducible: Always
Steps to Reproduce:
1. Go to http://job.avanport.com/
2. find form "enternotepad"
3. compare content in SOURCE VIEWER and from libwww-perl or MS IE.
Actual Results:
I want to see the same html code obtained from diferent browsers
Expected Results:
Mozilla don't show field <input type="hidden" name="715827882" value="smthg"> in
SOURCE VIEWER
Comment 1•23 years ago
|
||
wfm cvs trunk from today under win2k
(code is ><input TYPE="HIDDEN" NAME="715827882"
VALUE="78b0fa16557a690821f661367166c80e">).
Perhaps you should try with a newer build?
Comment 2•22 years ago
|
||
Reporter: Is this still a problem with a current Mozilla build?
Comment 3•22 years ago
|
||
WFM Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.6b) Gecko/20031208
Reporter, could you please try to replicate this bug in a recent build?
Updated•22 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•