Bug 102170 - Dynamically created button won't display in some circumstances.
Summary: Dynamically created button won't display in some circumstances.
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-13 20:30 PST by lb1.3
Modified: 2012-11-16 13:29 PST (History)
1 user (show)

See Also:


Attachments
Minimal example of this bug (720 bytes, text/html)
2012-11-13 20:30 PST, lb1.3
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description lb1.3 2012-11-13 20:30:44 PST
Created attachment 174058 [details]
Minimal example of this bug

A dynamically created button won't display in some circumstances.

1) Make a page similar to the minimal example attached. Click TEST.
2) After the input area is displayed, some work is done (the setTimeout does the same effect).
3) Instead of showing the button after some time, the button disappears until the window is resized, form element is clicked, or (in Android) after zooming.

It seems to be a bug in the layout, when the button disappears the inspector shows it to be at the left of the screen.