Issue 3200: Text box rendering behaves more like IE6 than Safari/FF2/3, and
http://code.google.com/p/chromium/issues/detail?id=3200

Comment #1 by [EMAIL PROTECTED]:
We actually did a lot of work to get our textareas to match IE. In this  
case, the width is
related to the font. So, cols=4 means:
width = (4 * avgCharacterWidthOfTheFont) - (maxCharacterWidthOfTheFont -
avgCharacterWidthOfTheFont)

To fix this site for both Chromium and IE, you could set cols=5, or even  
better use a
pixel/em width for the textarea. That will get you consistent rendering in  
all browsers.


Issue attribute updates:
        Status: WontFix

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to