Bug 91487 - AuthorShadowDOM for select element
Summary: AuthorShadowDOM for select element
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Web Components Team
URL:
Keywords:
Depends on: 94061 94084 95063
Blocks: 82313
  Show dependency treegraph
 
Reported: 2012-07-17 04:00 PDT by Shinya Kawanaka
Modified: 2019-10-04 22:14 PDT (History)
15 users (show)

See Also:


Attachments
Patch (50.93 KB, patch)
2012-08-23 05:39 PDT, Shinya Kawanaka
no flags Details | Formatted Diff | Diff
Patch (50.92 KB, patch)
2012-08-23 19:08 PDT, Shinya Kawanaka
no flags Details | Formatted Diff | Diff
Patch (50.92 KB, patch)
2012-08-23 19:27 PDT, Shinya Kawanaka
dglazkov: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Shinya Kawanaka 2012-07-17 04:00:12 PDT
When we add an AuthorShadowDOM to select element, it should be rendered correctly.
Comment 1 Shinya Kawanaka 2012-08-23 05:39:22 PDT
Created attachment 160137 [details]
Patch
Comment 2 Gyuyoung Kim 2012-08-23 05:45:34 PDT
Comment on attachment 160137 [details]
Patch

Attachment 160137 [details] did not pass efl-ews (efl):
Output: http://queues.webkit.org/results/13563658
Comment 3 Early Warning System Bot 2012-08-23 05:49:23 PDT
Comment on attachment 160137 [details]
Patch

Attachment 160137 [details] did not pass qt-ews (qt):
Output: http://queues.webkit.org/results/13566640
Comment 4 Early Warning System Bot 2012-08-23 05:49:40 PDT
Comment on attachment 160137 [details]
Patch

Attachment 160137 [details] did not pass qt-wk2-ews (qt):
Output: http://queues.webkit.org/results/13565703
Comment 5 WebKit Review Bot 2012-08-23 05:50:33 PDT
Comment on attachment 160137 [details]
Patch

Attachment 160137 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/13569612
Comment 6 Build Bot 2012-08-23 07:05:22 PDT
Comment on attachment 160137 [details]
Patch

Attachment 160137 [details] did not pass mac-ews (mac):
Output: http://queues.webkit.org/results/13561717
Comment 7 Shinya Kawanaka 2012-08-23 19:08:15 PDT
Created attachment 160309 [details]
Patch
Comment 8 WebKit Review Bot 2012-08-23 19:20:13 PDT
Comment on attachment 160309 [details]
Patch

Attachment 160309 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/13563922
Comment 9 Shinya Kawanaka 2012-08-23 19:27:57 PDT
Created attachment 160311 [details]
Patch
Comment 10 Dimitri Glazkov (Google) 2012-08-24 09:23:12 PDT
Comment on attachment 160311 [details]
Patch

The changing of the RenderObject type when adding a new shadow root is unsettling and I am hoping we'll come up with a better way to do this.

However, this patch already has several bits that look like good refactoring improvements.
Comment 11 Ryosuke Niwa 2019-10-04 22:14:43 PDT
V1 API doesn't support this.