Bug 713869 - convert hover help to contextual popup help with icon
Summary: convert hover help to contextual popup help with icon
Keywords:
Status: NEW
Alias: None
Product: RHQ Project
Classification: Other
Component: Core UI
Version: 4.0.1
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: Nobody
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-06-16 16:12 UTC by John Mazzitelli
Modified: 2022-03-31 04:28 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description John Mazzitelli 2011-06-16 16:12:28 UTC
In lots (but not all) UI components, if you hover over them, we popup a help tooltip which shows on delay (you hover over a component for a second and a tooltip pops up).

The problem is - the user doesn't know which component has help text and which doesn't. You are forced to hover over a component and cross your fingers that within a second, a tooltip with help shows up.

We have a new way using FormUtility.addContexualHelp() that adds a help icon to the FormItem and when clicked pops up a help dialog box with the help text.

this is better because the user has immediately feedback as to which form items have help associated with it.

we should consider converting all of our help hovers to this contextual help dialog box with icon, where appropriate.


Note You need to log in before you can comment on or make changes to this bug.