Closed
Bug 156093
Opened 23 years ago
Closed 22 years ago
[patch] gtk2 mozembed fails to display tooltips with non-ascii chars
Categories
(Core Graveyard :: Embedding: GTK Widget, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: christophe.fergeau, Assigned: blizzard)
References
()
Details
Attachments
(1 file)
417 bytes,
patch
|
Details | Diff | Splinter Review |
The tooltip displayed when hovering over a link isn't properly displayed when it
contains non-ascii chars. This is because the string given to gtk by the
embedding code isn't a valid utf8 string. The following patch fixes that
Reporter | ||
Comment 1•23 years ago
|
||
Forgot to comment on the URL.
In Galeon2 (should also work with testgtkembed if it compiles with the gtk2
embedding widget), if you hover over one of the hard disk names, the tooltip is
truncated.
Reporter | ||
Comment 2•23 years ago
|
||
Comment 3•23 years ago
|
||
confirming.
Updated•23 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 4•22 years ago
|
||
You probably want to use
#ifdef MOZ_WIDGET_GTK2 / GTK to keep compatibility with gtk1.
Assignee | ||
Comment 6•22 years ago
|
||
Fixed with the checkin from bug 121253.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•