Santhu / mozc

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

ToolTip against non-BMP characters on the character palette is not displayed correctly due to QTBUG-25536 #158

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open character palette with Qt 4.8.0 or 4.8.1.
2. Select non-BMP characters (U+10000 or higher)

What is the expected output?
See the attached Mozc_character_palette_qt4.7.4.png

What do you see instead?
See the attached Mozc_character_palette_qt4.8.1.png

We found that this difference is caused by a regression in QString::toUcs4(). 
It has already been reported into the upstream and now becomes public as 
follows.
https://bugreports.qt-project.org/browse/QTBUG-25536

Anyway we are planning to add a workaround against this issue in the next 
release.

Original issue reported on code.google.com by yukawa@google.com on 1 May 2012 at 5:51

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in r115.

Original comment by yukawa@google.com on 28 May 2012 at 7:18