[KULRICE-7332] Tooltip behavior is inconsistent Created: 19/May/12 Updated: 16/Jan/15 |
|
Status: | Open |
Project: | Kuali Rice Development |
Component/s: | Development, User Experience (UX) |
Affects Version/s: | None |
Fix Version/s: | Backlog |
Security Level: | Public (Public: Anyone can view) |
Type: | Bug Fix | Priority: | Major |
Reporter: | Jerry Neal (Inactive) | Assignee: | Unassigned |
Resolution: | Unresolved | Votes: | 0 |
Labels: | Old | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Issue Links: |
|
||||||||
Rice Module: |
KRAD
|
||||||||
KAI Review Status: | Not Required | ||||||||
KTI Review Status: | Not Required |
Description |
I tried out a 2.2.0-M1 tooltip in an enabled & disabled Uif-InputField with this statement: <property name="toolTip"> and sometimes the tooltip appears on mouse hover, and sometimes it doesn't. And sometimes it stays there even after the mouse has left the field. At one point I had both fields displaying the tooltip even tho the mouse was nowhere near either field. On Win7 I tried IE8 and the latest Safari & Firefox and got mixed results, but none of them worked as desired. |
Comments |
Comment by Samuel Holtzkampf (Inactive) [ 21/May/12 ] |
Can replicate behaviour when adding tooltip directly on fields. Would recommend not to add tooltips on the whole field but rather on the control or label - this seems to resolve any inconsistent behaviour. When added on the field the tooltip will get triggered on empty spans. Will investigate how to avoid this issue. |
Comment by Jessica Coltrin (Inactive) [ 16/Oct/12 ] |
moving non-blocker and non-critical m4 Jiras to 2.2-backlog |
Comment by Samuel Holtzkampf (Inactive) [ 10/Apr/13 ] |
A plugin that we might want to look at to replace current tooltip : http://calebjacob.com/tooltipster/. The unminified source is available and looks like all the options we need is included. |