j-ulrich / jquery-simulate-ext

jQuery simulate extended
https://j-ulrich.github.io/jquery-simulate-ext/
Other
146 stars 48 forks source link

key-sequence: {enter} and {rightarrow} sequence not working correctly in Opera #1

Closed j-ulrich closed 10 years ago

j-ulrich commented 12 years ago

The "{enter}" sequence is not working correctly in Opera. The line break is inserted at the end of the sequence instead of the current position.

This is actually a shortcoming in bililiteRange.js and it also causes that "{rightarrow}" cannot be used to go to the next line.

j-ulrich commented 10 years ago

Closing this since the new versions of Opera are using the WebKit engine which doesn't suffer from this problem.