RESOLVED FIXED 138615
[Frame Flattening] ASSERT(transaction->view == &view()) fails in RenderBlock::removeFromUpdateScrollInfoAfterLayoutTransaction()
https://bugs.webkit.org/show_bug.cgi?id=138615
Summary [Frame Flattening] ASSERT(transaction->view == &view()) fails in RenderBlock:...
Daniel Bates
Reported 2014-11-11 10:57:10 PST
Using a debug WebKit build with frame flattening enabled (say, a iOS WebKit build), perform the following: 1. Visit the web site <http://mybclass.mbusa.com>. 2. Tap the Account button in the toolbar (at the bottom of the page). 3. Tap the Register button. Then the assertion ASSERT(transaction->view == &view()) fails in RenderBlock::removeFromUpdateScrollInfoAfterLayoutTransaction().
Attachments
[Web Archive] mybclass.mbusa.com (3.25 MB, application/x-webarchive)
2014-11-11 11:00 PST, Daniel Bates
no flags
Stack trace (before ASSERT(...) statement) (16.08 KB, text/plain)
2014-11-11 11:08 PST, Daniel Bates
no flags
Patch with layout test (5.71 KB, patch)
2014-11-11 11:11 PST, Daniel Bates
hyatt: review+
Daniel Bates
Comment 1 2014-11-11 11:00:05 PST
Created attachment 241359 [details] [Web Archive] mybclass.mbusa.com For historical preservation, a web archive of <http://mybclass.mbusa.com> as it appeared on 10/11/2014. The web archive was created using Safari for Mac Version 8.0 (10600.1.25) with the default user agent string.
Daniel Bates
Comment 2 2014-11-11 11:01:11 PST
Daniel Bates
Comment 3 2014-11-11 11:08:15 PST
Created attachment 241360 [details] Stack trace (before ASSERT(...) statement)
Daniel Bates
Comment 4 2014-11-11 11:11:41 PST
Created attachment 241363 [details] Patch with layout test
Dave Hyatt
Comment 5 2014-11-11 11:19:54 PST
Comment on attachment 241363 [details] Patch with layout test r=me
Daniel Bates
Comment 6 2014-11-11 11:38:39 PST
Note You need to log in before you can comment on or make changes to this bug.