Yes, it’s a bug. Which version are you using? Have you tried the nightly build? 
I think this has been fixed.

From: tranquiliste<mailto:[email protected]>
Sent: Tuesday, July 7, 2020 3:14 PM
To: [email protected]<mailto:[email protected]>
Subject: UIComponents set visible positioner.style.visibility = null not 
working wir IE11

Hello all,

I was testing my application on IE11 and I noticed that set visible was not
working correctly in IE11 as the container had still the visibility at
'hidden' (with errorContainer.visible=true; fir instance)

 Looking in more detail to the source of UIComponents.js I saw that the set
visible function was using
* positioner.style.visibility = null *
to set it ot visible and that it had no effect with IE11.

switching to * positioner.style.visibility = 'visible'* makes it working on
IE1 (and continue to work on FF)

Is this a bug?

Nicolas



-----
Nicolas
--
Sent from: http://apache-royale-users.20374.n8.nabble.com/

Reply via email to