Bug 95527
Summary: | Re-implement form validation message UI | ||
---|---|---|---|
Product: | WebKit | Reporter: | Kent Tamura <tkent> |
Component: | Forms | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | dglazkov, gyuyoung.kim, jonlee, miguelg, m.kurz+webkitbugs, paulirish, ray, simon.fraser, syoichi, wenson_hsieh |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 96238, 97167 | ||
Bug Blocks: | 102463, 28649 |
Kent Tamura
Because the current implementation, WebCore/html/ValidationMessage.*, uses Shadow DOM, the message bubble has some limitations:
crbug.com/90958
crbug.com/92816
crbug.com/90252
crbug.com/106621
crbug.com/113352
crbug.com/115451
I'd like to change the implementation so that it doesn't use Shadow DOM.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Kent Tamura
Platform-independent part was done in Bug 96238. We can start platform implementations.
Miguel Garcia
The advantage of the current implementation is that it's cross platform so it works on platforms like android by default, is it possible to keep the current implementation as an options until all the platforms have re-implemented it?
Kent Tamura
(In reply to comment #2)
> is it possible to keep the current implementation as an options until all the platforms have re-implemented it?
Yes of course. The current status of this bug is that I'm waiting till all platforms switch to ValidationMessageClient.