quiz_master_next icon indicating copy to clipboard operation
quiz_master_next copied to clipboard

Persistent Quotation Mark Encoding Issue in Custom CSS Editing

Open nicolasvegaabril opened this issue 1 year ago • 0 comments

Site Info

WordPress Version: 6.4.2 QSM Version: 8.1.19 Browser: Chrome

General description

When modifying custom CSS within a theme, saving the code results in the persistent encoding of quotation marks, even after multiple encoding attempts. Moreover, when inspecting the CSS, the quotation marks appear as ". This presents an issue, as subsequent saves trigger additional encoding during the post request process.

Link to quiz or screenshot (if relevant):

image

Expected behavior

The CSS code needs to be decoded before presenting it to the user, and the save button should avoid double encoding.

Actual behavior

I've included the details in the general description.

Steps to reproduce the behavior

Write some custom CSS using quotation marks, then proceed to save it. Afterward, save it again.

nicolasvegaabril avatar Dec 08 '23 05:12 nicolasvegaabril