Bug #17496
closedmissing default value in search form
0%
Description
The search form input should have a default value like "Enter search here" This is a W3C WCAG requirement and required by section 508 of the americans with disability act.
Change request:
locallang.xml:
<label index="default_search_word_entry">Search for</label>
class.tx_indexedsearch.php around line 1317
if ($this->piVars['sword'] != '') {
$markerArray['###SWORD_VALUE###'] = htmlspecialchars($this->piVars['sword']);
}
else
{
$markerArray['###SWORD_VALUE###'] = $this->pi_getLL('default_search_word_entry');
}
(issue imported from #M6076)
Updated by Mr. Hudson over 13 years ago
Patch set 2 of change Ifc32251228367666e51af72a3c5085231f584466 has been pushed to the review server.
It is available at http://review.typo3.org/2535
Updated by Mario Rimann over 13 years ago
- Target version deleted (
0)
I've created an issue #28347 regarding the HTML5 placeholder attribute that Stefan Neufeind mentioned in the review process.
Updated by Mr. Hudson over 13 years ago
Patch set 4 of change Ifc32251228367666e51af72a3c5085231f584466 has been pushed to the review server.
It is available at http://review.typo3.org/2535
Updated by Mr. Hudson over 13 years ago
Patch set 3 of change I6944b21d44ea365ac5969e94d7743f5418962ea2 has been pushed to the review server.
It is available at http://review.typo3.org/3688
Updated by Mr. Hudson over 13 years ago
Patch set 4 of change I6944b21d44ea365ac5969e94d7743f5418962ea2 has been pushed to the review server.
It is available at http://review.typo3.org/3688
Updated by Steffen Gebert over 13 years ago
- Status changed from New to Rejected
- TYPO3 Version set to 4.6
Closed in favour of #28347