Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
edit.module
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
11 Dec 2013 at 15:14 UTC
Updated:
29 Jul 2014 at 23:12 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
wim leersWhen looking at "the full entity view" (i.e. the
node/NIDpath), it's not yet possible to in-place edit the entity title (promoted to the page title). But it will be.In the Drupal 7 backport of Edit module, that's already possible (through hacks). The solution for Drupal 8 will be the same as the Drupal 7 solution. Hence this simple forwardport.
Comment #3
wim leers1: entity_title_page_title-2154589-1.patch queued for re-testing.
Comment #4
jessebeach commentedWe should change the cursor to a text cursor, especially for field like title which is a link. It doesn't seem editable with a point. So something like this.
Also, is the entity title really supposed to be repeated in the entity node as a field and as the H1 of the page? I don't remember this in the past. Maybe something new in D8? If so, it seems weird :/
Comment #5
wim leersComment #6
wim leersI now figured out how to reproduce the "repeated entity title" problem, new issue: #2154805: View Block containing node teaser causes node title to be rendered twice on full node view.
Comment #7
jessebeach commentedOk, thanks for logging those issues Wim and tracking down the double-title problem. Those were my two issues with this patch and neither are blocking for this fix.
This patch addresses the title-promotion error issue. Small steps!
Comment #8
webchickCommitted and pushed to 8.x. Thanks!
Comment #9
wim leers