Opened 12 years ago
Closed 12 years ago
#12455 closed Bug (invalid)
Inline instance initiated with jquery adapter that contains button element hangs my chrome 37.0.2062.120 (64-bit)
| Reported by: | antonimo89@gmail.com | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description
Inline instance initiated with jquery adapter that contains button element hangs my chrome 37.0.2062.120 (64-bit)
Change History (1)
comment:1 Changed 12 years ago by
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
| Version: | 4.4.5 (GitHub - master) |

Code in deed crashes browser but you have modified CKEditor core. We don't allow creating inline editor on 'a' elements. Without this change you will only get message that CKEditor creation is not possible on this element.
This isn't valid path report in my opinion.