Skip to content
  • Stefan Aebischer's avatar
    [BUGFIX] IRRE childs don't expand in Internet Explorer · 6de9228e
    Stefan Aebischer authored and Christian Kuhn's avatar Christian Kuhn committed
    document.getElementsByName doesn't always extend the returned DOM
    Elements with prototype.js specific methods in Internet Explorer.
    This patch uses the $$() selector to retrieve the needed DOM
    Elements, as it always extends the returned Elements with
    prototype.js specific methods (e.g. remove())
    
    Change-Id: I083ca8b55a3b95757408a159f39f7b22cacf9c8f
    Fixes: #38849
    Releases: 4.5, 4.6, 4.7, 6.0
    Reviewed-on: http://review.typo3.org/12776
    Tested-by: Stefan Geith
    Reviewed-by: Mattias Nilsson
    Tested-by: Mattias Nilsson
    Reviewed-by: Christian Kuhn
    Tested-by: Christian Kuhn
    6de9228e