-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Open
Labels
issue: bugDescribes why the code or behaviour is wrongDescribes why the code or behaviour is wrong
Description
Check for duplicates
- I have searched for similar issues before opening a new one.
Description
When the user is editing a field, and clicks outside of the blockly area, the CHANGE event is not fired.
I expect the change event to be fired, or for there to be a way to request blockly to lose focus of the text field and update it's value in the block. The behaviour should be similar to how Blockly works if you click inside the workspace.
Reproduction steps
- There is a block on in the Workspace with a text field.
- The user begins editing the text field (it select the field)
- When the user is done editing, it clicks outside the blockly area (for example on a button)
Result:
The text field is still shown as being edited and the internal block is not yet updated with the new value. No CHANGE even is fired either.
Stack trace
Screenshots
No response
Browsers
No response
Metadata
Metadata
Assignees
Labels
issue: bugDescribes why the code or behaviour is wrongDescribes why the code or behaviour is wrong
Type
Projects
Status
Todo