diff options
author | Michael Hamann <michael@content-space.de> | 2010-06-27 18:34:57 +0200 |
---|---|---|
committer | Michael Hamann <michael@content-space.de> | 2010-06-27 18:40:38 +0200 |
commit | 136982455ae0eddc18744176db33fbd7b421e11c (patch) | |
tree | 47204bcdc587685117e1de019f6659220ef4c460 /lib/exe/js.php | |
parent | 226bf2dc02909d49bb6afbd7b5018572aeba6050 (diff) | |
download | dokuwiki-136982455ae0eddc18744176db33fbd7b421e11c.tar.gz dokuwiki-136982455ae0eddc18744176db33fbd7b421e11c.zip |
Fixed automatic insertion of listbullets in Opera FS#1877
The keydown event can't be prevented in Opera (see
http://www.quirksmode.org/dom/events/keys.html) so this switches back to
keypress in Opera (keypress doesn't give the correct key codes in
Firefox). Furthermore Opera replaces '\n' by '\r\n' when inserting text,
thus the offset for cursor/selection placement was wrong.
Diffstat (limited to 'lib/exe/js.php')
0 files changed, 0 insertions, 0 deletions