-
Notifications
You must be signed in to change notification settings - Fork 96
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
Default RangeEditor produces double error popups which cannot be closed #158
Comments
I can't reproduce - I get a popup dialog (not entirely sure if that's ideal, but it's not the issue here), but it can be closed. Is this windows-specific? |
I had the same problem before and can also reproduce this on Win-7 x64. Also note that if I move the popup window, then there seems to appear immediately a second popup underneath, which cannot be moved. If I close the first, then move the second, I see the same behaviour (note the original dialog is below the upper popup). When I use the task-bar to select the original dialog, it still focuses on the modal popup, but then after clicking the closing (X) of the popup (several times), I am able to break the immortal loop somehow and reach the point where I can reach the original dialog. However I truly think that there should not be a popup at all because I find it really annoying when auto_set is active for any input. |
one workaround of the RangeEditor issue is the following
However, it changes the semantics of the model |
I was able to reproduce the issue, and indeed this only happens on Windows (I have also seen it once on Linux (CentOS 6.7). On OSX (10.10) and most of the time on Linux (CentOS 6.7), there are only 2 popups (granted at least 1 too many), and they can be closed with the X or the ok button. I agree that a popup isn't needed. |
To replicate the issue run the following example and set the age value to -1.
The text was updated successfully, but these errors were encountered: