Am 14.08.2014 08:12, schrieb Martin Wittemann:
> 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.
I use OpenLayers.js and log4javascript.js

When I force IE11 to mode9 via F12 the button clicks work

When I force IE11 to mode9 via <meta http-equiv="X-UA-Compatible" 
content="IE=EmulateIE9">
I can see (using F12) that the switch worked, but the button clicks still don't 
work.

Using Left+Right simultaneous clicks the buttons work.

I'll try your suggested 'pointerdown' events and report further,

thank you
Marcel

>
> Regards,
> Martin
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>


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

Reply via email to