Dennis
Dennis

Reputation: 103

jQuery Calendar

I have a site where we're using the jquery UI calendar. When I click on it's button, it operates perfectly in chrome and FFox. IE only shows the very tippy top of the control. When I click somewhere else on the page it shows the whole calendar and then it disappears ... that would be the normal lost focus behavior. I've tried applying several of the z-index or maxZindex hacks to this and none of them do a damn thing. Its like it taunts me, hiding just underneath well... nothing... and then finally appearing for a flash of a second while it blurs away.

I had it encap'd inside a label, and a fieldset. Removed both, same issue. IE won't let me open that POC little debugger that comes with it so I can't even try to interrogate the DOM live. I hate all IE browsers. Down with IE!

Upvotes: 1

Views: 301

Answers (2)

Dennis
Dennis

Reputation: 103

ok, turns out that IE really does not like this option

showAnim: 'slideDown',

Upvotes: 0

gt124
gt124

Reputation: 1258

Is there some issue with where it's located on the page and you need to include jquery.bgiframe.js?

Upvotes: 1

Related Questions