views:

42

answers:

0

In JavaScript, how do you detect when the browser is done re-formatting text in a textarea that has line wrap turned on? I've found, especially after pasting a large chunk of text, that the browser continues to re-format & wrap the text long after typing stops. Is there an event of some sort you can look for when it's done? Thanks, Greg

related questions