[jQuery] Re: IE: Cursor still displays hourglass symbol after unblocking

2009-10-07 Thread Eeyore145
To MorningZ: Oh please, rude? Rude is speaking with no context. There was no ill will, in fact if you actually read posts this group, a question was asked to the community regarding besides a mouse listener how to get around this problem in IE in relation to potenially editing the code. Bug in

[jQuery] Re: IE: Cursor still displays hourglass symbol after unblocking

2009-09-28 Thread 34gl3 3y3
Do you want a quick fix? Edit blockui.js: Add els[1].style.cursor = 'default'; After var els = full ? $('body').children().filter('.blockUI') : $ ('.blockUI', el); Grtz, On Sep 28, 2:08 am, MorningZ morni...@gmail.com wrote: around this bug within the actual JQueryBlockUIplugin Wow, really?  

[jQuery] Re: IE: Cursor still displays hourglass symbol after unblocking

2009-09-27 Thread Eeyore145
Thanks Mike, but please let me know if there are any plans to work around this bug within the actual JQuery BlockUI plugin. Thanks On Sep 26, 9:23 am, Mike Alsup mal...@gmail.com wrote: I have tried adding to both the overlayCSS and css overrides acursor of 'default' but it doesn't seem to

[jQuery] Re: IE: Cursor still displays hourglass symbol after unblocking

2009-09-27 Thread MorningZ
around this bug within the actual JQuery BlockUI plugin Wow, really? it's pretty obvious this is IE not changing the cursor unless the mouse is moved, not a bug in the plugin, as it changes the CSS Amazing how rude people are using coe provided-to/supported them free of charge On Sep 27,

[jQuery] Re: IE: Cursor still displays hourglass symbol after unblocking

2009-09-26 Thread Mike Alsup
I have tried adding to both the overlayCSS and css overrides a cursor of 'default' but it doesn't seem to do anything. http://www.malsup.com/jquery/block/sep26.html

[jQuery] Re: IE: Cursor still displays hourglass symbol after unblocking

2009-09-26 Thread Eeyore145
Mike: Any progress or ideas on this one. I am finding no good way to handle this issue. FireFox doesn't seem to have the same problem. Regarding your comment, to mitigate the issue you can simply not use the wait cursor. You can override this via the CSS options of BlockUI, this also doesn't

[jQuery] Re: IE: Cursor still displays hourglass symbol after unblocking

2009-09-25 Thread Mike Alsup
Yes, same problem I posted yesterday... funny we both hit it this week.   hopefully someone can help??  I know the author of blockUI says he monitors this forum... Hmm, anyone have any ideas for how to force IE to honor the new cursor style without having to move the mouse? One that

[jQuery] Re: IE: Cursor still displays hourglass symbol after unblocking

2009-09-24 Thread elubin
Yes, same problem I posted yesterday... funny we both hit it this week. hopefully someone can help?? I know the author of blockUI says he monitors this forum...

[jQuery] Re: IE: Cursor still displays hourglass symbol after unblocking

2009-09-24 Thread Mike Alsup
Yes, same problem I posted yesterday... funny we both hit it this week.   hopefully someone can help??  I know the author of blockUI says he monitors this forum... Will take a look at this tonight. Thanks for the reminder. Mike