evothings / evothings-studio

Evothings Studio
http://www.evothings.com/
Apache License 2.0
53 stars 33 forks source link

Alerts can be cut off on Windows making the OK button hard to press #127

Open gokr opened 8 years ago

gokr commented 8 years ago

An example is the alert when you try copy an app to a directory that already exists. We are basically bitten by this issue in nw:

https://github.com/nwjs/nw.js/issues/433

As I can see, two paths ahead:

  1. Wait for nw 13 where it's meant to be solved.
  2. Move to one of the CSS libs for alerts mentioned in the thread on the issue linked
gokr commented 8 years ago

Problem does not exist on Win8, only Win7 it seems.

ghost commented 8 years ago

Does this issue remain with Electron?

gokr commented 7 years ago

The issue remains since we still use "window.alert" - but it's easily fixed now with electron using the "dialogs" module.