Tuesday, September 16, 2008

Dgb Log: Sep.10, 2008

Major updates:

:D

1. Fixed zoom-in/out bugs, fixed the caching

2. Added zooming masks, updated button logos

3. Keep the slider further away to avoid mouse event failures. The default Ext slider did not register 'onmouseout' events, so what happens is if you hold your mouse down and move it out of the thumb, then let it up, it will go crazy, because the 'onmouseup' event was registered for the thumb, now mouse is out of the thumb. A fix is dynamically bind the 'onmouseout' event with 'onmousedown', and unregister this event in 'onmouseup' to avoid regular mouse in/out triggers.
This has been added to my new track meachnism.

4. Still seem to have bugs in the proxy dragging :S

No comments: