Just to refresh this, if someone knows something about why Royale could be failing to set styles left and top on IE11 let me know so I can fix and make this compatible in IE11 thanks!
Carlos El lun., 3 sept. 2018 a las 13:15, Carlos Rovira (<[email protected]>) escribió: > Hi, > > we have currently 2 bugs in IE11 due to the same problem. > > 1.- Validor ErrorTip recently done by Yutaro > 2.- DateField and ComboBox in Jewel > > both popups some kind of component that needs to position in a particular > x, y position. This is done using Point class and PointUtils with > localToGlobal > the code finally sets x e y: > > someUIBaseComp.x = point.x; > someUIBaseComp.y = point.y; > > what in js ends making for example : > > style="top: 237px, left: 48px" > > in Chrome, Firefox and Safari this works ok > > in IE11, we get style="", so nothing is set in IE11 > > someone knows what could be the problem? > > if we solve this we'll get this components properly displaying in IE11, so > in all browsers :) > > This is not a Jewel problem, I think other UI sets will have this > problems, so for example DateField/ComboBox in Basic should have this > problem too. > > Thanks > > > -- > Carlos Rovira > http://about.me/carlosrovira > > -- Carlos Rovira http://about.me/carlosrovira
