sproutcore / rich-text-editor

A rich text editor for SproutCore.
Other
6 stars 6 forks source link

Unit tests! #12

Open dcporter opened 10 years ago

dcporter commented 10 years ago

Unit tests.

dcporter commented 10 years ago

On this front: We need to be able to unit test different input combinations with generated keyboard events, but there's a longstanding WebKit bug where generated keyboard events never have a keyCode other than zero. There's a hacktastic solution here; it works in Chrome but not Safari, so I'll need to test it to see if it works in Phantom.