Q: What should be issue if focus from inside modal dialog is going away #669
Unanswered
lstraka-telekom
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I facing one special case, and do not know what should be the issue there, I use
scale-modal
in my code on two different usages, but both looks similar in final ..I am facing issue that focus with keyboard works well in both dialog when just hitting
TAB key
, but if I pressingshift+tab
when the focus is back on (X) button then the focus gone under the dialog, again there is also possible with thetab key
then come back to the dialog, but I am not understand why only in one dialog it works and in second one it`s not working well only with tab .. I am not sure what shoud be the issue..I do not know maybe the issue is on our side, but I am not sure, because we do not implement any keyListeners yet. Some similar issue was not reported to you yet?Thank you for any type of reply :)
Beta Was this translation helpful? Give feedback.
All reactions