Hey,
> I have a desktop qooxdoo 4.0.1 web page which works fine in Firefox and 
> Chrome.
> 
> However, in IE 11 the mouse clicks on qx.ui.tabview.Page tabs are not working
> any more, also clicks on buttons.
> Moving the mouse over the button the color changes but the click does nothing.
> 
> If switching IE11 via F12 to document mode 9 compatibility all runs fine.
> 
> Is this a known issue?
No, we are not away of such an issue. But IE11 is a special browser when it 
comes to events because its the only one already supporting real pointer 
events. So this could explain the difference between IE and the other 
(including IE9).

> Hmm, in
> http://demo.qooxdoo.org/current/widgetbrowser/
> my IE11 runs fine, seems to be something related to my code...
> 
> Where should I best start digging?

Thats not so good because we don’t have a change to get our hands on. The 
reason is sure rooted in our new pointer event layer. As the buttons react on 
tap, I guess the tap event will not be fired. So you could check if you will 
get a atomic pointer event on the button like ‚pointerdown‘ and ‚pointerup‘ 
Based on those two event, we generate the tap event which seems to be missing 
(needs to be check as well).
Do you include any other library or css into your project? Maybe its a side 
effect cause by more than one framework.

Regards,
Martin


------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to