-
Notifications
You must be signed in to change notification settings - Fork 489
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
Input field looses focus #4559
Comments
I can reproduce it in v5.28 but cannot in v5.27. |
I cannot reproduce this in the core libraries (bpmn-js-properties-panel |
Let's check if we can reproduce it before the form-js update. |
|
74bf225 is good (before form-js update) |
This one is broken by 8f6662d too. So it's form-js update again. |
I cannot reproduce this via core, so |
This is more than just lost focus: Screen.Recording.2024-09-26.at.14.20.09.mov |
Right now I am puzzled. The bug is not present in the forms though (there's flickering but it's a different topic): Screen.Recording.2024-09-26.at.14.25.12.mov |
Current guess is that it's something about preact or diagram-js-ui. |
So |
Both are (should be) isolated from each other though. |
Yes, and this does not change with the broken commit. |
Any ideas? |
Right now, the only solution I can see is to revert the update, and figure this out later. |
Let's try this. |
LOL. I installed the outdated forms dependencies and pinned them, but that did not fix the problem :D |
"Fix" coming via #4563 |
Closed via #4563. |
Describe the bug
If I type in the
Task Definition > Retries
field the input looses focus. The same issue can be replicated across different types ofFEEL (optional)
fields.Steps to reproduce
= some expression
into aTask Definition > Retries
field= s
again in the fieldExpected behavior
Input keeps focus when field turns into an expression field
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: