Closed
Bug 210308
Opened 22 years ago
Closed 21 years ago
[gtk] Can not dnd text from rendered html pages to gtk text entries
Categories
(Core :: DOM: Copy & Paste and Drag & Drop, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 179658
People
(Reporter: bordoley, Assigned: crispin)
Details
Attachments
(1 file)
|
9.48 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686) Gecko/0 Epiphany/0.7.0
Build Identifier: Mozilla/5.0 (X11; U; Linux i686) Gecko/0 Epiphany/0.7.0
when using mozilla in a gtk environment I can not dnd text from mozilla to
gtkentries or to gtktextviews.
Reproducible: Always
Steps to Reproduce:
| Assignee | ||
Comment 1•21 years ago
|
||
This is a proposed patch, implementing both halves of the drag and drop. It
implements the "UTF8_STRING" drag type, which is supported by UTF8 enabled
applications.
I am not too sure whether the UCS2 <-> UTF8 conversions are being done in the
most efficient method, but the patch works fine for me.
| Assignee | ||
Updated•21 years ago
|
Assignee: blake → mozilla
Status: UNCONFIRMED → ASSIGNED
| Assignee | ||
Updated•21 years ago
|
Attachment #140891 -
Flags: review?(blizzard)
| Assignee | ||
Updated•21 years ago
|
Attachment #140891 -
Flags: review?(blizzard)
| Assignee | ||
Comment 2•21 years ago
|
||
Actually this is a duplicate of bug 179658 which has a more comprehensive patch
*** This bug has been marked as a duplicate of 179658 ***
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•