Project

General

Profile

Actions

Bug #23806

closed

Clicking a label should set the focus on the input field

Added by Ben van 't Ende over 13 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-10-20
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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

tooltip_improvements.patch (4.71 KB) tooltip_improvements.patch Administrator Admin, 2010-12-09 18:32

Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #24385: htmlArea RTE: Clicking a label should set the focus on the input fieldClosedStanislas Rolland2010-12-22

Actions
Has duplicate TYPO3 Core - Bug #23824: CSH link on labels "destroys" label usabilityClosed2010-10-22

Actions
Has duplicate TYPO3 Core - Bug #23819: CSH icons change to underlined labelsClosed2010-10-22

Actions
Actions #1

Updated by Jo Hasenau over 13 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.

Actions #2

Updated by Jo Hasenau over 13 years ago

Maybe we could use double click as well?

Actions #3

Updated by Ben van 't Ende over 13 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?

Actions #4

Updated by Ernesto Baschny over 13 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.

Actions #5

Updated by Ernesto Baschny over 13 years ago

I added this information in the HCI tracker where the CSH styling will be made:

http://forge.typo3.org/issues/10347

Actions #6

Updated by Ingo Renner over 13 years ago

Fixed target version, always set target to final release, use "Fixed in Version" for specific preview releases...

Actions #7

Updated by Ernesto Baschny over 13 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. :)

See http://forge.typo3.org/issues/10347

Actions #8

Updated by Steffen Kamper over 13 years ago

I already did it,. here is the patch, it's now in skin factory for face lifting.

Actions #9

Updated by Steffen Kamper over 13 years ago

committed to trunk rev 9817

Actions #10

Updated by Susanne Moog about 13 years ago

  • Target version deleted (4.5.0)
Actions

Also available in: Atom PDF