BBj-Plugins / WebKit

Web Development Components for BBj DWC
2 stars 2 forks source link

Fix tab traversal issue in login dialog #7

Open saadnoor opened 3 years ago

saadnoor commented 3 years ago

in the login dialog the tab order passes many controls (icons) which probably shouldn't get focus by Tab. Using the setTabTraversable(0) will avoid that the tab key traverses such contrrol

beff commented 3 years ago

this has been partially fixed. Waiting for BBj to bring the "single-div container" for the BBjChildWindow (which is in sight) also fixed the login/logout flow in the ChileCompany and made the login dialog look more closely to the token to recognize the navigational anchors from the forgot password token.