Closed (duplicate)
Project:
Drupal core
Version:
8.0.0-beta3
Component:
quickedit.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Nov 2014 at 13:07 UTC
Updated:
5 Dec 2014 at 09:21 UTC
Jump to comment: Most recent
Comments
Comment #1
stephencross commentedCorrection to this issue, it is not a beta2, beta3 issue. When a custom block is added to the page, the Quick Edit disappears. This is an issue with both Beta2 and Beta3.
Comment #2
wim leersCan you please look at your browser's console and see if there are any JavaScript errors? Thanks :)
Comment #3
stephencross commentedYes there is - drupal.js?v=8.0.0-dev:99 Uncaught DrupalBehaviorError: attach ; quickedit: Cannot read property 'getAttribute' of undefined
Comment #4
wim leersAre you using a custom theme, or any custom modules?
Comment #5
stephencross commentedClean D8 Beta, Bartik and No Contrib. Just recreated on http://simplytest.me. Steps:
1. clean install D8 beta 3
2. add new content: article (title and body with text)
3. "quick edit" is available
4. add custom block, put text in the block body
5. add new custom block to header section
6. "quick edit" on article is gone
-S
Comment #6
wim leersAha! That's a symptom of #2284917: In-place editing of custom blocks broken *again* (because attributes and contextual links of custom blocks are lost). The patch there fixes it.