Summary: | GtkLauncher fails to render an element with position: fixed | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Chris Lee <clee> | ||||||||
Component: | WebKitGTK | Assignee: | Pierre-Luc Beaudoin <pierre-luc.beaudoin> | ||||||||
Status: | RESOLVED FIXED | ||||||||||
Severity: | Normal | CC: | alp | ||||||||
Priority: | P2 | ||||||||||
Version: | 528+ (Nightly build) | ||||||||||
Hardware: | PC | ||||||||||
OS: | Linux | ||||||||||
Attachments: |
|
Description
Chris Lee
2008-03-05 10:47:07 PST
Created attachment 19549 [details]
GtkWebKit rendering showing lack of footer
This is a screenshot of the GtkLauncher app rendering the page; notice how the footer is not rendered.
Created attachment 19550 [details]
Mac WebKit rendering including footer
This is how the latest Safari nightly renders the page, properly including the footer.
Created attachment 19554 [details]
Fix
screenRect was returning a 0x0 sized rect seems to prevent such pages to render correctly.
Comment on attachment 19554 [details]
Fix
r=me
|