Bug 95527 - Re-implement form validation message UI
Summary: Re-implement form validation message UI
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 96238 97167
Blocks: 102463 28649
  Show dependency treegraph
 
Reported: 2012-08-30 22:20 PDT by Kent Tamura
Modified: 2016-07-10 11:13 PDT (History)
10 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Tamura 2012-08-30 22:20:15 PDT
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.
Comment 1 Kent Tamura 2012-09-19 22:22:15 PDT
Platform-independent part was done in Bug 96238.  We can start platform implementations.
Comment 2 Miguel Garcia 2012-11-19 02:01:27 PST
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?
Comment 3 Kent Tamura 2012-11-19 02:07:05 PST
(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.