-
5 Mar 2013 4:59 PM #1
Window margin bug
Window margin bug
REQUIRED INFORMATIONExt version tested:
- Ext 4.1.3
- Ext 4.2.0.628
- All
- When you define a window with a margin the shadow is not placed correctly.
- none
- I expect the shadow to display correctly
- The shadow does not take in account the margin
HELPFUL INFORMATIONScreenshot or Video:Code:Ext.onReady(function () { Ext.create('Ext.window.Window', { title: 'Hello', margin: '100 0 0 0', height: 200, width: 400 }).show(); });- none
- none
- not provided
- only default ext-all.css
- All
-
5 Mar 2013 9:41 PM #2
Thank you for bringing this issue to our attention. I was able to reproduce and will file this bug. In the future please post your bugs using the proper form: http://www.sencha.com/forum/showthre...o-report-a-bug
-
5 Mar 2013 10:08 PM #3
Thanks for the report! I have opened a bug in our bug tracker.
You found a bug! We've classified it as
EXTJSIV-8979
.
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.


Reply With Quote