Comments

wim leers’s picture

Version: 7.x-2.x-dev » 8.x-2.x-dev
Status: Active » Patch (to be ported)
wim leers’s picture

Status: Patch (to be ported) » Fixed
wim leers’s picture

Status: Fixed » Needs work
wim leers’s picture

Title: Aloha on <textarea>: style="width: x; height: y;" set while they should not be set » Manage our own textarea -> div mapping (fixes Aloha on textarea having style="width: x; height: y;" set)
Status: Needs work » Fixed

I worked around this problem by implementing/managing the creation + destruction of a <div> to use Aloha Editor on instead of a <textarea> ourselves. Now we're in full control. This did blow up the size of drupal.aloha.js quite a bit, though most of it would be compressed away.

- D8: http://drupalcode.org/project/aloha.git/commit/8acf4bb
- D7: http://drupalcode.org/project/aloha.git/commit/8f47556

EDIT: this implies I got rid of the work-around in #1. Hence: "fixed".

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.