Bug #70598
closedForm: Displayerror in Google Chrome
0%
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
Updated by Wouter Wolters about 9 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.
Updated by Christoph Werner about 9 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
Updated by Riccardo De Contardi about 9 years ago
I am not sure that overflow:hidden could be useful. for sure list-style:none; or list-style-type:none will help.
Updated by Wouter Wolters about 9 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.