Closed malaire closed 4 years ago
I simplified this example a bit too much. Originally it also had e.g. message triggered with mouse movement, which was not getting triggered while SVG was garbled, showing that program is frozen. (Original code where I noticed the problem is my svg-drag-2 example.)
This is not a bug in the debugger.
You're applying css to every svg on the page, telling the svg to fill the screen. Since the debugger button now is a svg, it fills the screen on top of the svg you're trying to display. Changing the css in your example to target the svg by id makes it work:
After updating
elm/browser
from version 1.0.1 to 1.0.2 the following app is broken when using--debug
and while debugger window is NOT opened. While debugger window is opened app works correctly.While broken the SVG is garbled (see images below) and program is nearly frozen.
Ellie: https://ellie-app.com/77w3QFJC7HDa1
Browser: Firefox 68.2.0esr OS: Debian 10 "Buster"
With
elm/browser
1.0.1:With
elm/browser
1.0.2: