I'm implementing the wmd editor on my site, and no matter what I try I get serious lag as you type into the textarea. I'm using the version forked from wmd-new. Looking at the timeline tab of the chrome inspector, it seems that I get two repaint processes for each keypress event. One for the preview and a second, laggy one for the browser repainting the entire viewport. But the stackoverflow version is lickety-split fast and without this viewport repaint. It slows the operation down to the point that the cursor falls behind typing... which isn't acceptable obviously.
I've tried pulling out all the css, the resizer code, I've tried adding a #post-editor container with a hardcoded width like you have... just about everything I can think of. Is there some special css quirk or a javascript trick that you're adding to keep the viewport from getting repainted on each keypress?
Trying to be a lean startup, but I'm spending too much time spinning my wheels on this. :-( Would be super-appreciative of any help.
I'm not sure if this belongs in support or discussion. Feel free to edit my tags.