1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-22 13:34:04 +03:00
openuds/server
Adolfo Gómez 805b225552 I had 3d buttons not working (clicks events not fired). After a while of looking for why, i realized that in fact the button was moving, and the event was not fired sometimes for this reason.
So i have created a little "fix" on tools.js, where we use mousedown && mouse up events (on button & parent) to "simulate" a click over an static button.

Also, i have included a way of blocking UI (using jquery.blockUI plugin), so user know when something is going on.. 

hard work resolving the 3d buttons "bug" :-)
2013-11-19 11:26:27 +00:00
..
.settings * Added responsive tables to admin 2013-11-17 03:48:05 +00:00
documentation Some more refactoring done 2012-07-27 12:13:05 +00:00
src I had 3d buttons not working (clicks events not fired). After a while of looking for why, i realized that in fact the button was moving, and the event was not fired sometimes for this reason. 2013-11-19 11:26:27 +00:00
.project * Added responsive tables to admin 2013-11-17 03:48:05 +00:00
.pydevproject Started a REST api for UDS. 2013-11-11 19:38:23 +00:00
requirements.txt * Added responsive tables to admin 2013-11-17 03:48:05 +00:00