1) This was another IE-specific issue and has been addressed for builds dated February 27
2) We don't see this - but the fix for 1) above involved a fix to getDateFromPoint() with no parameters - so please retest this with tomorrow's build
3) This descriptions is a bit confused, but it sounds like you have an eventClick() override which is, in some cases, not returning a value.
The code as-is requires eventClick() to return true if you want the default behavior (in this case, showing the event dialog).
We've altered this for tomorrow's build, so that only a specific return value of false will now cancel the default behavior
We don't understand what you mean about z-ordering - we have never supported selection of event windows, or automatically bringing them to the front on click - but you can do it yourself, if you like, by calling bringToFront() on the event when it gets clicked on
2) We don't see this - but the fix for 1) above involved a fix to getDateFromPoint() with no parameters - so please retest this with tomorrow's build
3) This descriptions is a bit confused, but it sounds like you have an eventClick() override which is, in some cases, not returning a value.
The code as-is requires eventClick() to return true if you want the default behavior (in this case, showing the event dialog).
We've altered this for tomorrow's build, so that only a specific return value of false will now cancel the default behavior
We don't understand what you mean about z-ordering - we have never supported selection of event windows, or automatically bringing them to the front on click - but you can do it yourself, if you like, by calling bringToFront() on the event when it gets clicked on
Comment