Latest GIT.
Would somebody confirm whether the "What's This" tooltips work in KControl?
Simply "right-click" on a check box text string. A popup should appear with the text string "What's This?" and when selected, a tooltip help string appears.
The "What's This" tooltips work correctly when I start a KControl module from the minicli or from the TDE Settings menu. They don't work when I try to use them in the full KControl.
Thanks.
Darrell
Latest GIT.
Would somebody confirm whether the "What's This" tooltips work in KControl?
Simply "right-click" on a check box text string. A popup should appear with the text string "What's This?" and when selected, a tooltip help string appears.
The "What's This" tooltips work correctly when I start a KControl module from the minicli or from the TDE Settings menu. They don't work when I try to use them in the full KControl.
Update. Using Shift-F1 and then the mouse pointer works. Using "right-click" to invoke What's This does not work.
Darrell
On 06/05/2012 02:22 AM, Darrell Anderson wrote:
Latest GIT.
Would somebody confirm whether the "What's This" tooltips work in KControl?
Simply "right-click" on a check box text string. A popup should appear with the text string "What's This?" and when selected, a tooltip help string appears.
The "What's This" tooltips work correctly when I start a KControl module from the minicli or from the TDE Settings menu. They don't work when I try to use them in the full KControl.
Update. Using Shift-F1 and then the mouse pointer works. Using "right-click" to invoke What's This does not work.
Darrell
Confirmed.
Shift-F1 works, right-click does not. I also thought the tooltip help would appear on hover? I recall seeing these tips in the past and I know for certain that I neither rt-clicked or used shift-F1. Maybe my imagination, but I thought it was something like the following logic (example made up):
else if (hover_time > 500) show_tips();
Update. Using Shift-F1 and then the mouse pointer
works. Using "right-click" to invoke What's This does not work.
Confirmed.
Shift-F1 works, right-click does not. I also thought the tooltip help would appear on hover? I recall seeing these tips in the past and I know for certain that I neither rt-clicked or used shift-F1. Maybe my imagination, but I thought it was something like the following logic (example made up):
else if (hover_time > 500) show_tips();
Bug report 1021 filed.
Darrell