Project

General

Profile

Actions

Bug #17496

closed

missing default value in search form

Added by Christoph Eisenmann almost 17 years ago. Updated almost 13 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Indexed Search
Target version:
-
Start date:
2007-08-04
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #28347: Add HTML5 placeholder text to search form input fieldClosedMario Rimann2011-07-20

Actions
Actions #1

Updated by Mr. Hudson almost 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

Actions #2

Updated by Mario Rimann almost 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.

Actions #3

Updated by Mr. Hudson almost 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

Actions #4

Updated by Mr. Hudson almost 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

Actions #5

Updated by Mr. Hudson almost 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

Actions #6

Updated by Steffen Gebert almost 13 years ago

  • Status changed from New to Rejected
  • TYPO3 Version set to 4.6

Closed in favour of #28347

Actions

Also available in: Atom PDF