Declined
Last Updated: 01 Nov 2013 13:06 by ADMIN
Chuck
Created on: 21 Jun 2013 13:15
Category: Window
Type: Bug Report
0
RadWindow hide() with EnableShadow="true" bug in IE 10 - Q2 2013
In IE only (not Chrome), beginning with the Q2 2013 release, an error is thrown on a RadWindow with the EnableShadow="true" property if .hide() is called on the window before it is made visible.  This is new behavior with Q2 2013.  The affected line is:

}else{Sys.UI.DomElement.removeCssClass(this.container,"rwShadow");

where .container = nothing

Current workarounds are:

1. Set EnableShadow="false"
or
2. Make sure that radwindow.isVisible() === true prior to calling .hide()
1 comment
ADMIN
Misho
Posted on: 04 Sep 2013 11:36
The issue couldn't be reproduced. Please provide a sample code or project so we would be able to reproduce and confirm it.