Bug 115497 - [CSS Shapes] Inserting content into an element with shape-inside and content-editable does not recalculate line breaks
Summary: [CSS Shapes] Inserting content into an element with shape-inside and content-...
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 89256
  Show dependency treegraph
 
Reported: 2013-05-01 16:21 PDT by Bear Travis
Modified: 2014-02-07 13:39 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bear Travis 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
Comment 1 Alan Stearns 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?
Comment 2 Zoltan Horvath 2014-02-07 13:39:36 PST
It's been fixed in the meantime, since it doesn't occurs anymore. Closing bug as worksforme.