Issue 84037 - Request for generic tool tip functionality
Summary: Request for generic tool tip functionality
Status: ACCEPTED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-28 11:09 UTC by schnuckyschuster
Modified: 2013-02-24 21:06 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description schnuckyschuster 2007-11-28 11:09:06 UTC
Abstract
========
Form controlls have tool tip functionality. 
Hyperlinks have tool tip functionality (The tool tip text is the URL or file).
Please implement a general tool tip functionality for text and if possible, all
visible controlls.

Use case
========
With this functionality users could stick comments, Todo text information or
status information to a specific text region or controll.

Requirements
============
- Take the hyperlink functionality as of chapter 8.3.2 Formatting, table
Hyperlink Properties
- Rename the properties acordingly
- Make following modifications to the functionality:
   + If no mouse events are set, the tool tip text pops up on OnMouseOver and
closes on OnMouseOut
   + If mouse events are set, the tool tip text does not popup, but the
connected macros are executed
   + The methods that execute the mouse events get the TextRange or Controll
refference that triggered the event

- Convert the hyperlink functionality into a specific inplementation of the
generic tooltip functionality
Comment 1 jsc 2007-12-20 10:07:49 UTC
jsc -> cd: as discussed to you. I think it's not only an enhancement but more a
feature. And of course it would be a lot of work. I am not sure if it would be
worse the effort.
Comment 2 carsten.driesner 2008-01-09 16:04:23 UTC
cd: Accepted. Could be an interesting way to support developers.