nwjs / nw.js

Call all Node.js modules directly from DOM/WebWorker and enable a new way of writing applications with all Web technologies.
https://nwjs.io
MIT License
40.31k stars 3.88k forks source link

Alert Box does not show OK button completely in ubuntu 16.04 LTS. (nw.js 0.22.0) #5890

Open spemmara opened 7 years ago

spemmara commented 7 years ago

The javascript alert is not displayed in its entirety in the nwjs application running on ubuntu 16.04. It is okay on my mac sierra. The size of the alert box seems to be restricted to the size of the window that calls this alert.

Christywl commented 7 years ago

I can reproduce this issue on Linux with nwjs-sdk-v0.22.0. The screenshot: 5890

It works well on Windows.

fujunwei commented 7 years ago

Can i take this issue?