Unable to navigate through page using tab button for <img>
(Doc ID 2729421.1)
Last updated on SEPTEMBER 30, 2022
Applies to:
Visual Builder Studio - Version 20.10 and laterInformation in this document applies to any platform.
Goal
Unable to navigate through page using tab button for <img>
We have a form with some input text boxes, image(were we have listener to do something) and table.
when user uses tab option the expectation is to go-through even image
it is able to tab from input test boxes and going directly to the table skipping <img>
<div class="oj-flex">
<oj-label for="oj-input-text--1901038324-3" class="oj-flex-item oj-sm-12 oj-md-2">Text</oj-label>
<oj-input-text id="oj-input-text--1901038324-3" class="oj-flex-item oj-sm-12 oj-md-4"></oj-input-text>
<oj-label for="oj-input-text--1901038324-4" class="oj-flex-item oj-sm-12 oj-md-2">Text</oj-label>
<oj-input-text id="oj-input-text--1901038324-4" class="oj-flex-item oj-sm-12 oj-md-4"></oj-input-text>
</div>
<div class="panel-mid oj-panel " translate="yes">
<div class="oj-flex">
<h4 class="oj-flex-item oj-sm-12 oj-md-12 basic-info">Company Information
<span style="float:right; margin-right:12px;">
<img :src="[[ $application.path + 'resources/images/favicon-dark.ico' ]]" :class="[['kycaddicon']]" on-click="[[$listeners.imgClick]]">
</span>
</h4>
</div>
<div class="oj-flex">
<oj-table scroll-policy="loadMoreOnScroll" class="oj-flex-item oj-sm-12 oj-md-12"
data="[[$page.variables.testListSDP]]" columns='[{"headerText":"Created By","field":"createdBy"},{"headerText":"Created","field":"creationDate"},{"headerText":"Id","field":"id"},{"headerText":"Last Updated","field":"lastUpdateDate"},{"headerText":"Last Updated By","field":"lastUpdatedBy"}]'></oj-table>
</div>
</div>
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |