<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>201195</bug_id>
          
          <creation_ts>2019-08-27 12:53:09 -0700</creation_ts>
          <short_desc>REGRESSION(iOS 13): Can&apos;t type in fields on united.com sign-up form in WKWebView</short_desc>
          <delta_ts>2019-08-29 12:54:20 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Forms</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=200531</see_also>
          <bug_file_loc>https://www.united.com/ual/en/US/account/enroll/default</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Ali Juma">ajuma</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ap</cc>
    
    <cc>cdumez</cc>
    
    <cc>dbates</cc>
    
    <cc>justincohen</cc>
    
    <cc>megan_gardner</cc>
    
    <cc>rniwa</cc>
    
    <cc>thorton</cc>
    
    <cc>webkit-bug-importer</cc>
    
    <cc>wenson_hsieh</cc>
    
    <cc>zalan</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1565475</commentid>
    <comment_count>0</comment_count>
    <who name="Ali Juma">ajuma</who>
    <bug_when>2019-08-27 12:53:09 -0700</bug_when>
    <thetext>This bug reproduces on iOS 13 beta 8 in WKWebView (tested in Chrome, Firefox, and Edge) but for some reason doesn&apos;t reproduce in Safari.

Steps to reproduce:
1. Visit https://www.united.com/ual/en/US/account/enroll/default
2. Scroll down to the form and tap on a field (e.g., &quot;First name&quot;)

Expected result:
The field is focused and the keyboard is shown.

Actual result:
Can&apos;t focus the field, and the keyboard is not shown.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1565603</commentid>
    <comment_count>1</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2019-08-27 17:53:16 -0700</bug_when>
    <thetext>Do quirks not work in WKWebView? We would have plenty of regressions if so!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1565604</commentid>
    <comment_count>2</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2019-08-27 17:53:53 -0700</bug_when>
    <thetext>&lt;rdar://problem/54772036&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1565612</commentid>
    <comment_count>3</comment_count>
    <who name="Wenson Hsieh">wenson_hsieh</who>
    <bug_when>2019-08-27 18:35:51 -0700</bug_when>
    <thetext>(In reply to Alexey Proskuryakov from comment #1)
&gt; Do quirks not work in WKWebView? We would have plenty of regressions if so!

That’s right — quirks are disabled by default (NeedsSiteSpecificQuirks in WebPreferences.yaml), but enabled in Safari via SPI.

It looks like Quirks::shouldIgnoreContentChange might be relevant here.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1565644</commentid>
    <comment_count>4</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2019-08-27 22:05:54 -0700</bug_when>
    <thetext>FWIW, you can probably implement a site specific quirk on united.com in Chrome for iOS by hiding the content mentioned in https://trac.webkit.org/changeset/248463/webkit using `display: none`.

Obviously, reaching out to united.com would work too.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1566255</commentid>
    <comment_count>5</comment_count>
    <who name="Ali Juma">ajuma</who>
    <bug_when>2019-08-29 08:58:50 -0700</bug_when>
    <thetext>(In reply to Ryosuke Niwa from comment #4)
&gt; FWIW, you can probably implement a site specific quirk on united.com in
&gt; Chrome for iOS by hiding the content mentioned in
&gt; https://trac.webkit.org/changeset/248463/webkit using `display: none`.

Thanks for pointing this out!


(In reply to Wenson Hsieh from comment #3)
&gt; (In reply to Alexey Proskuryakov from comment #1)
&gt; &gt; Do quirks not work in WKWebView? We would have plenty of regressions if so!
&gt; 
&gt; That’s right — quirks are disabled by default (NeedsSiteSpecificQuirks in
&gt; WebPreferences.yaml), but enabled in Safari via SPI.

I&apos;ve filed feedback FB7155444 for getting quirks enabled or for changing the SPI to public API.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1566340</commentid>
    <comment_count>6</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2019-08-29 12:52:36 -0700</bug_when>
    <thetext>(In reply to Ali Juma from comment #5)
&gt; (In reply to Ryosuke Niwa from comment #4)
&gt; &gt; FWIW, you can probably implement a site specific quirk on united.com in
&gt; &gt; Chrome for iOS by hiding the content mentioned in
&gt; &gt; https://trac.webkit.org/changeset/248463/webkit using `display: none`.
&gt; 
&gt; Thanks for pointing this out!
&gt; 
&gt; 
&gt; (In reply to Wenson Hsieh from comment #3)
&gt; &gt; (In reply to Alexey Proskuryakov from comment #1)
&gt; &gt; &gt; Do quirks not work in WKWebView? We would have plenty of regressions if so!
&gt; &gt; 
&gt; &gt; That’s right — quirks are disabled by default (NeedsSiteSpecificQuirks in
&gt; &gt; WebPreferences.yaml), but enabled in Safari via SPI.
&gt; 
&gt; I&apos;ve filed feedback FB7155444 for getting quirks enabled or for changing the
&gt; SPI to public API.

That would be &lt;rdar://problem/54838486&gt;.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>