Closed
Bug 90195
Opened 23 years ago
Closed 23 years ago
Chrome listener has hardcoded behaviour
Categories
(Core Graveyard :: Embedding: APIs, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: adamlock, Assigned: adamlock)
Details
(Whiteboard: PDT+, have patch and r=, ready for branch?)
Attachments
(4 files)
8.29 KB,
patch
|
Details | Diff | Splinter Review | |
8.42 KB,
patch
|
Details | Diff | Splinter Review | |
8.63 KB,
patch
|
Details | Diff | Splinter Review | |
9.73 KB,
patch
|
Details | Diff | Splinter Review |
Embedding's chrome listeners have hardcoded behaviour as regards to what tool
tip text is associated with a DOM node. Modify the chrome listener so that
embedders may register their own service to determine what text should be
returned when hovering over a DOM node.
Apologies, last patch was to the trunk. Branch patch is coming after I sort out
the different XPIDL semantics.
Updated•23 years ago
|
Whiteboard: PDT+ → PDT+, have patch and r=, ready for branch?
Comment 7•23 years ago
|
||
sr=rpotts
looks good to me :-)
Fix is checked into branch and trunk.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 11•23 years ago
|
||
Looks like another code verification. I'll take a look.
Comment 12•23 years ago
|
||
I verified that the tool tip provider and chrome listener code were checked into
the build. But it would be nice to have a test case to try this out. Anyone have
a code snippet which could verify this functionality? If not, QA will try
putting together a test case to pass tool tip text to the DOM node and provide a
listener to monitor it. Will investigate with other QA members who are more
familiar with these areas.
Comment 13•23 years ago
|
||
We tried the test case for this bug. We were able to register TooltipListener
but the methods were'nt getting callbacks. We had trouble implementing the
tooltiptextprovider interface (Needed to set the tooltip in the GetNodeText()
method of the interface). Not able to find the header file for
nsIToolTipTextProvider interface. David verified the code checkin for this bug.
Updated•6 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•