View Issue Details

IDProjectCategoryView StatusLast Update
0002218MMW v4Otherpublic2008-11-19 17:15
Reporterrusty Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status feedbackResolutionreopened 
Fixed in Version3.0 
Summary0002218: Pressing '?' button should be the same as pressing 'F1'
DescriptionCurrently, to access the help tooltips on the configuration screen, the user must:
-place the item in question in focus . This often involves _changing_ the configuration (to get focus on a checkbox item, the item must be clicked which changes its state!!)
-press F1

This is fairly cumbersome. A simpler solution would be to just show the tooltip on mouseover.
TagsNo tags attached.
Fixed in build

Activities

jiri

2005-12-06 11:36

administrator   ~0006523

Generally speaking I agree with this (although I'm afraid some users might not like it).

However, your description makes me think: Do you recall that there's an easier way than pressing F1? You can click that '?' button and then click on the item where you need help.

rusty

2005-12-06 14:16

administrator   ~0006525

I personally love the manner in which this has been implemented on Tortoise SVN.

I think that it would be great if we could implement this, and that it could lessen our need for online help (and improve usability of the localized versions) if we roll this out to other portions of the UI.

It's not critical for this release, but would be worth trying out to get user feedback.

petr

2006-03-10 20:38

developer   ~0007053

Hold mouse over control for 1 second for tooltip help.

rusty

2006-09-25 20:59

administrator   ~0007947

A couple of issues with the implementation:
1) Tooltip bubbles sometimes appear with text touching the right margin of the bubble. There needs to be a bit more space on the right side.
2) Since bubbles now appear when the cursor moves over items, the '?' in the upper right corner should open the help Window that would open if the user pressed <F1>.
3) In some cases where there's a lot of text, the help needs to stay open longer. Ideally, the length of time the bubble stays open would depend on the amount of text.

petr

2006-10-15 16:38

developer   ~0008014

1 and 3 solved