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

dxhuong’s picture

You can edit popups.js.
Search and comment following line:
$('body').css("cursor", "wait");

design.er’s picture

Thank 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: wait behavior 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