Project

General

Profile

Actions

Task #104798

closed

Anchors are used instead of buttons to collapse panels

Added by Benjamin Kott 3 months ago. Updated about 1 month ago.

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

100%

Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Anchors are used instead of buttons to collapse the panels and need migration to <button>.

<div class="panel-group" id="simple-panel" role="tablist">
        <div class="panel panel-default">
                <div class="panel-heading" role="tab" id="simple-panel-1-heading">
                        <h3 class="panel-title">
                                <a href="#simple-panel-1" class="collapsed" role="button" data-bs-toggle="collapse" aria-expanded="false" aria-controls="simple-panel-1">
                                        <span class="caret"></span>
                                        <strong>Panel element 1</strong>
                                </a>
                        </h3>
                </div>
                <div id="simple-panel-1" class="panel-collapse collapse" role="tabpanel" data-bs-parent="#simple-panel" aria-labelledby="simple-panel-1-heading">
                        <div class="panel-body">...</div>
                </div>
        </div>
        <div class="panel panel-default">
                <div class="panel-heading" role="tab" id="simple-panel-2-heading">
                        <h3 class="panel-title">
                                <a href="#simple-panel-2" class="collapsed" role="button" data-bs-toggle="collapse" aria-expanded="false" aria-controls="simple-panel-2">
                                        <span class="caret"></span>
                                        <strong>Panel element 2</strong>
                                </a>
                        </h3>
                </div>
                <div id="simple-panel-2" class="panel-collapse collapse" role="tabpanel" data-bs-parent="#simple-panel" aria-labelledby="simple-panel-2-heading">
                        <div class="panel-body">...</div>
                </div>
        </div>
</div>

Related issues 1 (1 open0 closed)

Related to TYPO3 Core - Task #104796: Use buttons instead of anchors for javascript handled actionsNew2024-09-09

Actions
Actions #1

Updated by Benjamin Kott 3 months ago

  • Related to Task #104796: Use buttons instead of anchors for javascript handled actions added
Actions #2

Updated by Gerrit Code Review 3 months ago

  • Status changed from New to Under Review

Patch set 6 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85725

Actions #3

Updated by Gerrit Code Review 3 months ago

Patch set 7 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85725

Actions #4

Updated by Gerrit Code Review 3 months ago

Patch set 8 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85725

Actions #5

Updated by Gerrit Code Review 3 months ago

Patch set 9 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85725

Actions #6

Updated by Gerrit Code Review 3 months ago

Patch set 10 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85725

Actions #7

Updated by Gerrit Code Review 3 months ago

Patch set 11 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85725

Actions #8

Updated by Gerrit Code Review 3 months ago

Patch set 12 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85725

Actions #9

Updated by Gerrit Code Review 3 months ago

Patch set 13 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85725

Actions #10

Updated by Gerrit Code Review 3 months ago

Patch set 14 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85725

Actions #11

Updated by Gerrit Code Review 3 months ago

Patch set 15 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85725

Actions #12

Updated by Gerrit Code Review 3 months ago

Patch set 16 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85725

Actions #13

Updated by Gerrit Code Review 3 months ago

Patch set 17 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85725

Actions #14

Updated by Gerrit Code Review 3 months ago

Patch set 18 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85725

Actions #15

Updated by Gerrit Code Review 3 months ago

Patch set 19 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85725

Actions #16

Updated by Gerrit Code Review 3 months ago

Patch set 20 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85725

Actions #17

Updated by Gerrit Code Review 3 months ago

Patch set 21 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85725

Actions #18

Updated by Gerrit Code Review 3 months ago

Patch set 22 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85725

Actions #19

Updated by Gerrit Code Review 3 months ago

Patch set 23 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85725

Actions #20

Updated by Gerrit Code Review 3 months ago

Patch set 24 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85725

Actions #21

Updated by Gerrit Code Review 2 months ago

Patch set 25 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85725

Actions #22

Updated by Benjamin Kott 2 months ago

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

Updated by Benni Mack about 1 month ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF