Re: [whatwg/fullscreen] Remove nodes from top layer as part of the removing steps (#102)

dtapuska commented on this pull request.



>  
  <li><p>Let <var>exitDocs</var> be the result of
  <a lt="collect documents to unfullscreen">collecting documents to unfullscreen</a> given
- <var>doc</var>.
+ <var>pendingDoc</var>.

Ok I tried to implemented @upsuper's suggestion and it appears to work however. I do see some difference in how the document cleanup steps run between Firefox and Chrome. When an iframe navigates to a new location Firefox exits fullscreen (matching what would the new fully exit fullscreen text) but Chrome doesn't. It keeps the fullscreen mode for the navigation to the new document. Here is a example http://output.jsbin.com/lonoyeg

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fullscreen/pull/102#discussion_r188758656

Received on Wednesday, 16 May 2018 20:18:56 UTC