RESOLVED FIXED Bug 197573
[iOS] outlook.live.com: Compose email frame not fully visible and not scrollable
https://bugs.webkit.org/show_bug.cgi?id=197573
Summary [iOS] outlook.live.com: Compose email frame not fully visible and not scrollable
zalan
Reported 2019-05-03 13:26:35 PDT
Attachments
Patch (9.07 KB, patch)
2019-05-03 15:15 PDT, zalan
no flags
Patch (9.12 KB, patch)
2019-05-03 16:27 PDT, zalan
no flags
Patch (9.15 KB, patch)
2019-05-03 18:46 PDT, zalan
no flags
Radar WebKit Bug Importer
Comment 1 2019-05-03 13:27:12 PDT
zalan
Comment 2 2019-05-03 13:28:35 PDT
(In reply to Radar WebKit Bug Importer from comment #1) > <rdar://problem/50454671> well thank you very much.
zalan
Comment 3 2019-05-03 15:15:54 PDT
Brent Fulgham
Comment 4 2019-05-03 15:37:41 PDT
Comment on attachment 369000 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=369000&action=review > Source/WebCore/page/Quirks.cpp:73 > +#if PLATFORM(IOS_FAMILY) I don't think we need to restrict this to iOS -- you can totally hit this by putting the web view Into the right size.
zalan
Comment 5 2019-05-03 15:49:45 PDT
(In reply to Brent Fulgham from comment #4) > Comment on attachment 369000 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=369000&action=review > > > Source/WebCore/page/Quirks.cpp:73 > > +#if PLATFORM(IOS_FAMILY) > > I don't think we need to restrict this to iOS -- you can totally hit this by > putting the web view Into the right size. yeah, though the viewportconfig concept is iOS only atm.
zalan
Comment 6 2019-05-03 16:27:16 PDT
Wenson Hsieh
Comment 7 2019-05-03 16:53:28 PDT
Comment on attachment 369017 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=369017&action=review > Source/WebKit/WebProcess/WebPage/ios/WebPageIOS.mm:2885 > + viewportChanged |= m_viewportConfiguration.setViewLayoutSize(adjustedViewLayoutSize(viewLayoutSize)); Nit - I have a slight preference for a more explicit name that makes it clear that this is only here to support hard-coded site-specific layout width quirks, and shouldn't be used for more general purposes. How about something like viewLayoutSizeAdjustedForQuirks?
zalan
Comment 8 2019-05-03 18:46:33 PDT
WebKit Commit Bot
Comment 9 2019-05-03 19:25:08 PDT
Comment on attachment 369034 [details] Patch Clearing flags on attachment: 369034 Committed r244944: <https://trac.webkit.org/changeset/244944>
WebKit Commit Bot
Comment 10 2019-05-03 19:25:10 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.