[wp-meta] [Making WordPress.org] #7459: Enabling #enable-experimental-web-platform-features in Chromium breaks custom queries

Making WordPress.org noreply at wordpress.org
Thu Jun 20 03:32:47 UTC 2024


#7459: Enabling #enable-experimental-web-platform-features in Chromium breaks
custom queries
--------------------------+---------------------
 Reporter:  westonruter   |       Owner:  (none)
     Type:  defect (bug)  |      Status:  new
 Priority:  lowest        |   Milestone:
Component:  Trac          |  Resolution:
 Keywords:                |
--------------------------+---------------------

Comment (by asufapihuheni1):

 Enabling the `#enable-experimental-web-platform-features` flag in Chromium
 (Chrome and Edge) breaks custom queries in Trac, resulting in a console
 error about an implicitly closed `<SELECT>` element. Can this issue be
 addressed?

 **Example Error:**


 {{{
 Form submission failed, as the <SELECT> element named '0_description_mode'
 was implicitly closed by reaching the end of the file. Please add an
 explicit end tag ('</SELECT>')
 }}}



 **Local Fix:**
 Adding `</select>` in `query.js` at line 44 fixed the issue.

 Thank you!

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/7459#comment:3>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list