http://bugs.winehq.org/show_bug.cgi?id=15822
Jim Rorie jimrorie@logisys.biz changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Resolution|INVALID |
--- Comment #6 from Jim Rorie jimrorie@logisys.biz 2008-11-01 17:34:58 --- (In reply to comment #5)
I'm not so sure we should've closed this. Just because it works in one browser doesn't mean we can't workaround this. Filing a bug with Mozilla wouldn't hurt of course...
My point is that the exact same Google search box on www.winehq.org is the correct size. Both of the use similar code, but the size is '14' on the main page and is '20' on appdb. Behold...
<input type="text" name="q" size="14" /> // winehq
document.write('<input name="q" type="text" size="20" >') //-- appdb
Different browsers deal with constraints in different ways. I'm not convinced that this is a Mozilla issue.
Reopening....