till wrote:
> 
> I am guessing preventDefault (if that is what it's called - I don't
> recall right now) does not work in IE?

Have fun with trying this out. I already spent hours to find a way but
without success: http://trac.roundcube.net/trac.cgi/ticket/1484399

The event is passed to rcube_event.canel() which does
- preventDefault()
- stopPropagation()
- cancelBubble = true
- returnValue = fals

But this all does not prevent IE 7 from executing the default event action.

~Thomas

_______________________________________________
List info: http://lists.roundcube.net/dev/

Reply via email to