[wp-trac] [WordPress Trac] #65121: Command Palette: Label can be incorrect for sites served over a CDN
WordPress Trac
noreply at wordpress.org
Fri Apr 24 03:40:35 UTC 2026
#65121: Command Palette: Label can be incorrect for sites served over a CDN
----------------------------+----------------------------
Reporter: peterwilsoncc | Owner: peterwilsoncc
Type: defect (bug) | Status: assigned
Priority: normal | Milestone: 7.0
Component: Administration | Version: trunk
Severity: normal | Resolution:
Keywords: has-patch | Focuses:
----------------------------+----------------------------
Comment (by westonruter):
Replying to [comment:3 peterwilsoncc]:
> Do you think that the use of both PHP and JS detection mitigates the
concerns of a
[https://github.com/WordPress/gutenberg/pull/75757#discussion_r2845450899
flash of incorrect rendering] by treating the JS test as a last resort in
case the PHP detection is incorrect? cc @wildworks
I had forgotten that JS was not being used to render the node actually. I
had assumed it was because there seems to be an issue with the admin bar
flickering with view transitions:
https://core.trac.wordpress.org/ticket/65032#comment:8
But ultimately it does have `hide-if-no-js` which requires JS to run
before the node is revealed. But this JS runs in `head` before rendering,
as I recall, so that is okay. We should just make sure this new inline
script also runs in the `head`.
cc @zieladam
--
Ticket URL: <https://core.trac.wordpress.org/ticket/65121#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list