-
1 Feb 2013 8:06 AM #1
EXTJS 3.4.0 window drag bug.
EXTJS 3.4.0 window drag bug.
Hello world example:
http://dev.sencha.com/deploy/ext-3.4...dow/hello.html
after you drag the window to somewhere, it will stuck there.
anther example:
<html>
<head>
<link rel="stylesheet" type="text/css" href="resources/css/ext-all.css" />
<script type="text/javascript" src="adapter/ext/ext-base.js"></script>
<script type="text/javascript" src="ext-all.js"></script>
<script>
Ext.onReady(function(){
a=new Ext.Window({title:"test"})
a.show()
//a.render(document.body);
})
</script>
</head>
<body>
</body>
</html>
drag the window out of screen(scroll bar shows up), the window will be stuck.
I dont know if 3.4.1 fix this.
-
1 Feb 2013 8:50 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 34,107
- Vote Rating
- 453
Using 3.4.1, I can drag it out of the screen, scroll over drag it further out of the screen and then drag it back.
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
4 Feb 2013 1:14 PM #3
anyone notice the bug in the hello world example?
http://dev.sencha.com/deploy/ext-3.4...dow/hello.html
-
7 Feb 2013 12:42 AM #4
yes i can reproduce it in 3.4.0. But maybe its fixed in 3.4.1 as Mitchell says
Extensions:
Ext.ux.DatePickerPlus (Multimonth,Multiselect,...)
Ext.ux.menu.StoreMenu - Ajax Store as menu-item config
Extended Window - Aero Shadows, nested grayscaled modal windows
Ext.MessageBox.promptCombo/promptRadio/promptCheckbox
Ext.ux.plugin.triggerfieldTooltip (for Comboboxes, Datefields...)
Ext.util.MD5
Ext.util.Utf8 (encode/decode)
Ext.util.base64 (encode/decode)
Using:
ExtJS 3.4.1.1/4.2
XPsp3/W7sp1
IE8/9/10
FF 20
Chrome 26
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote