[webkit-reviews] review requested: [Bug 22842] [Gtk] Top offsets of elements in DumpRenderTree are incorrect : [Attachment 26279] Fix - move size allocation to a proper place

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


Zan Dobersek <zandobersek at gmail.com> has asked	for review:
Bug 22842: [Gtk] Top offsets of elements in DumpRenderTree are incorrect
https://bugs.webkit.org/show_bug.cgi?id=22842

Attachment 26279: Fix - move size allocation to a proper place
https://bugs.webkit.org/attachment.cgi?id=26279&action=review

------- Additional Comments from Zan Dobersek <zandobersek at gmail.com>
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.


More information about the webkit-reviews mailing list