Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Input Components Inside af:listView get tabindex = -1

WP v.2Oct 14 2020

Hi all,
I noticed that any input components (like af:inputText) that I have inside an af:listView have an automatic tabindex of -1.
What I have is an af:listView where each af:listItem has an h:outputText where the value is a string with html input tags. These html input tags in the string, even though they explicitly have tabindex = 0, are rendered with tabindex = -1 which does not allow the tabbing from one input field to another in the af:listItem.
For testing purposes I created a simple af:listView and through some af:inputTexts in there, thinking maybe the tab issue was due to rendering an html string in an h:outputText, however, it still assigned -1 as the tabindex.
Is anyone aware of this issue and is there a way to fix it?
I'm on Jdeveloper 12.2.1.4.

Thanks,
Bill

Comments
Post Details
Added on Oct 14 2020
7 comments
410 views