[Webkit-unassigned] [Bug 22842] [Gtk] Top offsets of elements in DumpRenderTree are incorrect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 28 08:45:24 PST 2008


https://bugs.webkit.org/show_bug.cgi?id=22842


zandobersek at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #26279|                            |review?
               Flag|                            |




------- Comment #2 from zandobersek at gmail.com  2008-12-28 08:45 PDT -------
Created an attachment (id=26279)
 --> (https://bugs.webkit.org/attachment.cgi?id=26279&action=view)
Fix - move size allocation to a proper place

As it turns out, the problem is solved with a proper placement of widget's size
allocation.

At the moment, size allocation is done at dumping, when testing is already
done. However, it should be done before loading the test in the WebKitWebView.

Patch changes this.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list