RESOLVED WORKSFORME 115497
[CSS Shapes] Inserting content into an element with shape-inside and content-editable does not recalculate line breaks
https://bugs.webkit.org/show_bug.cgi?id=115497
Summary [CSS Shapes] Inserting content into an element with shape-inside and content-...
Bear Travis
Reported 2013-05-01 16:21:48 PDT
The lines remain the same in terms of breaks and positioning. See: http://codepen.io/astearns/pen/oFzqE
Attachments
Alan Stearns
Comment 1 2013-05-01 16:26:08 PDT
Entering characters does update line breaks. It's when you enter a series of returns, or delete a series of empty lines that the breaks don't update. I expect there's some optimization that assumes a square box. Perhaps this optimization is turned off in the presence of floats and this could be extended to the presence of shapes?
Zoltan Horvath
Comment 2 2014-02-07 13:39:36 PST
It's been fixed in the meantime, since it doesn't occurs anymore. Closing bug as worksforme.
Note You need to log in before you can comment on or make changes to this bug.