Title: [280641] branches/safari-612.1-branch/Source/WebCore
- Revision
- 280641
- Author
- [email protected]
- Date
- 2021-08-04 11:01:49 -0700 (Wed, 04 Aug 2021)
Log Message
Revert r280501. rdar://problem/81522050
Modified Paths
Diff
Modified: branches/safari-612.1-branch/Source/WebCore/ChangeLog (280640 => 280641)
--- branches/safari-612.1-branch/Source/WebCore/ChangeLog 2021-08-04 17:58:51 UTC (rev 280640)
+++ branches/safari-612.1-branch/Source/WebCore/ChangeLog 2021-08-04 18:01:49 UTC (rev 280641)
@@ -1,3 +1,7 @@
+2021-08-04 Russell Epstein <[email protected]>
+
+ Revert r280501. rdar://problem/81522050
+
2021-08-03 Russell Epstein <[email protected]>
Cherry-pick r280591. rdar://problem/81471312
Modified: branches/safari-612.1-branch/Source/WebCore/platform/KeyboardScrollingAnimator.cpp (280640 => 280641)
--- branches/safari-612.1-branch/Source/WebCore/platform/KeyboardScrollingAnimator.cpp 2021-08-04 17:58:51 UTC (rev 280640)
+++ branches/safari-612.1-branch/Source/WebCore/platform/KeyboardScrollingAnimator.cpp 2021-08-04 18:01:49 UTC (rev 280641)
@@ -230,7 +230,7 @@
m_currentKeyboardScroll = scroll;
- if (!(event.type() == eventNames().keydownEvent || event.type() == eventNames().keypressEvent))
+ if (event.type() != eventNames().keydownEvent)
return false;
if (m_scrollTriggeringKeyIsPressed)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes