editor: fix canvas widgets positioning for inline elements aligned to the left of...
authorAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Fri, 9 May 2014 08:19:24 +0000 (10:19 +0200)
committerAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Fri, 9 May 2014 08:19:24 +0000 (10:19 +0200)
commit869d237d2f1675068423f664f13ce5b0f8707218
tree58c476093a0659128ad186b2810ca6aa646cafeb
parentd6011e09fc76ad45e40d2930d0af160797fc9daa
editor: fix canvas widgets positioning for inline elements aligned to the left of the canvas

Putting widgets after content wrapper makes sure the whole node wrapper,
when displayed inline, starts on the same line as its first real content.

Without this change, the zero length widgets wrapper could land at the
end of one line while content wrapper landed on the next one. This caused
the whole node wrapper to start above real content making widgets
positioning invalid.
src/editor/modules/documentCanvas/canvas/documentElement.js