-
27 Feb 2013 5:30 AM #1
Cannot type anything in the textfield within a tollbar open in modal window
Cannot type anything in the textfield within a tollbar open in modal window
Hi,
I have a toolbar and a textfield in it. If I open it in the normal window (I use jQuery dialog() to open a window) - everything's fine. But if I open it in the modal window, I can not type anything in the textfield...
Code is like this:
Ext.create('Ext.toolbar.Toolbar', {
dock: 'top',
items: ['Search', {
xtype: 'textfield',
name: 'searchField',
width: 200...
And the code to open a modal window is:
$("#my_id").dialog({
width: 600,
height: 500,
modal: true
});
If i change modal: false - everything works, but it's not what I need...
-
27 Feb 2013 7:41 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,714
- Vote Rating
- 438
Can I get a full testcase using only Ext JS to reproduce this? Also need to know what version you are using.
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.
-
5 Mar 2013 12:24 AM #3
Apparently, it's not an ExtJS problem
Apparently, it's not an ExtJS problem
Hi,
According to your advice, I tried to reproduce this problem only with ExtJS and it does not appear. So, the conclusion is that the problem is somewhere in my custom jQuery downloaded package, I'm looking in it now.
Thanks
Looks like we can't reproduce the issue or there's a problem in the test case provided.


Reply With Quote