WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
158970
[iOS] Typing text into a text field or text area causes screen to scroll down (hiding text entry)
https://bugs.webkit.org/show_bug.cgi?id=158970
Summary
[iOS] Typing text into a text field or text area causes screen to scroll down...
Simon Fraser (smfr)
Reported
2016-06-20 18:52:14 PDT
[iOS] Typing text into a text field or text area causes screen to scroll down (hiding text entry)
Attachments
Patch
(6.32 KB, patch)
2016-06-20 18:53 PDT
,
Simon Fraser (smfr)
rniwa
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2016-06-20 18:53:29 PDT
Created
attachment 281692
[details]
Patch
Simon Fraser (smfr)
Comment 2
2016-06-20 18:55:07 PDT
***
Bug 158969
has been marked as a duplicate of this bug. ***
Ryosuke Niwa
Comment 3
2016-06-20 21:07:37 PDT
Comment on
attachment 281692
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=281692&action=review
> Source/WebCore/editing/Editor.cpp:1210 > + SelectionRevealMode revealMode = SelectionRevealMode::Reveal; > +#if PLATFORM(IOS) > + revealMode = SelectionRevealMode::RevealUpToMainFrame; > +#endif
Can we instead do #if PLATFORM(IOS) #else? I think that'll make the semantics clear. Also, we can use auto here.
Ryosuke Niwa
Comment 4
2016-06-20 21:09:41 PDT
<
rdar://problem/26805722
>
Simon Fraser (smfr)
Comment 5
2016-06-21 15:20:59 PDT
https://trac.webkit.org/r202295
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