elm-lang / elm-make

A build tool for Elm projects
BSD 3-Clause "New" or "Revised" License
175 stars 45 forks source link

Debugger controls can get covered by application elements #168

Closed tad-lispy closed 7 years ago

tad-lispy commented 7 years ago

I am very much unsure if this repo is correct to file this issue, but let me try.

In the browser the Elm Debugger controls (introduced in 0.18 with elm-make --debug flag) can easily be covered by the application elements, e.g. if they have position absolute. A case of that bug is discussed in https://github.com/debois/elm-mdl/issues/270.

I believe this should be solved by changing the setup of Elm debugger instead of each particular library / application.

process-bot commented 7 years ago

Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

avh4 commented 7 years ago

Hello! the correct repo for this issue would be https://github.com/elm-lang/virtual-dom as the implementation and appearance of the debugger is defined there.

tad-lispy commented 7 years ago

Thank you. Migrated.