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
Attachments
patch (1.67 KB, patch)
2015-04-14 12:57 PDT, Roger Fong
darin: review+
Roger Fong
Comment 1 2015-04-14 12:57:47 PDT
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.