Bug #23806
closedClicking a label should set the focus on the input field
0%
Description
For a checkbox, the box should be checked. For an input field the focus should go to the field itself etc.
Currently clicking will give you the csh text. I don't think this is correct behaviour. Did any other alternatives get discussed? The markup is also not kinda ok (using abbr f.i.). Then underlining of the terms is also disturbing.
(issue imported from #M16084)
Files
Updated by Jo Hasenau about 14 years ago
So how would you implement the CSH text then?
The design team decided to get rid of the help icons and show the CSH bubbles onmouseover of the labels.
Without these icons I don't see another solution to get the more detailed descriptions than the current onclick behaviour.
I agree that the markup should be changed from abbr to dfn though.
Updated by Jo Hasenau about 14 years ago
Maybe we could use double click as well?
Updated by Ben van 't Ende about 14 years ago
Well using the double click is a good idea. Clicking the Label should do the focus thingie I mentioned earlier.
I could not find a way to turn it off or didn't i look properly? The hover icon should definitely not be a hand. I am no usabiity expert, but can't we find some inspiration from other projects?
Updated by Ernesto Baschny about 14 years ago
I would suggest:
- mouse over the label => tooltip pops up after 2 secs
- click on the label => focus on input field or check the checkbox
- click in the tooltip => open the popup with more help
This is also how it used to work, when we had a specific link inside the tooltip (the old "arrow" demonstrating that more info was waiting to be clicked). This has to be visualized better, of course.
Updated by Ernesto Baschny about 14 years ago
I added this information in the HCI tracker where the CSH styling will be made:
Updated by Ingo Renner about 14 years ago
Fixed target version, always set target to final release, use "Fixed in Version" for specific preview releases...
Updated by Ernesto Baschny almost 14 years ago
As discussed in our release meeting, we will do the following:
- reduce delay to 0,5s - 1s (keep in mind that there is still more initial delay because of the ajax request for the text)
- "on click" on the label should not open the popup but instead select the item that is labeled (e.g. the checkbox = standard browser behaviour)
- add the old linking arrow back inside the label which is clickeable for the "more information" popup and allow the user to enter the tooltip to click on the link. Is this possible at all?
Steffen volunteered to do this. :)
Updated by Steffen Kamper almost 14 years ago
I already did it,. here is the patch, it's now in skin factory for face lifting.