ID:91795
 
This issue has been marked as a duplicate of id:86017
BYOND Version:462
Operating System:Windows 7 Home Premium
Web Browser:Chrome 4.0.249.89/IE 8
Status: Duplicate

This issue has been marked as a duplicate of id:86017
Descriptive Problem Summary:
When trying to use CodeMirror embedded in a browser control, hitting enter does nothing. I also can't scroll with my mouse's scrollwheel, however both of these actions work in both IE and Chrome when viewing the same page outside of BYOND (otherwise I would assume it's a CodeMirror problem). All the other keys seem to work fine. I wasn't able to reproduce this with a normal text area or div with contenteditable enabled. If this isn't enough information to work with, I can send you the project which demonstrates the problem (however the JavaScript has all been minified).

Numbered Steps to Reproduce Problem:
-Send the CodeMirror files to the client via browse_rsc().
-Embed CodeMirror within a browser control.
-Run the project and hit enter.


Expected Results:
A new line is created.

Actual Results:
Nothing happens.

Does the problem occur:
Every time? Or how often? Every time.
In other user accounts? Not tested.
On other computers? Not tested.
Only the less important half of this report is a duplicate. Is there any chance of fixing the problem with hitting enter?