Looks like we can't reproduce the issue or there's a problem in the test case provided.
-
Ext JS Premium Member
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!
-
Twitter - @evantrimboli
Former Sencha framework engineer, available for consulting.
As of 2017-09-22 I am not employed by Sencha, all subsequent posts are my own and do not represent Sencha in any way.
-
Ext JS Premium Member
I'm sorry but I've got the same problem with ExtJS 4.1.3...
-
Please post a test case then.
Twitter - @evantrimboli
Former Sencha framework engineer, available for consulting.
As of 2017-09-22 I am not employed by Sencha, all subsequent posts are my own and do not represent Sencha in any way.
-
Ext JS Premium Member
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