Issue 84037

Summary: Request for generic tool tip functionality
Product: App Dev Reporter: schnuckyschuster <gerhard.w.schuster>
Component: apiAssignee: AOO issues mailing list <issues>
Status: ACCEPTED --- QA Contact:
Severity: Trivial    
Priority: P3 CC: issues
Version: 3.3.0 or older (OOo)   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Latest Confirmation in: ---
Developer Difficulty: ---

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.