Active
Project:
Popups API (Ajax Dialogs) [D7]
Version:
6.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
5 Dec 2009 at 16:00 UTC
Updated:
14 Dec 2009 at 11:07 UTC
Hello,
I really like this module and would like to get rid of the cursor: wait behavior in popups.js.
In 9 of 10 cases when a user closes the modal window (via send/submit buttons or cancel, close links), the cursor still has the attribute "wait" until a page refresh and is really irritating.
The half-transparent background with the spinning graphic should be enough to show the user that something's going to be loaded.
It would be great if you could remove this css behavior from the popups.js.
Thank you very much.
Stefan
Comments
Comment #1
dxhuong commentedYou can edit popups.js.
Search and comment following line:
$('body').css("cursor", "wait");
Comment #2
design.er commentedThank you for your response. I did what you mentioned already.
I use it with views 2.8, private msg 1.0 and hardcoded links - in the most cases the
cursor: waitbehavior is still visible until page refresh even if the object is loaded and the modal window was closed already. IMO this is not working properly and shouldn't be activated by default.Regards,
Stefan