-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In a Dynamic Dialog that is opened from another Dynamic Dialog, we can not press Tab to focus on the next field #10472
Comments
was this problem resolved? |
I have the same problem |
me too, same problem |
This seems related to #9329 for which I have a workaround :-) |
Hi, So sorry for the delayed response! Improvements have been made to many components recently, both in terms of performance and enhancement. Therefore, this improvement may have been developed in another issue ticket without realizing it. You can check this in the documentation. If there is no improvement on this, can you reopen the issue so we can include it in our roadmap? Best Regards, |
I have just test this bug and it is still present :-( So my PR is still relevant. |
This is still a problem in 17.3.3. The tab-key does not cycle between focusable elements correctly. It gets stuck on the close-x when using tab-key. It can shift-tab one step. |
…10472): dialog focuses on content on show
I'm submitting a ... (check one with "x")
Stackblitz Case (Bug Reports)
https://stackblitz.com/edit/primeng-dynamicdialog-demo-adhpi8
Current behavior
You can try the issue by the link Stackblitz above.
Expected behavior
It should focus on the next input field.
What is the motivation / use case for changing the behavior?
If the dialog I mentioned is the dialog of filling some fields, the tab-focus-next-field behavior should works.
Please tell us about your environment: Stackblitz
Angular version: 11.0
PrimeNG version: 11.3.0
Browser: I tested on Chrome and Firefox
Language: TypeScript
The text was updated successfully, but these errors were encountered: