RESOLVED DUPLICATE of bug 32541 47286
Input field styled with height=1% is too short, affects phpBB proSilver style
https://bugs.webkit.org/show_bug.cgi?id=47286
Summary Input field styled with height=1% is too short, affects phpBB proSilver style
Steinhaus
Reported 2010-10-06 11:30:53 PDT
Please try the http://foro.empire-strike.com In private post when password is required, the field is inaccessible and can not be written. The same happens when using Google Chrome. PS: Attach screen with a flatted field.
Attachments
flatted field (49.60 KB, image/pjpeg)
2010-10-07 04:35 PDT, Steinhaus
no flags
reduced test case (275 bytes, text/html)
2010-10-07 09:03 PDT, Alexey Proskuryakov
no flags
Alexey Proskuryakov
Comment 1 2010-10-06 13:22:56 PDT
Could you please provide detailed steps to reproduce? Starting from <http://foro.empire-strike.com>, which links should I click to see the problem? When I click on "Identificarse" at top right, I get a form where the password field seems to work just fine. > PS: Attach screen with a flatted field. There are currently no attachments in this bug.
Steinhaus
Comment 2 2010-10-07 04:35:19 PDT
Created attachment 70068 [details] flatted field capture of screen in forum. Can see the flatted field then can´t write in
Steinhaus
Comment 3 2010-10-07 05:30:10 PDT
Comment on attachment 70068 [details] flatted field Please, try to enter in http://foro.empire-strike.com/ultrazecreto-t111968-60.html and field "Contraseña" can´t get write inside.
Alexey Proskuryakov
Comment 4 2010-10-07 08:43:51 PDT
Yes, I see the problem on that page. Thank you for the clarification! #tabs, #minitabs, .post, .navbar, fieldset dl, ul.topiclist dl, ul.linklist, dl.polls { height: 1%; } <input class="post" type="password" name="password" size="25" tabindex="2">
Alexey Proskuryakov
Comment 5 2010-10-07 08:45:29 PDT
Works fine in Firefox
Alexey Proskuryakov
Comment 6 2010-10-07 09:03:59 PDT
Created attachment 70093 [details] reduced test case
Alexey Proskuryakov
Comment 7 2010-10-07 09:16:08 PDT
We have a number of reports with "height" and "percent" in summary, and I suspect that many are duplicates of each other. Bug 32541 and bug 28031 look particularly similar to this one, even to my non-CSS eye.
Steinhaus
Comment 8 2010-10-07 09:36:52 PDT
Well... in this case, the code for te password field is: <tr> <td class="row1" align="center"> <table cellspacing="1" cellpadding="4" border="0"> <tr> <td class="gensmall"><b>Contraseña:</b></td> <td><input class="post" type="password" name="password" size="25" tabindex="2" /></td> </tr> </table> </td> </tr> I see no specific declaration of the variable height, then is assumed as 1% by default?
mitz
Comment 9 2010-10-07 09:42:25 PDT
(In reply to comment #8) > Well... in this case, the code for te password field is: > > <tr> > <td class="row1" align="center"> > > <table cellspacing="1" cellpadding="4" border="0"> > <tr> > <td class="gensmall"><b>Contraseña:</b></td> > <td><input class="post" type="password" name="password" size="25" tabindex="2" /></td> > </tr> > </table> > </td> > > </tr> > > I see no specific declaration of the variable height, then is assumed as 1% by default? Using the Web Inspector you can see that there is a rule for the "post" class that sets the height to 1%.
Alexey Proskuryakov
Comment 10 2010-10-07 09:55:31 PDT
Yes, I actually posted that rule from http://foro.empire-strike.com/style.php in comment 4.
Steinhaus
Comment 11 2010-10-07 10:03:39 PDT
Ok, then what is the suggestion? a patch? an update on webkit for Safari? Or is it a problem in the forum page?
Kent Tamura
Comment 12 2010-10-07 22:11:21 PDT
(In reply to comment #7) > We have a number of reports with "height" and "percent" in summary, and I suspect that many are duplicates of each other. > > Bug 32541 and bug 28031 look particularly similar to this one, even to my non-CSS eye. Yes, this is exactly the same as Bug 32541. (In reply to comment #11) > Ok, then what is the suggestion? a patch? an update on webkit for Safari? Or is it a problem in the forum page? This is a WebKit bug and there is no fix yet. My suggestion is to report this problem to the page author. *** This bug has been marked as a duplicate of bug 32541 ***
Alexey Proskuryakov
Comment 13 2010-10-07 22:28:08 PDT
> This is a WebKit bug and there is no fix yet. My suggestion is to report this problem to the page author. Correct. The style developer should definitely be able to find a workaround - after all, almost all input fields on the Web are rendered correctly by WebKit. It's difficult for us to suggest what workaround would be best for these particular circumstances.
Steinhaus
Comment 14 2010-10-09 04:31:39 PDT
The problem has been solved. I send this information to the site manager and he has solved the problem of 1% flat in password field. Thank you!
Note You need to log in before you can comment on or make changes to this bug.