protoc / zen-coding

Automatically exported from code.google.com/p/zen-coding
0 stars 0 forks source link

Zen-Coding Textarea can't move by IE8. (with patch) #277

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I try to use Zen-Coding Textarea by IE8. but it not move.

https://github.com/sergeche/zen-coding/blob/master/plugins/textarea/zen_editor.j
s#L333
else if(doc.attachEvent) ele.attachEvent('on' + key_event, runAction);
↓
else if(doc.attachEvent) doc.attachEvent('on' + key_event, runAction);

Original issue reported on code.google.com by j7400...@gmail.com on 18 Jun 2011 at 12:19

GoogleCodeExporter commented 9 years ago
Oops, that was a typo. Pushed patch into github and updated download archive

Original comment by serge....@gmail.com on 20 Jun 2011 at 8:48