Project

General

Profile

Actions

Bug #30681

closed

All fields of 'type'=>'group' are broken in IE

Added by Steffen Gebert over 12 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2011-10-09
Due date:
% Done:

100%

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

Description

All fields, which are defined as 'type' =>' group' are broken in IE8 and IE9. You can't add more than one entry, neither using the Element Browser, nor using the suggest wizard (yes.. that is visually broken, too..)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #25221: "group" field in TCEforms does not honor size=1 attributeClosedDmitry Dulepov2011-03-02

Actions
Actions #1

Updated by Jigal van Hemert over 12 years ago

  • Status changed from New to Accepted

Can confirm this with IE9/Vista.

Actions #2

Updated by Steffen Gebert over 12 years ago

BTW: This is new in master! There was a patch by Stefan Geith, doing some things with the group fields. I suspect it to be responsible for that problem. Will try to find out..

Actions #4

Updated by Jigal van Hemert over 12 years ago

Two problems:

  1. The TCA property 'multiple' was checked to decide if the HTML attribute 'multiple' should be added to the select element. However, the TCA property 'multiple' is used to allow the same item to be selected more than once. It has nothing to do with the HTML attribute.
  2. The JS code to check if the HTML attribute 'multiple' was set used the method .getAttribute(). Various sources report that support for this is buggy in many browsers. The check fObj.getAttribute('multiple') == null is true in Firefox if the multiple attribute is not present at all. The dot property 'multiple' is better for this purpose.
Actions #5

Updated by Mr. Hudson over 12 years ago

Patch set 2 of change Ib2ffeb2d0933a6c66e55586f1960ee7745e5623e has been pushed to the review server.
It is available at http://review.typo3.org/5646

Actions #6

Updated by Xavier Perseguers over 12 years ago

  • Status changed from Accepted to Under Review
Actions #7

Updated by Jigal van Hemert over 12 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #8

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF