Kutu
26 Aug 2008, 10:51 AM
It seems that the Window.setShadow() is not defaulting to false.
Steps:
1. Go to : http://extjs.com/explorer/#window
2. Show the window
3. Investigate the CSS
<div class="x-shadow" id="my-283" style="display: block; left: 506px; top: 207px; width: 252px; height: 100px;">
Shouldn't this be "display: none" if setShadow() is false by default?
Steps:
1. Go to : http://extjs.com/explorer/#window
2. Show the window
3. Investigate the CSS
<div class="x-shadow" id="my-283" style="display: block; left: 506px; top: 207px; width: 252px; height: 100px;">
Shouldn't this be "display: none" if setShadow() is false by default?