Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
editor.module
Priority:
Major
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
4 Jul 2013 at 18:38 UTC
Updated:
29 Jul 2014 at 22:37 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
wim leersSuper simple fix. Editor.module's JS API already had the necessary interface for it, it just wasn't using it yet!
Comment #2
gábor hojtsyThe patched code looks good. I tried the patch and it indeed made body editing work fine again on teaser view. Also elevating to major as per the bug explained in #2037687: Can no longer in-place edit body fields.
Comment #3
webchickYeah, I caught this one too, on node teasers. Confirmed that this fixes the problem, and since someone who's got a clue about about JS +1ed it, this one looks good to go, too.
Committed and pushed to 8.x. Thanks!
Comment #4
wim leers.