Closed
Bug 500413
Opened 16 years ago
Closed 16 years ago
Pasting into a th.Input doesn't seem to work
Categories
(Skywriter Graveyard :: Thunderhead, defect, P2)
Skywriter Graveyard
Thunderhead
Tracking
(Not tracked)
RESOLVED
FIXED
Future
People
(Reporter: dion, Unassigned)
Details
For example, if you paste into the quickopen input it goes through to the editor. Ideally it would go into the input box.
Need to rethink th.Input and instead favour just using a normal DOM input as it then lets you paste, right click handlers, spelling, etc etc etc.
Reporter | ||
Updated•16 years ago
|
Priority: -- → P2
Comment 1•16 years ago
|
||
I fixed that. The editor was taking over the control over copy/cut/paste completly and didn't watched out, if he has the focus or not. This is fixed. You can pull it in from here:
bitbucket.org/j4c/bespin
Make sure: this repo also has basic search/replace work in there, that is *not* yet done and doesn't work *yet*. If you feel like we should hide this, just comment out the line
listener.bindKeyString("ALT", Key.F, this.actions.toggleFilesearch, "Show find dialog");
within the editor.js
Julian
PS: there are good reasons for having a native th.Input: otherwise we can't get the focusManagement working :(
Comment 2•16 years ago
|
||
This works for me, after my patches got into tip. Mark as fixed?
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•