mdrubin / pythoninthebrowser

Automatically exported from code.google.com/p/pythoninthebrowser
0 stars 0 forks source link

Can drag and drop text in the textarea #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Browsers affected: Firefox & Safari (at least)

Dragging and dropping text in the textarea screws up input (and looks weird).

Original issue reported on code.google.com by fuzzyman on 16 Jun 2008 at 9:15

GoogleCodeExporter commented 8 years ago
It can no longer break input - and 'reset()' restores it. 

Fixing this would actually be quite difficult as far as I can tell. We would 
have to
monitor all changes in the textarea and work out if a change should be allowed 
or
reverted. We could then handle drag-and-drop, pasting over the banner / input 
and so on.

Original comment by fuzzyman on 17 Jun 2008 at 4:40