![]() |
[solved] Cancelling numeric entry can cause Wings to stop working - Printable Version +- Wings 3D Development Forum (https://www.wings3d.com/forum) +-- Forum: Wings 3D (https://www.wings3d.com/forum/forumdisplay.php?fid=1) +--- Forum: Bug Reports (https://www.wings3d.com/forum/forumdisplay.php?fid=12) +--- Thread: [solved] Cancelling numeric entry can cause Wings to stop working (/showthread.php?tid=1395) |
[solved] Cancelling numeric entry can cause Wings to stop working - Nova - 09-26-2015 I stumbled across this bug that causes Wings to basically stop working. It's a little hard to explain, but after cancelling (by pressing escape) the numeric input, I can't get back to the geometry window, or cancel the moving of the object (Right click to cancel, or escape doesn't work) and my only option is to close wings through the task manager. This only happens if the mouse is outside the bounds of the geometry window when you cancel the numeric input. I've uploaded a video to better illustrate the problem: https://youtu.be/IdolmRxQgpg Using Wings 2.0.1 64-bit RE: [Wings 2.0.1] Cancelling numeric entry can cause Wings to stop working - tkbd - 09-30-2015 Same bug is reproduced in my environment(OSX). Quote:cancel the moving of the object (Right click to cancel, or escape doesn't work) How to make the bug
Wings are jumpy. To Nova Workaround for until the bug fixed. To pressing the "tab" key and probably you call numeric dialog once again. In my case, it was able to go back to an original operation from the bug. Wings3D 2.0.1 OSX 10.10.5 , 64bit ------- tkbd RE: [Wings 2.0.1] Cancelling numeric entry can cause Wings to stop working - Nova - 10-16-2015 This workaround does not work for me ![]() RE: [Wings 2.0.1] Cancelling numeric entry can cause Wings to stop working - dgud - 10-16-2015 The only way to safely fix this is cancel the complete command when you cancel the numeric dialog. RE: [Wings 2.0.1] Cancelling numeric entry can cause Wings to stop working - dgud - 10-16-2015 Left (or right) mouse click inside wings window solves on both linux and windows... It does show the mouse tough.. RE: [Wings 2.0.1] Cancelling numeric entry can cause Wings to stop working - Nova - 10-20-2015 True, when you cancel without having clicked in the numeric input fields, then the mouse gets focused back on the geometry window and you can cancel the operation. But this doesn't work if you're following the step I show in my video. It's if you click inside the actual numeric input fields that the problem arises. The mouse keeps getting pushed away from the geometry window and you cannot get to cancel the command, because the numeric input field still has focus (or something). RE: [Wings 2.0.1] Cancelling numeric entry can cause Wings to stop working - dgud - 10-29-2015 Ok I let the cancel dialog also cancel the ongoing command. RE: [solved] Cancelling numeric entry can cause Wings to stop working - Nova - 10-30-2015 The problem is not really that the command continues after cancelling the numeric input prompt, I can imagine that actually being preferable in some cases, if you just happen to change your mind. The problem really was that the geometry window lost focus and couldn't be accessed after cancelling in the case of having typed a number. |