Bug 28020 - Floated span not redrawn after content changes
Summary: Floated span not redrawn after content changes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows Vista
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-05 10:47 PDT by Douglas Richard
Modified: 2012-10-19 13:59 PDT (History)
1 user (show)

See Also:


Attachments
Simple test case. (755 bytes, text/html)
2009-08-05 10:47 PDT, Douglas Richard
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Douglas Richard 2009-08-05 10:47:16 PDT
Created attachment 34148 [details]
Simple test case.

In the attached test case, an empty span (floated left) is followed by some text and a button.  Clicking the button adds a textbox to the floated span, but the floated span is not redrawn and thus the textbox is not shown.  Resizing the window forces a redraw and the page appears as expected.

In IE6, IE8, Firefox 3.5 and Opera 9.51 the textbox is visible as soon as it is added.  The bug manifests in Safari 4, WebKit nightly and Chrome.
Comment 1 Robert Hogan 2012-10-19 13:59:04 PDT
The test case works fine for me with WebKit r131397.