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

Also available in: Atom PDF