Closed
Bug 251618
Opened 21 years ago
Closed 21 years ago
input tag value attributes appear in source but are not rendered (postgresql/php involved)
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: pwelsch, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
I'm writing a page that pulls items from a PostgreSQL database and populates a
form with the information using the input tag's value attribute. When the page
is rendered, the value does not appear in the appropriate field though it is
visible in the source. Mozilla, IE, et al draw it correctly, however... weird, eh?
The page validates as HTML 4.01 Transitional (w3c validator) for what that's
worth...
Reproducible: Always
Steps to Reproduce:
1. load the page
2. rinse
3. repeat
Actual Results:
input field not populated
Expected Results:
input field populated
Comment 1•21 years ago
|
||
WFM 20040709 PC/Win2000 trunk
You need to test on a newer build. 0.8 is 5 months old.
Reporter | ||
Comment 2•21 years ago
|
||
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.6) Gecko/20040206
Firefox/0.8
Reporter | ||
Comment 3•21 years ago
|
||
False alarm - issue was local.
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
Updated•21 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•