Project

General

Profile

Actions

Bug #24714

closed

Cursor not changing to help over some labels

Added by Francois Suter over 13 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Could have
Category:
-
Target version:
Start date:
2011-01-21
Due date:
% Done:

0%

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

Description

In the User Settings and the Scheduler (when creating/editing a task), the cursor does not change to a help cursor when the mouse is positioned over the label. It happens only in a very small range just above the label.

This was observed in FF 3.6 for Mac.

It's just a CSS issue, but I had no time to dit into it.

(issue imported from #M17202)


Files

17202.diff (388 Bytes) 17202.diff Administrator Admin, 2011-01-25 22:16

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #24826: Adjust CSH output in User Settings / schedulerClosed2011-01-26

Actions
Actions #1

Updated by Steffen Gebert over 13 years ago

HTML structure in TCEforms:

<label>
  <span data-field="extendToSubpages" data-table="pages" class="t3-help-link">
    <abbr class="t3-help-teaser">Extend to Subpages</abbr>
  </span>
</label>

HTML in User Settings:

<span data-field="option_newPasswordAgain" data-table="_MOD_user_setup" class="t3-help-link">
  <abbr class="t3-help-teaser">
    <label for="field_password2">New password, again</label>
  </abbr>
</span>

cursor: pointer is set for the

<abbr>
, however the
<label>
inside hides the abbr.

Actions #2

Updated by Francois Suter over 13 years ago

Thanks for the pointer. It works nicely (just made a couple of tests in the Scheduler). Will finish tomorrow morning.

Actions #3

Updated by Francois Suter over 13 years ago

Oh, I missed your attachment. Are you proposing to solve this by modifying the CSS? Isn't it better to fix the tag structure, so that it is shared all over the BE? I would rather do this even if it's a bit more work.

Actions #4

Updated by Steffen Gebert over 13 years ago

Yes, it might be better to fix the HTML, of course. You probably know better, where the code is coming from. Could you take care? This one is already pending in core list, but I would also favor to streamline the code.

Actions #5

Updated by Steffen Gebert over 13 years ago

This change was accidently included in rev. 10313.
I now added the ChangeLog entry in 10327, as we decided that the code in User Settings is too hard to change ATM.

Actions

Also available in: Atom PDF