Changes between Initial Version and Version 1 of Ticket #32197, comment 6
- Timestamp:
- 04/29/2015 11:39:05 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32197, comment 6
initial v1 1 1 This is a problem with the textarea resize function. On keyup it copies all content from the textarea to a hidden div, then calculates the div height and sets the textarea height. For a long post that can become very slow. 2 3 Now this is amplified by the emoji replacement. Adding the content to the hidden div triggers re-parsing of the whole content.