Task #42410

Story #41101: As user, I want a well-working content editing (Bugfix Story)

Page loading is broken

Added by Markus Goldbeck almost 3 years ago. Updated over 2 years ago.

Status:Resolved Start date:2012-10-26
Priority:Must have Due date:
Assigned To:Markus Goldbeck % Done:

100%

Category:JavaScript
Target version:-

Description

Clicking in the Backend or in the tree to visit a page leads to an exception

"You have marked a DOM element with the CSS class t3-reloadable-content; but this element has no ID."

This exception is thrown in TYPO3.TYPO3/Ressources/Public/JavaScript/phoenix/contentmodule.js -> loadPage line418

$('.t3-reloadable-content').each(function() {
var id = $(this).attr('id');
if (!id) {
// TODO: we need cleaner developer error handling
throw 'You have marked a DOM element with the CSS class t3-reloadable-content; but this element has no ID.';
}
selectorsToReplace.push('#' + id);
});

Associated revisions

Revision 5cdd176c
Added by Markus Goldbeck over 2 years ago

[BUGFIX] Fix page reload after clicking on links

Caused by introducing section elements with inline reloadable
content (I48055d6bfba7cb83173ba336536ded6433965007)

Fixes: #42410
Change-Id: Ic899fb690d1942964b69b1e53e4f9dc58309a7eb

History

#1 Updated by Markus Goldbeck almost 3 years ago

  • Category set to JavaScript

#2 Updated by Gerrit Code Review almost 3 years ago

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15953

#3 Updated by Gerrit Code Review almost 3 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15953

#4 Updated by Gerrit Code Review almost 3 years ago

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15954

#5 Updated by Gerrit Code Review almost 3 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15954

#6 Updated by Markus Goldbeck almost 3 years ago

  • Assigned To set to Markus Goldbeck
  • Parent task set to #41101

#7 Updated by Markus Goldbeck almost 3 years ago

  • Status changed from New to Under Review

#8 Updated by Gerrit Code Review almost 3 years ago

Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15954

#9 Updated by Gerrit Code Review over 2 years ago

Patch set 4 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15954

#10 Updated by Gerrit Code Review over 2 years ago

Patch set 5 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15954

#11 Updated by Gerrit Code Review over 2 years ago

Patch set 6 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15954

#12 Updated by Markus Goldbeck over 2 years ago

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

Also available in: Atom PDF