Closed Bug 353625 Opened 18 years ago Closed 18 years ago

The text type into the textfield is too big and cannot be readable

Categories

(Toolkit :: Form Manager, defect)

defect
Not set
trivial

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
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.

*** This bug has been marked as a duplicate of 352914 ***
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
Product: Firefox → Toolkit
You need to log in before you can comment on or make changes to this bug.