<?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>238323</bug_id>
          
          <creation_ts>2022-03-24 07:49:06 -0700</creation_ts>
          <short_desc>[GTK4] UI process hang when opening HTML select elements (combo boxes)</short_desc>
          <delta_ts>2022-09-07 08:50:58 -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>WebKitGTK</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=238361</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>210100</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Michael Catanzaro">mcatanzaro</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>alicem</cc>
    
    <cc>bugs-noreply</cc>
    
    <cc>cgarcia</cc>
    
    <cc>contact</cc>
    
    <cc>mcatanzaro</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1854673</commentid>
    <comment_count>0</comment_count>
    <who name="Michael Catanzaro">mcatanzaro</who>
    <bug_when>2022-03-24 07:49:06 -0700</bug_when>
    <thetext>I&apos;m seeing very frequent UI process hangs when attempting to report bugs on this Bugzilla. The problem occurs when clicking on the select elements (combo boxes) next to the &quot;Hardware&quot; or &quot;OS&quot; fields when reporting bugs. (You&apos;ll notice I&apos;ve left those at Unspecified to avoid triggering this bug.) The entire UI process hangs when clicking on the element.

The bug is not 100% reproducible, but you should be able to trigger it if you try a few times.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1854692</commentid>
    <comment_count>1</comment_count>
    <who name="Carlos Garcia Campos">cgarcia</who>
    <bug_when>2022-03-24 08:46:53 -0700</bug_when>
    <thetext>Is this GTK4 only?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1854713</commentid>
    <comment_count>2</comment_count>
    <who name="Michael Catanzaro">mcatanzaro</who>
    <bug_when>2022-03-24 09:33:27 -0700</bug_when>
    <thetext>Yes, this never happens with GTK 3.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1855392</commentid>
    <comment_count>3</comment_count>
    <who name="Michael Catanzaro">mcatanzaro</who>
    <bug_when>2022-03-26 08:34:34 -0700</bug_when>
    <thetext>Another reproducer: try to give r+ to a patch on this Bugzilla.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1855393</commentid>
    <comment_count>4</comment_count>
    <who name="Michael Catanzaro">mcatanzaro</who>
    <bug_when>2022-03-26 08:38:15 -0700</bug_when>
    <thetext>Checking with gdb, it looks like the UI process is just calling poll() when this happens, and hovering buttons in the Epiphany header bar triggers animations, so I don&apos;t think this is a traditional hang or deadlock where the UI process is totally unresponsive. However, it&apos;s not just web views that are busted: the buttons in the header bar don&apos;t do anything, so GTK itself is somehow broken.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1888816</commentid>
    <comment_count>5</comment_count>
    <who name="Alice Mikhaylenko">alicem</who>
    <bug_when>2022-08-04 01:56:21 -0700</bug_when>
    <thetext>This looks like yet another instance of the bug behind https://gitlab.gnome.org/GNOME/gtk/-/issues/2877 or the one where gtk4-demo sidebar items remain pressed after double clicking

Basically, input is completely busted when another surface is spawned or destroyed in the middle of an event sequence - e.g. a click.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1895772</commentid>
    <comment_count>6</comment_count>
    <who name="Alice Mikhaylenko">alicem</who>
    <bug_when>2022-09-02 07:02:14 -0700</bug_when>
    <thetext>Ok, so I can still reproduce it so apparently that wasn&apos;t it.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1896800</commentid>
    <comment_count>7</comment_count>
    <who name="Alice Mikhaylenko">alicem</who>
    <bug_when>2022-09-07 07:14:18 -0700</bug_when>
    <thetext>*** Bug 240922 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1896802</commentid>
    <comment_count>8</comment_count>
    <who name="Alice Mikhaylenko">alicem</who>
    <bug_when>2022-09-07 07:16:20 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/4095</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1896823</commentid>
    <comment_count>9</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2022-09-07 08:50:54 -0700</bug_when>
    <thetext>Committed 254237@main (4e07bc369ad1): &lt;https://commits.webkit.org/254237@main&gt;

Reviewed commits have been landed. Closing PR #4095 and removing active labels.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>