Changes between Initial Version and Version 1 of Ticket #12995, comment 1
- Timestamp:
- Feb 27, 2015, 12:48:51 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12995, comment 1
initial v1 1 I looked into this, but I don't have any idea what could cause adding more listeners to editor#insertText than one. It would mean that editable's setup method is executed more than once and depending on the editable type you use that 'svaries from "possible if some browser has a serious bug" to "hard to imagine" :D.1 I looked into this, but I don't have any idea what could cause adding more listeners to editor#insertText than one. It would mean that editable's setup method is executed more than once and depending on the editable type you use that varies from "possible if some browser has a serious bug" to "hard to imagine" :D. 2 2 3 3 Anyway, to make it easier - could you describe what kind of editor you use, how do you initialise it, what plugins do you have, etc? And on what browser does it happen?