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+
Simon Fraser (smfr)
Comment 1 2016-06-20 18:53:29 PDT
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
Simon Fraser (smfr)
Comment 5 2016-06-21 15:20:59 PDT
Note You need to log in before you can comment on or make changes to this bug.