-
27 Apr 2012 12:06 AM #1
[4.1] Drag and Drop on a grid with a window in front
[4.1] Drag and Drop on a grid with a window in front
Ext version tested:
- Ext 4.1
Browser versions tested against:- IE8
- FF12 (firebug 1.3.0.10 installed)
- Chrome
DOCTYPE tested against:- strict
Description:- Describe the problem in greater detail here, summarizing the behavior.
Steps to reproduce the problem:- Go to the example ./examples/dd/dnd_grid_to_grid.html
- Run 'Ext.createWidget('window', {width: 200, height: 200}).show()' to create a window
- Move the window over the grid
- Drag a row over the window
The result that was expected:- The window is not a valid drop target
The result that occurs instead:- The dragged node can be dropped 'throught' the window
Test Case:
See above. Use the example ./examples/dd/dnd_grid_to_grid.html
The custom example works as expected ./examples/dd/dragdropzones.html
Code:Ext.createWidget('window', {width: 200, height: 200}).show()
HELPFUL INFORMATION
Screenshot or Video:- attached
Debugging already done:- none
Possible fix:- not provided
Additional CSS used:- only default ext-all.css
Operating System:- Win7
-
27 Apr 2012 10:19 AM #2
Thank you for the report!
Regards,
Scott.
-
19 Sep 2012 12:53 AM #3
I'm having the same issue (with possible workaround)
I'm having the same issue (with possible workaround)
Here are 2 examples of the same problem:
Try dragging a node into the masked modal on the background:
http://jsfiddle.net/jvisser/EvMep/
Try dragging a node onto the masked panel in the background
http://jsfiddle.net/jvisser/ggpPW/
In some cases you might be able to work around this issue by setting a ddGroup, dragGroup or dropGroup.
Success! Looks like we've fixed this one. According to our records the fix was applied for
EXTJSIV-6073
in
4.2.0.179.


Reply With Quote