Project

General

Profile

Actions

Bug #16116

closed

Accessibility error: input type="image"

Added by Dmitry Pikhno over 18 years ago. Updated over 18 years ago.

Status:
Closed
Priority:
Should have
Category:
Content Rendering
Target version:
-
Start date:
2006-05-03
Due date:
% Done:

0%

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

Description

class.tslib_content.php :: function FORM

line 1857 - submit button generation

$image=$this->IMAGE($conf['image.']);
....
if($image)    {
$fieldCode = str_replace('<img','<input type="image"'.$addParams.' name="'.$confData['fieldname'].'"' ,$image);

it is completele wrong. "input" tag doesn't have height, width and border attributes.

(issue imported from #M3397)


Files

tslib_content-submit.diff (2.04 KB) tslib_content-submit.diff Administrator Admin, 2006-05-15 23:09
tslib_content-submit2.diff (3.81 KB) tslib_content-submit2.diff Administrator Admin, 2006-06-28 16:11

Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Bug #15283: FORM with image buttons doesn't validate as XHTMLClosed2005-12-14

Actions
Actions

Also available in: Atom PDF