http://bugs.winehq.org/show_bug.cgi?id=3626
Summary: range checking in numeric edit box behaves badly Product: Wine Version: 20050830 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-gui AssignedTo: wine-bugs@winehq.org ReportedBy: rainer.zi@web.de
I found the bug with Macromedia Fireworks 2.0.2 (very old version!) It might be reproducible in any numeric edit box with range checking and a lower limit higher than 1.
Steps to reproduce bug:
- Open Fireworks - create a new image - click on the Text tool, then click anwhere on the image. The text dialog opens. - enter some text and highlight it (important!) - double click into the text size box (which should show something like "12") to highlight the number - enter "1" - The Problem: The text size box now shows "4", its minimum value, rather than "1".
This way you cannot simply enter a number like "14". Workaround possible, e.g. highlight the "2", enter "4".
IMHO the expected behaviour would be to allow the "1" and apply the range checking in another place, ie. when the user leaves the box or closes the dialog.
In Fireworks, the problem does NOT occur when the text below in the dialog is not highlited!