Bug 88615
| Summary: | The mute button in media controls cannot be moved around (r114957) | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Marc Hoyois <marc.hoyois> |
| Component: | Media | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | ap, eric.carlson, jer.noble, vcarbune |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Mac (Intel) | ||
| OS: | OS X 10.7 | ||
Marc Hoyois
Overview:
One can use CSS (specifically the -webkit-box-ordinal-group property) to reorder the elements in a media element's shadow DOM.
Since r114957, however, the mute button and volume slider have been put into a div (see link below) which is not associated to any pseudo-element. As a result, it's impossible to move the mute button.
See http://trac.webkit.org/browser/trunk/Source/WebCore/html/shadow/MediaControlRootElement.cpp?rev=114957#L178
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Eric Carlson
The look and layout of the build-in media controls is an implementation detail, it is *NOT* guaranteed to be stable.