WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
209321
[iOS] Articles on NYTimes.com get truncated when switching between MobileSafari and another app
https://bugs.webkit.org/show_bug.cgi?id=209321
Summary
[iOS] Articles on NYTimes.com get truncated when switching between MobileSafa...
Chris Dumez
Reported
2020-03-19 17:00:30 PDT
Articles on NYTimes.com get truncated when switching between MobileSafari and another app (multitasking).
Attachments
Patch
(17.93 KB, patch)
2020-03-19 17:53 PDT
,
Chris Dumez
no flags
Details
Formatted Diff
Diff
Patch
(18.30 KB, patch)
2020-03-19 18:35 PDT
,
Chris Dumez
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2020-03-19 17:00:41 PDT
<
rdar://problem/59763843
>
Chris Dumez
Comment 2
2020-03-19 17:53:16 PDT
Created
attachment 394050
[details]
Patch
Tim Horton
Comment 3
2020-03-19 18:07:46 PDT
Comment on
attachment 394050
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=394050&action=review
> Source/WebCore/page/Page.h:731 > + bool shouldFireResizeEvents() const { return m_shouldFireResizeEvents; } > + void setShouldFireResizeEvents(bool shouldFireResizeEvents) { m_shouldFireResizeEvents = shouldFireResizeEvents; }
I feel like introducing this as just a boolean setter (instead of a counted thing or a token or etc.) is just asking for trouble later when someone else wants to use it. But fine for now.
Chris Dumez
Comment 4
2020-03-19 18:35:06 PDT
Created
attachment 394054
[details]
Patch
Simon Fraser (smfr)
Comment 5
2020-03-19 20:19:17 PDT
Comment on
attachment 394054
[details]
Patch Should we quirk this to nytimes? Seems like a hacky change to have in general.
Chris Dumez
Comment 6
2020-03-20 09:29:12 PDT
(In reply to Simon Fraser (smfr) from
comment #5
)
> Comment on
attachment 394054
[details]
> Patch > > Should we quirk this to nytimes? Seems like a hacky change to have in > general.
Discussed this with Simon, Geoff and Tim offline. We think it is OK to try this as a general approach for now and reconsider if we find breakage. Those resizes in the background for snapshot are probably not something Web developers know about or even want/need to deal with.
EWS
Comment 7
2020-03-20 10:02:18 PDT
Committed
r258767
: <
https://trac.webkit.org/changeset/258767
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 394054
[details]
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug