Hi
We encountered problems using TAB to navigate in Search Form (from List), all text fields have “tabindex = ‘-1’”.
this value “-1” prevent TAB action to work on browser !
Please let default value to 0
thanks
PS :
Line 193 in SugarFieldBase.php
Hi
We encountered problems using TAB to navigate in Search Form (from List), all text fields have “tabindex = ‘-1’”.
this value “-1” prevent TAB action to work on browser !
Please let default value to 0
thanks
PS :
Line 193 in SugarFieldBase.php
Which module, which screen are you talking about, please?
Hi,
Basically, we found this probem in any of popin search form in any module
An example on Users search popin attached.
Thanks
PS : i’ve tried to attach a captured screen, but it was impossible, sorry (chrome 75)
Attachments are a bit broken for Chrome, but they are possible:

What is your version of SuiteCRM?
7.9.7
That’s quite old. Can you upgrade?
See this
https://github.com/salesagility/SuiteCRM/issues/5995
maybe try the fix proposed there manually, if you don’t want to upgrade.
Perfect
Thanks
Seem to have regressed on 7.15.0
tabindex on search inputs is all set to -1.
press tab and watch focus jump all over the place
Isn’t it set to zero?