[Webkit-unassigned] [Bug 54179] Change text-based <input> types to use the new shadow DOM model

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 4 01:08:30 PST 2011


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





--- Comment #3 from Roland Steiner <rolandsteiner at chromium.org>  2011-03-04 01:08:30 PST ---
Some notes on the work-in-progress patch:

.) It also includes type=search (hence the renaming of this bug entry), but search should really have it's own RenderTextControl sub-type.

.) The shadow DOM objects are so far largely unchanged from the original code. Layouting is still handled by the RenderTExtControlSingleLine. If possible, I would keep this arrangement for the initial version, and move the layouting logic to the shadow Elements in subsequent bugs/patches.

.) There is some inefficiency that the shadow DOM for type=text is created by default, then destroyed and overwritten once the type attribute is read. Not sure how we can fix this (or whether it really matters).

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