Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #55768, comment 1


Ignore:
Timestamp:
05/18/2022 07:10:49 PM (2 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55768, comment 1

    initial v1  
    33I was able to reproduce the issue.
    44
    5 * First, I checked the Edit Post screen, and the checked post categories are displayed as expected there, see [attachment:"55768.edit-post.png"]. They use an `<svg>` tag.
    6 * Then I checked Quick Edit on the Posts screen, and the checked post categories are indeed not displayed there, see [attachment:"55768.posts.png"]. They use a `data:image/svg+xml` URL in CSS, which is apparently not displayed if images are turned off in the browser.
     5* First, I tested the Edit Post screen, and the checked post categories are displayed as expected there, see [attachment:"55768.edit-post.png"]. They use an `<svg>` tag.
     6* Then I tested Quick Edit on the Posts screen, and the checked post categories are indeed not displayed there, see [attachment:"55768.posts.png"]. They use a `data:image/svg+xml` URL in CSS, which is apparently not displayed if images are turned off in the browser.
    77
    88So it looks like the issue is not limited to post categories and would apply to any `data:image/svg+xml` URLs in core.