You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NWJS Version : since 0.44.2 and nw2 is default
Operating System : Windows
Expected behavior
If you show a javascript dialog like alert/confirm prior to 0.44.2
the msgbox was shown on the desktop.
Since 0.44.2 (nw2) the messagebox is shown inside the main
window. If the main window is to smal in width, the messageboxes
will be clipped.
<!- What do you think should happen? ->
In nwjs >= 0.44.2 (nw2) the messageboxes should not be clipped by the main window.
Actual behavior
Messageboxes will be cliped if the size of the main window ist to smal.
<!- What actually happens? ->
How to reproduce
above there is a Exampe-nw1-nw2.zip File.
inside there are 2 directorys:
..
nw1\index.html
nw1\package.json
...
nw2\index.html
nw2\package.json
..
nw1 has a fix in package.json to disable nw2
first copy both files of nw1 in a nwjs main directory and start nw.exe
Resize the window to minimal witdh (about 100 to 200 pixel if possible)
Click on the button "Please Click"
There will be shown 2 message boxes in correct size.
end nw.exe
second copy both files of nw2 in a nwjs main directory and start nw.exe
Resize the window to minimal witdh (about 100 to 200 pixel if possible)
Click on the button "Please Click"
There will be shown 2 message boxes cliped in size (width)
end nw.exe
The text was updated successfully, but these errors were encountered:
#7230 @rogerwang
NWJS Version : since 0.44.2 and nw2 is default
Operating System : Windows
Expected behavior
If you show a javascript dialog like alert/confirm prior to 0.44.2
the msgbox was shown on the desktop.
Since 0.44.2 (nw2) the messagebox is shown inside the main
window. If the main window is to smal in width, the messageboxes
will be clipped.
Exampe-nw1-nw2.zip
<!- What do you think should happen? ->
In nwjs >= 0.44.2 (nw2) the messageboxes should not be clipped by the main window.
Actual behavior
Messageboxes will be cliped if the size of the main window ist to smal.
<!- What actually happens? ->
How to reproduce
above there is a Exampe-nw1-nw2.zip File.
inside there are 2 directorys:
..
nw1\index.html
nw1\package.json
...
nw2\index.html
nw2\package.json
..
nw1 has a fix in package.json to disable nw2
first copy both files of nw1 in a nwjs main directory and start nw.exe
Resize the window to minimal witdh (about 100 to 200 pixel if possible)
Click on the button "Please Click"
There will be shown 2 message boxes in correct size.
end nw.exe
second copy both files of nw2 in a nwjs main directory and start nw.exe
Resize the window to minimal witdh (about 100 to 200 pixel if possible)
Click on the button "Please Click"
There will be shown 2 message boxes cliped in size (width)
end nw.exe
The text was updated successfully, but these errors were encountered: