Closed
Bug 239037
Opened 22 years ago
Closed 14 years ago
[ActiveX] tooltips don't work when gecko is embedded as an active x control
Categories
(Core Graveyard :: Embedding: ActiveX Wrapper, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: asher, Unassigned)
References
()
Details
Attachments
(1 file)
|
12.25 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7b) Gecko/20040316
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7b) Gecko/20040316
When embedding gecko using the active x wrapper project, I noticed that the
"title" attribute did not work on plain text. I was trying to view: "<ACRONYM
title="Standardized Apptitude Test">SAT</ACRONYM>".
Reproducible: Always
Steps to Reproduce:
1. View a page with the title attribute
2. Move mouse to titled element
3. Tooltip does not pop-up
Actual Results:
No tooltip
Expected Results:
An informative tooltip
Note to self. Control needs to implement nsITooltipListener and pose a tooltip
through the onShowTooltip methods..
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: title attribute doesn't work when gecko is embedded as an active x control → [ActiveX] title attribute doesn't work when gecko is embedded as an active x control
Summary: [ActiveX] title attribute doesn't work when gecko is embedded as an active x control → [ActiveX] tooltips don't work when gecko is embedded as an active x control
*** Bug 240968 has been marked as a duplicate of this bug. ***
Patch implements CBrowserToolTip, a window for showing a tooltip and the
nsITooltipListener interface on the browser container.
Patch was edited for cruft and might not apply cleanly.
Updated•16 years ago
|
QA Contact: dunn5557 → activex
Comment 4•14 years ago
|
||
The ActiveX embedding API was removed in bug 662023 and friends, making this INVALID.
[Filter bugspam on activexinvalid]
Assignee: adamlock → nobody
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
| Assignee | ||
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
•