mozilla / positron

a experimental, Electron-compatible runtime on top of Gecko
Other
562 stars 64 forks source link

<webview> overlaps navigation bar in sample browser app #79

Open mykmelez opened 8 years ago

mykmelez commented 8 years ago

On first paint, the <webview> overlaps the navigation bar in the sample browser app:

screen shot 2016-06-07 at 10 41 24

Resizing the window fixes the problem, and @brendandahl doesn't see it on his machine, where the window opens in a second screen (which may trigger a resize or otherwise cause a repaint).

It should paint correctly the first time.