1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-22 13:34:04 +03:00
Go to file
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
client/administration Fixed scroll bar not shown correctly on New deployed service, transports tab. 2013-07-09 23:23:29 +00:00
guacamole-tunnel Some characters cause troubles on some devices (tablets, mobiles, ..) so we have removed anything outside ASCII 2013-11-11 00:12:39 +00:00
linuxActor Initial release 2012-07-19 23:47:54 +00:00
linuxActorNX Initial release 2012-07-19 23:47:54 +00:00
nxtransport Updated to include permissions on manifest 2013-10-16 10:44:46 +00:00
nxtuntransport Updated to include permissions on manifest 2013-10-16 10:44:26 +00:00
rdptransport Updated to include permissions on manifest 2013-10-16 10:44:07 +00:00
server 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
ssh-tunnel Updated to include permissions on manifest 2013-10-16 10:43:28 +00:00
udsService * Log on server 2013-03-12 00:15:27 +00:00