operasoftware / dragonfly

Opera Dragonfly is a fully featured development and debugging tool integrated into the Opera browser.
http://www.opera.com/dragonfly/
Apache License 2.0
160 stars 48 forks source link

Fixed position elements do not resize after closing 'docked' dragonfly #151

Closed mrak closed 11 years ago

mrak commented 11 years ago

Steps to reproduce

1. Create the following test.html page:

<!doctype html>
<html>
   <head></head>
   <body>
      <div style="
         position: fixed;
         top: 0;
         right: 0;
         bottom: 0;
         left: 0;
         background: black;"></div>
   </body>
</html>

2. Open test.html in Opera

3. Open dragonfly in "docked" mode

4. Close dragonfly

Expected Result

An entirely black page

Observed Result

The portion of the page covered by dragonfly in docked mode is white, the rest is black

Environment

Protocol Version: 1 Core Version: 2.12.388 Operating System: MacIntel Platform: MacIntel User Agent: Opera/9.80 (Macintosh; Intel Mac OS X 10.8.2) Presto/2.12.388 Version/12.12 Opera Dragonfly Version: Opera Dragonfly 1.2012.12.14.1 Revision Number: 2012.12.14:4d106476132f, default, Opera_Dragonfly_1.2012.12.14.1_Release_task_18_DFL-3735

hzr commented 11 years ago

Hi and thanks for the report. This bug is in Opera core, and is not related to Dragonfly. We have an issue filed internally for this bug, so I'm closing this.

mrak commented 11 years ago

Glad it's covered! Sorry for the duplicate then :P