Closed
Bug 16803
Opened 25 years ago
Closed 25 years ago
[Ender]Unable to copy/paste chars from mapped charts
Categories
(Core :: Internationalization, defect, P2)
Tracking
()
VERIFIED
FIXED
M12
People
(Reporter: marina, Assigned: akkzilla)
References
Details
(Whiteboard: [Patch in hand])
Attachments
(2 files)
Steps to reproduce:
-go to Start menu>Program> Accessoires> Character Map
-choose Bitstrim Cyberbit font;
-as a subset choose CJK compatibilty ideagraphs;
-select one, copy it and try to paste into the blank Editor page;
//note : the result will ? question mark
Updated•25 years ago
|
Status: NEW → ASSIGNED
Priority: P3 → P2
Target Milestone: M12
Updated•25 years ago
|
Assignee: ftang → nhotta
Status: ASSIGNED → NEW
Target Milestone: M12 → M11
Comment 1•25 years ago
|
||
Copy & paste issue we talk before. Reaissng this to nhotta.
Updated•25 years ago
|
Status: NEW → ASSIGNED
Comment 2•25 years ago
|
||
This is a cross platform feature but the implentation is platform specific.
I am going to fix this for Win32, Macintosh bug is filed as 10816 ([PP] Add
Unicode clipboard support to Mac ). Probably we should file one for Unix if
there is a same problem.
Regarding the mile stone, I am not sure if I can finish this for M11.
Updated•25 years ago
|
Target Milestone: M11 → M12
Comment 3•25 years ago
|
||
For Win32, CF_UNICODETEXT handling is not complete, I should add support for
that.
CF_UNICODETEXT is mapped to kUnicodeMime (text/unicode, in fact, this is not
MIME registred type). Anyway, the editor currently does not use kUnicodeMime.
Looks like kHTMLMime, kTextMime and kJPEGImageMime are used. So I think the
editor also needs change in order to support unicode clipboard.
Adding akkana to cc. Move mile stone to M12.
Comment 4•25 years ago
|
||
Comment 5•25 years ago
|
||
Win32 implementation of CF_UNICODETEXT has been completed (so no change there).
I added a code in the editor to use kUnicodeMime when it's available.
Comment 6•25 years ago
|
||
Updated•25 years ago
|
Assignee: nhotta → akkana
Status: ASSIGNED → NEW
Comment 7•25 years ago
|
||
The current patch works for windows. Linux has a crasher 18276. Macintosh does
not have unicode clipboard support yet so no behavioral change with this patch.
Reassign to akkana so this bug can be coordinated with 18276 fix.
Assignee | ||
Comment 8•25 years ago
|
||
I have Naoki's patch, and am coordinating with Pavlov to make sure the gtk
crasher gets fixed before I check in this patch.
Updated•25 years ago
|
Whiteboard: [Patch in hand]
Comment 9•25 years ago
|
||
updating whiteboard with current status
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 10•25 years ago
|
||
The fix was checked in yesterday, and Pavlov's gtk fix was checked in the
previous night.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 11•25 years ago
|
||
I verified this in 120108 Win32 build.
You need to log in
before you can comment on or make changes to this bug.
Description
•