VW 7.7 Bug in SpinButtonInputBoxController>>acceptNewValue:

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

VW 7.7 Bug in SpinButtonInputBoxController>>acceptNewValue:

Runar Jordahl
SpinButtonInputBoxController>>acceptNewValue: is implemented like this:

        ^aValue ~= model value and:
                        [self takeNewEditText: (view renderTextFor: aValue
useFullFormatting: view hasFocus not)]

Note how the method can answer both a Boolean, and a non-Boolean
value. Senders assume the answer must be a Boolean. Out product
crashes when using the small arrows on spin buttons.

Kind regards
Runar Jordahl
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc