Bug 40292
Summary: | REGRESSION (r60742-r60820): Frame pages don't render in Frameset | ||
---|---|---|---|
Product: | WebKit | Reporter: | Kevin M. Dean <kevin> |
Component: | Frames | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Major | CC: | abarth, morrita, svetloslav |
Priority: | P2 | Keywords: | Regression |
Version: | 528+ (Nightly build) | ||
Hardware: | Mac (PowerPC) | ||
OS: | OS X 10.5 | ||
URL: | http://development.rhubarbproductions.com/frameset/ |
Kevin M. Dean
The pages contained in this frameset just don't render. They just stay blank white. Viewing source shows the code is there. The frameset itself renders, just not the linked content.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
See also: bug 40299.
Alexey Proskuryakov
I'm actually getting a crash on this URL with r60820 on an Intel Mac with Mac OS X 10.5.8.
Thread 0 Crashed:
0 dyld 0x8fe18c02 misaligned_stack_error + 0
1 com.apple.WebKit 0x00309a9c -[WebFrame(WebInternal) _getVisibleRect:] + 124
2 com.apple.WebKit 0x0031c430 -[WebFrameView visibleRect] + 80
3 com.apple.WebCore 0x01d6d5ca WebCore::Widget::setFrameRect(WebCore::IntRect const&) + 218
4 com.apple.WebCore 0x01c12ba9 WebCore::ScrollView::setFrameRect(WebCore::IntRect const&) + 73
5 com.apple.WebCore 0x01bd1269 WebCore::RenderWidget::setWidgetGeometry(WebCore::IntRect const&) + 297
6 com.apple.WebCore 0x01bd14a7 WebCore::RenderWidget::updateWidgetPosition() + 391
Adam Barth
I can't reproduce with a Debug build of http://svn.webkit.org/repository/webkit/trunk@60827
Alexey Proskuryakov
I can reproduce the blank frame problem on Mac OS X 10.6 with Safari 5 installed, but ToT seems to work fine.
Adam Barth
I should say I'm using 10.6 w/ Safari 5
Alexey Proskuryakov
This was broken in r60820, and fixed in r60821. Just inconsistent settings between WebCore and WebKit projects.
Alexey Proskuryakov
*** Bug 40299 has been marked as a duplicate of this bug. ***
Mark Rowe (bdash)
I’m building a new nightly now. It should be up in an hour or two.