Project

General

Profile

Actions

Bug #70598

closed

Form: Displayerror in Google Chrome

Added by Christoph Werner over 8 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Form Framework
Target version:
Start date:
2015-10-11
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Hi all!
In the newest Chrome-Browser (45.0.2454.101 m, Windows) all formfields have an number put in front.

Reason:

The following CSS-Tag used to suppress the display of the numbers, doesn´t work in Chrome (anymore?):

div.csc-mailform ol li {
overflow: hidden;
}

A possible solution would be:

div.csc-mailform ol {
list-style:none;
}

Best Regards
Chris

Actions #1

Updated by Wouter Wolters over 8 years ago

  • Status changed from New to Needs Feedback

Are you sure CSS is not overridden by your own CSS?

This is IMO not a TYPO3 problem but a browser issue. The CSS TYPO3 provides is correct.

Actions #2

Updated by Christoph Werner over 8 years ago

Hi Wouter,
I´ve noticed this issue in two different installations, so overwriting can be excluded.

Well, you are right, it´s a real TYPO3 issue. Maybe some CSS professionals can take a look.

Best Regards
Chris

Actions #3

Updated by Riccardo De Contardi over 8 years ago

I am not sure that overflow:hidden could be useful. for sure list-style:none; or list-style-type:none will help.

Actions #4

Updated by Wouter Wolters over 8 years ago

  • Status changed from Needs Feedback to Closed

I rechecked this now and the CSS rules TYPO3 applies did not change since 17-08-2012. That is more than 3 years!
See https://git.typo3.org/Packages/TYPO3.CMS.git/history/refs/heads/TYPO3_6-0:/typo3/sysext/form/Configuration/TypoScript/setup.txt

If you want the numbers to be gone you can easily add this line of code to your own CSS file.

I will close the issue now because changing TYPO3 is not needed.

Actions

Also available in: Atom PDF