Closed
Bug 283330
Opened 20 years ago
Closed 20 years ago
Some text field values are truncated when the page loads. e.g., "Student Bir" instead of "Student Birthday" (maxlength)
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: ddennis, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050223 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050223 Firefox/1.0+ You mean "Expound" on the Summary. If you'll view this page in IE, you'll see how it's supposed to appear. Specifically, the fields "Student Birthday (mm/dd/yyyy)" and the field requesting the Social Security Number are cut off. Reproducible: Always Steps to Reproduce: 1. Load the page. 2. 3. Actual Results: The problem occurs. Expected Results: Displayed the fields the same way IE displays them -- in whole. You have set up too many hoops for people to jump through to report a bug. Really enjoy your browser, though.
Comment 1•20 years ago
|
||
The HTML for that site reads <INPUT NAME="a_03_Soc_Sec_No" id="a_03_Soc_Sec_No" ONFOCUS="focusField(this.name);" VALUE="Student SSN - (optional)" SIZE="49" MAXLENGTH="11"> So isn't this expected behaviour? Only the first 11 chars of the VALUE are displayed.
Comment 2•20 years ago
|
||
WFM. The site no longer uses maxlength for those fields.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
Summary: Some text field names are truncated when the page loads. e.g., "Student Bir" instead of "Student Birthday" → Some text field values are truncated when the page loads. e.g., "Student Bir" instead of "Student Birthday" (maxlength)
Comment 3•20 years ago
|
||
Or dup of bug 262455.
You need to log in
before you can comment on or make changes to this bug.
Description
•