-
20 Feb 2013 10:41 AM #1
animateTarget does not work with floating components
animateTarget does not work with floating components
As discussed in this thread the animateTarget does not work properly for targets belonging to floating components:
Observed with ExtJS 4.1.2 on Windows 7 (all browsers)HTML Code:<head> <title>Example by Saki</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" href="ext-4.1.3/resources/css/ext-all.css" type="text/css"> <link rel="shortcut icon" type="image/png" href="../Icon.png"> <script type="text/javascript" src="ext-4.1.3/ext-all-dev.js"></script> <script type="text/javascript"> // entry point Ext.onReady(function() { var w1 = Ext.create('Ext.window.Window', { autoShow:true ,width:300 ,height:200 ,title:'Window 1' ,buttons:[{ text:'Open Window 2' ,handler:function() { var w2 = Ext.create('Ext.window.Window', { title:'Window 2' ,width:400 ,height:300 }); w2.show(this.getEl()); } }] }); }); // eo onReady </script> </head> <body> </body> </html>
-
20 Feb 2013 3:40 PM #2
Dupe of EXTJSIV-8589.
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
-
20 Feb 2013 3:41 PM #3
how do i find it?
-
20 Feb 2013 3:58 PM #4
Not sure I follow, what do you mean by find it?
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
-
20 Feb 2013 4:02 PM #5
I mean how do I find the duplicate. Searching forum for EXTJSIV-8589 or 8589 does not return any results. Also would have been helpful to search for a symptom to see if a bug has already been filed.
Thanks,
Dmitry.
This issue duplicates another issue.


Reply With Quote