RESOLVED FIXED 150219
Hook up autolayout intrinsic sizing for WKWebView
https://bugs.webkit.org/show_bug.cgi?id=150219
Summary Hook up autolayout intrinsic sizing for WKWebView
Tim Horton
Reported 2015-10-15 19:35:18 PDT
Hook up autolayout intrinsic sizing for WKWebView
Attachments
Patch (21.56 KB, patch)
2015-10-15 19:39 PDT, Tim Horton
no flags
Patch (21.31 KB, patch)
2015-10-15 19:43 PDT, Tim Horton
no flags
Patch (21.45 KB, patch)
2015-10-16 10:05 PDT, Tim Horton
no flags
Patch (21.46 KB, patch)
2015-10-16 10:24 PDT, Tim Horton
no flags
Patch (21.48 KB, patch)
2015-10-16 10:28 PDT, Tim Horton
no flags
Tim Horton
Comment 1 2015-10-15 19:39:30 PDT
Tim Horton
Comment 2 2015-10-15 19:43:08 PDT
Tim Horton
Comment 3 2015-10-16 10:05:13 PDT
Tim Horton
Comment 4 2015-10-16 10:06:11 PDT
Comment on attachment 263280 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=263280&action=review > Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm:719 > + intrinsicContentSizeAcknowledgingFlexibleWidth.width = NSViewNoInstrinsicMetric; This one needs to be noIntrinsicMetric too.
Tim Horton
Comment 5 2015-10-16 10:24:57 PDT
Anders Carlsson
Comment 6 2015-10-16 10:26:16 PDT
Comment on attachment 263285 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=263285&action=review > Source/WebKit2/UIProcess/API/Cocoa/WKWebViewPrivate.h:189 > +@property (nonatomic, setter=_setMinimumLayoutWidth:) CGFloat _minimumLayoutWidth; Needs WK_AVAILABLE
Tim Horton
Comment 7 2015-10-16 10:28:38 PDT
Tim Horton
Comment 8 2015-10-16 10:31:29 PDT
Note You need to log in before you can comment on or make changes to this bug.