Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
gokr opened this issue Dec 2, 2015 · 3 comments
Open

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

gokr opened this issue Dec 2, 2015 · 3 comments
Assignees

Comments

@gokr
Copy link
Contributor

gokr commented Dec 2, 2015

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:

nwjs/nw.js#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
Copy link
Contributor Author

gokr commented Dec 2, 2015

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

@ghost ghost added this to the Evothings Studio 2.0 Beta 3 milestone Dec 8, 2015
@ghost ghost added the priority-1 label Dec 9, 2015
@gokr gokr removed the priority-1 label Dec 9, 2015
@ghost
Copy link

ghost commented Jun 20, 2016

Does this issue remain with Electron?

@gokr gokr self-assigned this Sep 6, 2016
@gokr
Copy link
Contributor Author

gokr commented Sep 6, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant