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