Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
editor.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
30 Aug 2013 at 16:32 UTC
Updated:
29 Jul 2014 at 22:50 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
plopescHello
With this patch, editor module forms inherits from
FormBaseand removed usages oft(), replaced by$this->t().Regards.
Comment #2
wim leersJust one minor nitpick:
Extraneous newline.
Comment #3
plopescRemoving empty line...
Comment #4
wim leersLooks good to go, but this will conflict with #2027181: Use a CKEditor Widget to create a stellar UX for captioning and aligning images, which also fixes this for
EditorImageDialog, which has been dragging along for months. I want to avoid yet another reroll.So: postponing this issue on that issue. Sorry.
Comment #5
plopescRe-rolling once #2027181: Use a CKEditor Widget to create a stellar UX for captioning and aligning images has been committed.
Comment #6
wim leersCode looks good. Makes
EditorLinkDialog's code look likeEditorImageDialog's (see #4).Manually tested, all continues to work well.
RTBC.
Comment #7
webchickCommitted and pushed to 8.x. Thanks!