WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
143721
Insert volume control in correct place after exiting wireless play
https://bugs.webkit.org/show_bug.cgi?id=143721
Summary
Insert volume control in correct place after exiting wireless play
Roger Fong
Reported
2015-04-14 12:55:24 PDT
rdar://problem/20526106
Attachments
patch
(1.67 KB, patch)
2015-04-14 12:57 PDT
,
Roger Fong
darin
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Roger Fong
Comment 1
2015-04-14 12:57:47 PDT
Created
attachment 250728
[details]
patch
Darin Adler
Comment 2
2015-04-14 13:19:41 PDT
Comment on
attachment 250728
[details]
patch Maybe we should use "display: none" styling to hide and show rather than DOM manipulation. That’s usually better if you want to preserve a certain ordering of the nodes.
Roger Fong
Comment 3
2015-04-14 14:36:47 PDT
Roger that. Didn't realize that display: none actually removes things from the DOM.
http://trac.webkit.org/changeset/182812
Darin Adler
Comment 4
2015-04-14 15:39:27 PDT
(In reply to
comment #3
)
> Roger that. Didn't realize that display: none actually removes things from > the DOM.
It doesn’t remove things from the DOM. It removes them from the render tree, though, which usually accomplishes the same thing.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug