Project

General

Profile

Actions

Bug #29246

closed

HTMLparser_tags: fixAttrib.unset = 0 in fact unsets the value, too

Added by Egbert van der Hout over 12 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Category:
TypoScript
Target version:
Start date:
2011-08-25
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:

Description

According to http://typo3.org/documentation/document-library/references/doc_core_tsref/4.5.0/view/1/5/ the option "unset" for fixAttrib.[tag] is a boolean.

In the code of class.t3lib_parsehtml.php it is not. A strlen is used:

if (strlen($params['unset'])) {
unset($tagAttrib0[$attr]);
}

So if you give it any value (including 0) the tag will be removed. Either change the documentation or the code.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #29769: Parse error in t3lib/class.t3lib_parsehtml.phpClosedOliver Hader2011-09-14

Actions
Actions #1

Updated by Chris topher over 12 years ago

  • Subject changed from HTMLparser_tags - fixAttrib - unset is NOT a boolean to HTMLparser_tags: fixAttrib.unset = 0 in fact unsets the value, too

It does not make sense to unset the value when you write .unset = 0. This behaviour should be fixed.

So I suggest not to change the documentation, but to fix the code.

Actions #2

Updated by Mr. Hudson over 12 years ago

Patch set 1 of change I608debf23280dd7d3816fe1ee05421cc88efc752 has been pushed to the review server.
It is available at http://review.typo3.org/4605

Actions #3

Updated by Markus Klein over 12 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100
Actions #4

Updated by Markus Klein over 12 years ago

Hi Egbert,

the thing is fixed and will be included in the next releases.
Thanks for spotting this!

A forward from Jigal:
"Merged in 4.5 - 4.3

Thanks for the patch, good catch!"

Cheers
Markus

Actions #5

Updated by Chris topher over 12 years ago

  • Category set to TypoScript
  • Assignee set to Jigal van Hemert
  • Target version set to 4.3.14
Actions #6

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF