Opened 9 years ago
Closed 9 years ago
#13799 closed Bug (invalid)
Clicking inside a nested editable changes editor.checkDirty() to true
Reported by: | Matthew Popat | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Widgets | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
- Open an editor with a widget that has a nested editable.
- Click inside the nested editable.
Expected result
editor.checkDirty() remains false
Actual result
editor.checkDirty() becomes true
Change History (1)
comment:1 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Version: | 4.5.3 |
I can't reproduce that. I have been clicking into image2, code snippet and simple box editables but that doesn't change dirty state.
Perhaps when clicking you have by mistake also resized the widget?
I'm closing this issue as invalid. Please provide more detailed description and we will reopen it.