Thank you for reporting this bug. We will make it our priority to review this report.
-
ComboBox with forceSelection and displayTpl deselects selected item on tabbing out
https://fiddle.sencha.com/#fiddle/1c7h
Ext version tested:
- Ext 6.0.1 - not reproducible
- Ext 6.0.2 - reproducible
Browser versions tested against:
Description:
- ComboBox with forceSelection="true" and displayTpl deselects a selected item on tabbing out. Appears to be a regression in 6.0.2 from 6.0.1, because it is not reproducible with 6.0.1.
Steps to reproduce the problem:
- Click the ComboBox and leave the first item selected
- Press Enter => the first item is selected and the dropdown is collapsed
- Press Tab => focus moves to TextField underneath
- Press Shift+Tab => focus moves back to ComboBox
- Press Tab => ComboBox loses its value
The result that was expected:
- The ComboBox loses its value on tabbing out
The result that occurs instead:
- The ComboBox doesn't lose its value on tabbing out as it happens with ExtJS 6.0.1
Possible workaround:
-
Hello! The thread was probably overlooked?
-
Sencha - Support Team
Hi--,
It would appear this is fixed in the Ext JS 6.0 Nightly. Are you seeing that as well?
Bryan
-
Thank you for the response.
I guess I have no access to nightly
Nice to hear it is not reproducible with that.
-
Sencha User
This issue is not reproducible anymore at least with ExtJS 6.2.1 on fiddle.