WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
214984
[iPadOS] Two taps are required to choose a country/region when creating an account on ea.com
https://bugs.webkit.org/show_bug.cgi?id=214984
Summary
[iPadOS] Two taps are required to choose a country/region when creating an ac...
Wenson Hsieh
Reported
2020-07-30 13:16:36 PDT
<
rdar://problem/66261490
>
Attachments
Patch
(8.00 KB, patch)
2020-07-30 14:05 PDT
,
Wenson Hsieh
no flags
Details
Formatted Diff
Diff
Patch for landing
(7.99 KB, patch)
2020-07-30 14:53 PDT
,
Wenson Hsieh
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Wenson Hsieh
Comment 1
2020-07-30 14:05:48 PDT
Created
attachment 405613
[details]
Patch
Devin Rousso
Comment 2
2020-07-30 14:35:27 PDT
Comment on
attachment 405613
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=405613&action=review
r=me
> Source/WebKit/UIProcess/ios/forms/WKFormPopover.mm:141 > + auto scale = [_view page]->pageScaleFactor();
`_view.page`?
> LayoutTests/fast/forms/ios/repeatedly-focus-offscreen-select.html:25 > +jsTestIsAsync = true;
NIT: `window.jsTestIsAsync = true;`
> LayoutTests/fast/forms/ios/repeatedly-focus-offscreen-select.html:26 > +clickCount = 0;
NIT: `let`
> LayoutTests/fast/forms/ios/repeatedly-focus-offscreen-select.html:28 > +addEventListener("load", async () => {
NIT: `window.addEventListener` or `document.addEventListener`? I'd put one just to be clear.
> LayoutTests/fast/forms/ios/repeatedly-focus-offscreen-select.html:36 > + button = document.querySelector("button");
NIT: `let`
> LayoutTests/fast/forms/ios/repeatedly-focus-offscreen-select.html:37 > + select = document.querySelector("select");
NIT: `let`
Wenson Hsieh
Comment 3
2020-07-30 14:46:26 PDT
Comment on
attachment 405613
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=405613&action=review
>> Source/WebKit/UIProcess/ios/forms/WKFormPopover.mm:141 >> + auto scale = [_view page]->pageScaleFactor(); > > `_view.page`?
👍🏻
>> LayoutTests/fast/forms/ios/repeatedly-focus-offscreen-select.html:25 >> +jsTestIsAsync = true; > > NIT: `window.jsTestIsAsync = true;`
👍🏻
>> LayoutTests/fast/forms/ios/repeatedly-focus-offscreen-select.html:26 >> +clickCount = 0; > > NIT: `let`
👍🏻
>> LayoutTests/fast/forms/ios/repeatedly-focus-offscreen-select.html:28 >> +addEventListener("load", async () => { > > NIT: `window.addEventListener` or `document.addEventListener`? I'd put one just to be clear.
Changed to window.addEventListener!
>> LayoutTests/fast/forms/ios/repeatedly-focus-offscreen-select.html:36 >> + button = document.querySelector("button"); > > NIT: `let`
👍🏻
>> LayoutTests/fast/forms/ios/repeatedly-focus-offscreen-select.html:37 >> + select = document.querySelector("select"); > > NIT: `let`
👍🏻
Wenson Hsieh
Comment 4
2020-07-30 14:53:00 PDT
Created
attachment 405625
[details]
Patch for landing
EWS
Comment 5
2020-07-30 16:32:04 PDT
Committed
r265117
: <
https://trac.webkit.org/changeset/265117
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 405625
[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