Hybrid View
-
4 Nov 2012 10:43 PM #1
modal window and tabindex
modal window and tabindex
I've got a modal window and when I press "TAB" on the last component, the cursors moves on the form behind the window. Is it a bug??
Thanks!
-
4 Nov 2012 11:00 PM #2
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
-
4 Nov 2012 11:13 PM #3
I'm sorry but I've got the same problem with ExtJS 4.1.3...
-
4 Nov 2012 11:21 PM #4
Please post a test case then.
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
-
5 Nov 2012 12:08 AM #5
I'ts very strange... if I create a test case it works... but in my application no.
It's difficult for me to recreate a test case similar at my application.
When the cursor is positioned on the last compoenent of the window it goes on the textfield of the accordion... but I don't understand why.
This is my code to create thw window:
Ext.create('Ext.window.Window', {
id: 'myWin',
itemId: 'myWin',
height: 300,
width: 500,
closable: false,
plain: true,
layout: 'fit',
modal: true,
maximizable: true,
title: 'title',
stateful: false,
items: [
Ext.create(myComponent,{config: myConfig})
]
}).show();
Immagine.jpg
Looks like we can't reproduce the issue or there's a problem in the test case provided.


Reply With Quote