Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
GoogleCodeExporter opened this issue Apr 22, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

Fixed in r115.

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

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant