[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
Wed Nov 30 01:38:17 PST 2011


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





--- Comment #32 from Kent Tamura <tkent at chromium.org>  2011-11-30 01:38:16 PST ---
(In reply to comment #31)
> When I've tried to give a negative number to setWidth() and get width by width(),
> some big positive number comes out.

The behavior of setting a negative value to a "unsigned long" property is defined by Web IDL specification.  If our binding code doesn't follow it, we should fix out binding code generator.

http://www.w3.org/TR/WebIDL/#es-unsigned-long

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