[Webkit-unassigned] [Bug 70304] width/height attributes of input element should be supported when the type of the input element is image.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 21 22:03:20 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=70304





--- Comment #16 from Dongwoo Joshua Im <dw.im at samsung.com>  2011-10-21 22:03:20 PST ---
Created an attachment (id=112072)
 --> (https://bugs.webkit.org/attachment.cgi?id=112072&action=review)
Test page

I've tested this on FireFox 4.0.1, IE 8, and Opera 11.50.
If you have another browser, you can run this test page on that.

It seems that FireFox and Opera don't support this attribute yet.

IE 8 does partially support it.
It seems that IE 8 only works when the value of width is positive "number", such as 100, or "100".
It does not work when the value of width is "100px", or "-100".

I will try this on IE 9 soon.


And, you can see that the width and height are not changed by this way, if the type of input element is text.


I will revise the layout test, and upload patch again.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list