Actions
Bug #46021
closedExtension Configuration: text color of input field is white if varName is "username"
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2013-03-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Hi,
strange behaviour i think:
I have created an "ext_conf_template.txt"-file with some strings to set in extension manager.
Espacially this one:
# cat=basic/enable/c; type=string; label=Username:SOAP Interface Username username = password
is funny. Because as the var name is "username", the text-color of the (white backgrounded) input field is white. :)
If I name the var e.g. "user_name" with an underscore, it works and the text is black.
Cheers,
Ralf
Files
Updated by Oliver Hader over 11 years ago
- Project changed from 2269 to TYPO3 Core
Updated by Gerrit Code Review over 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19616
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19616
Updated by Wouter Wolters over 11 years ago
- File text-not-visible.png text-not-visible.png added
Updated by Wouter Wolters over 11 years ago
Tested with:
- cat=Basic/enable; type=string; label=Username:SOAP Interface Username
username = password
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/19627
Updated by Wouter Wolters over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f38e2e64d90a188eb59c157d248fc06c04de653f.
Actions