Bug 24497 - svg elements doesnt render correctly in a absolute/fixed-positioned container
Summary: svg elements doesnt render correctly in a absolute/fixed-positioned container
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-10 12:22 PDT by Georg Nagel
Modified: 2009-04-28 16:53 PDT (History)
0 users

See Also:


Attachments
example (1.13 KB, text/html)
2009-03-10 12:23 PDT, Georg Nagel
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Georg Nagel 2009-03-10 12:22:09 PDT
if i inject a svg element into a div with "position: absolute" (or fixed) via javascript, creating a rect and appending it to the svg element with the setTimeout function, the rect isnt displayed right
Comment 1 Georg Nagel 2009-03-10 12:23:55 PDT
Created attachment 28446 [details]
example
Comment 2 Eric Seidel (no email) 2009-04-28 16:53:32 PDT
I'm confused.  WebKit's behavior (in Safari 4 as well as the current tip @ r42966) match FF and Opera here.  I see a black square with green border at 100x100 in all 4 browsers.

Please re-open if the bug exists for you and I'm just missing something...