<?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>137815</bug_id>
          
          <creation_ts>2014-10-17 02:20:27 -0700</creation_ts>
          <short_desc>iOS8 Safari &lt;select&gt;: Tab crashes when moving to the next form widget after having changed the value of a &lt;select&gt;</short_desc>
          <delta_ts>2022-02-10 20:04:40 -0800</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>528+ (Nightly build)</version>
          <rep_platform>iPhone / iPad</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>MOVED</resolution>
          
          
          <bug_file_loc></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="Gabriel Schulhof">gabriel.schulhof</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>bfulgham</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1042336</commentid>
    <comment_count>0</comment_count>
    <who name="Gabriel Schulhof">gabriel.schulhof</who>
    <bug_when>2014-10-17 02:20:27 -0700</bug_when>
    <thetext>Steps to Reproduce:
1. Open http://jsbin.com/IFolanOW/598/ in iOS8 Safari
2. Open the select menu
3. Choose a value other than the one selected
4. Tap &quot;Next&quot; to go to the next select menu

Expected Results:
Focus switches to the next select menu

Actual Results:
Safari indicates that there was a problem with the page and reloads the page</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1042741</commentid>
    <comment_count>1</comment_count>
    <who name="Gabriel Schulhof">gabriel.schulhof</who>
    <bug_when>2014-10-19 23:58:06 -0700</bug_when>
    <thetext>The &lt;select&gt; has a change event handler that blurs it when it fires.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1042742</commentid>
    <comment_count>2</comment_count>
    <who name="Gabriel Schulhof">gabriel.schulhof</who>
    <bug_when>2014-10-19 23:59:25 -0700</bug_when>
    <thetext>&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
  &lt;title&gt;JQM latest - issue 7685&lt;/title&gt;
  &lt;script&gt;
document.addEventListener( &quot;change&quot;, function( event ){
  event.target.blur();
});
  &lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;form&gt;
      &lt;select id=&quot;select-1&quot;&gt;
        &lt;option value=&quot;value1&quot;&gt;S1 Value 1&lt;/option&gt;
        &lt;option value=&quot;value2&quot;&gt;S1 Value 2&lt;/option&gt;
      &lt;/select&gt;
      &lt;select id=&quot;select-2&quot;&gt;
        &lt;option value=&quot;value1&quot;&gt;S2 Value 1&lt;/option&gt;
        &lt;option value=&quot;value2&quot;&gt;S2 Value 2&lt;/option&gt;
      &lt;/select&gt;
    &lt;/form&gt;
&lt;/body&gt;
&lt;/html&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1044712</commentid>
    <comment_count>3</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2014-10-28 23:51:40 -0700</bug_when>
    <thetext>&lt;rdar://problem/18807801&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1044713</commentid>
    <comment_count>4</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2014-10-28 23:51:43 -0700</bug_when>
    <thetext>&lt;rdar://problem/18807802&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1840146</commentid>
    <comment_count>5</comment_count>
    <who name="Brent Fulgham">bfulgham</who>
    <bug_when>2022-02-10 20:04:40 -0800</bug_when>
    <thetext>The fix for this issue was needed outside the WebKit project, therefore this is being resolved as &apos;Moved&apos;.

This should now be fixed in shipping software.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>