Closed
Bug 353625
Opened 19 years ago
Closed 19 years ago
The text type into the textfield is too big and cannot be readable
Categories
(Toolkit :: Form Manager, defect)
Toolkit
Form Manager
Tracking
()
RESOLVED
DUPLICATE
of bug 352914
People
(Reporter: tiptop9, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; fr; rv:1.8.1b2) Gecko/20060821 Firefox/2.0b2
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; fr; rv:1.8.1b2) Gecko/20060821 Firefox/2.0b2
Reproducible: Always
Steps to Reproduce:
1. Go to the URL : http://www.xiti.com/fr/Login.aspx
2. Fill up the email textfield
3. Change the size with Ctrl+'+' / Ctrl+'-'
Actual Results:
Observe that the text is hidden in certain sizes
Expected Results:
Change the size of the textfield when the text size change / Stay with a text size readable just change the text which are not inside form fields
- the code source of the textfield is :
<input name="txtEmail" type="text" value="malibusurf1@excite.com" maxlength="100" id="txtEmail" style="height:15px;width:270px;" />
- the file is *.aspx
Comment 1•19 years ago
|
||
The width and height of the text fields are specified in pixels rather than points -- bad practice for web developers -- as the HTML suggests:
style="height:15px;width:270px;"
It seems to me that FF is behaving as it ought to. Perhaps this is an issue that should be taken up with xiti.com's webmaster.
Comment 2•19 years ago
|
||
*** This bug has been marked as a duplicate of 352914 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•