-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b46
-
x86
-
windows_xp
When you click on a button, it is both pressed and mouse_over. Synth does not allow to create a compound state using "PRESSED and MOUSE_OVER". For instance a button can draw an highlight when the mouse is over it and this highlight should appear when pressed. Yet, you can also press a button by using the space bar after having given it the focus. In this case, the mouse might not be over the button and the "mouse over highlight" should not be drawn.
Therefore we need to handle three different states:
- PRESSED
- MOUSE_OVER
- PRESSED and MOUSE_OVER
###@###.### 2005-05-25 20:45:09 GMT
Therefore we need to handle three different states:
- PRESSED
- MOUSE_OVER
- PRESSED and MOUSE_OVER
###@###.### 2005-05-25 20:45:09 GMT