[webkit-reviews] review requested: [Bug 56669] [Qt] QtWebKit rendering problem when maximizing and doing a back : [Attachment 86361] Patch for review

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 21 14:07:17 PDT 2011


Aparna Nandyal <aparna.nand at wipro.com> has asked  for review:
Bug 56669: [Qt] QtWebKit rendering problem when maximizing and doing a back
https://bugs.webkit.org/show_bug.cgi?id=56669

Attachment 86361: Patch for review
https://bugs.webkit.org/attachment.cgi?id=86361&action=review

------- Additional Comments from Aparna Nandyal <aparna.nand at wipro.com>
Bug is caused due to changes made in http://trac.webkit.org/changeset/79167

On resizing and going back, contentsResized() is not getting called. Before the
above changeset, contentsResized was called from ScrollView::setFrameRect().
Now ScrollView::setBoundsSize makes the call to contentsResized. Changes made
are similar to changes made in resize() of Widget.h.


More information about the webkit-reviews mailing list