Closed
Bug 64027
Opened 25 years ago
Closed 25 years ago
tooltips don't work when embedding mozilla via gtkmozembed
Categories
(Core Graveyard :: Embedding: GTK Widget, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla0.8
People
(Reporter: muhri, Assigned: blizzard)
References
()
Details
Attachments
(4 files)
|
3.46 KB,
patch
|
Details | Diff | Splinter Review | |
|
3.42 KB,
patch
|
Details | Diff | Splinter Review | |
|
3.89 KB,
patch
|
Details | Diff | Splinter Review | |
|
4.09 KB,
patch
|
Details | Diff | Splinter Review |
Visiting the URL above and placing the mouse over the yahoo link yields a yahoo
tool tip in mozilla. Using any browser that embeds mozilla via gtkmozembed will
not show the tip.
| Reporter | ||
Comment 1•25 years ago
|
||
I would like to add that the pref general.title.tip is enabled ..
| Assignee | ||
Comment 2•25 years ago
|
||
It's a XUL thing.
| Reporter | ||
Comment 3•25 years ago
|
||
Anyway of doing this using GtkToolTip?
| Assignee | ||
Comment 4•25 years ago
|
||
I don't think that GtkToolTip is going to be used here.
I'm not sure what the deal is with tooltips and embedding. I think pink might
know more but I could be wrong. Pink, what's the deal? Do you need XUL to do
tooltips in the current arrangement?
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Reporter | ||
Comment 5•25 years ago
|
||
Any news on this yet Pink :)
Comment 6•25 years ago
|
||
this depends on 62886, which i will land today. then someone just has to
implement the new nsITooltipListener api in on the webBrowserChrome object.
Depends on: 62886
| Reporter | ||
Comment 7•25 years ago
|
||
| Reporter | ||
Comment 8•25 years ago
|
||
Well, the above patch implements this for GtkMozEmbedChrome, I could have sworn
I saw a gtk_tooltip_popup function before but Appearntly I was wrong, This is
the closest implementation I could come up with, see if you like that Chris.
Works perfectly here with Skip and TestGtkEmbed and Galeon all.
| Reporter | ||
Comment 9•25 years ago
|
||
| Assignee | ||
Comment 11•25 years ago
|
||
-> mozilla 0.8
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.8
| Assignee | ||
Comment 12•25 years ago
|
||
Update summary
Summary: Title tag is not honored in browsers embedding mozilla via gtkmozembed → tooltips don't work when embedding mozilla via gtkmozembed
| Assignee | ||
Comment 13•25 years ago
|
||
| Assignee | ||
Comment 14•25 years ago
|
||
Comment 15•25 years ago
|
||
r=pavlov
Comment 16•25 years ago
|
||
Blizzard has agreed to fix tab-damage and spelling, and add some more comments
to appease me. In return, I proffer my sr=.
| Assignee | ||
Comment 17•25 years ago
|
||
Checked in.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•