Debug iOS WebKit asserts when navigating navigation bar links on the top on apple.com.
<rdar://problem/12952107>
Created attachment 224316 [details] Patch
Comment on attachment 224316 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=224316&action=review r=me. A noticed a minor typo in the ChangeLog. > Source/WebCore/ChangeLog:9 > + On iOS, a mouse events get triggered when you tap on an link. If a page decides to load a "... when you tap on A link"
Comment on attachment 224316 [details] Patch Pratik and myself looked into this a little bit, and it looks like the issue is not with the assertion, but with some code that fails to prevent loading in an inactive loader. Furthermore, Pratik got a different assertion when reproducing this issue now.