Opened 12 years ago
Closed 12 years ago
#10409 closed Bug (invalid)
Inline editor leaves border on div after calling destroy.
Reported by: | tim | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.1.1 |
Keywords: | Cc: |
Description
I am creating an inline editor on a div and it creates a border around the div. I have a keyboard event so the user can press 'escape' key to finish editing. In the event I called the destroy function and the editor disappears, however the border remain until I click somewhere in the page.
This is not a border, but outline and this is default browsers' style for focused element.