[Webkit-unassigned] [Bug 189522] ASSERTION FAILED: size.width <= self.bounds.size.width && size.height <= self.bounds.size.height in -[WKWebView(WKPrivate) _setMaximumUnobscuredSizeOverride:]

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 11 14:16:50 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=189522

--- Comment #2 from Daniel Bates <dbates at webkit.org> ---
Triggered by notification UIKeyboardWillHideNotification:

#0  0x0000000109c79010 in ::WTFCrash() at /Volumes/.../Source/WTF/wtf/Assertions.cpp:267
#1  0x000000010d5de49b in WTFCrashWithInfo(int, char const*, char const*, int) at /Volumes/Scratch/WebKitBuild/Debug-iphonesimulator/usr/local/include/wtf/Assertions.h:551
#2  0x000000010dafb5d3 in ::-[WKWebView(WKPrivate) _setMaximumUnobscuredSizeOverride:](CGSize) at /Volumes/.../Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm:5270
#3  0x000000010dafe210 in ::-[WKWebView(WKPrivate) _overrideLayoutParametersWithMinimumLayoutSize:maximumUnobscuredSizeOverride:](CGSize, CGSize) at /Volumes/.../Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm:5539
...

At frame #2 I see:
(lldb) fr v size
(CGSize) size = (width = 1024, height = 728.5)
(lldb) p self.bounds
(CGRect) $0 = (origin = (x = 0, y = 0), size = (width = 0, height = 0))

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180911/5bf78bf3/attachment.html>


More information about the webkit-unassigned mailing list