zeal icon indicating copy to clipboard operation
zeal copied to clipboard

Regression: custom CSS file no longer works in v0.7.0

Open wdscxsj opened this issue 1 year ago • 3 comments

My custom CSS file has been working quite well in v0.6.1 and earlier, but it has no effect in v0.7.0. This can be observed in the LaTeX doc, Linux doc, and Nginx doc, to name a few.

wdscxsj avatar Sep 21 '23 01:09 wdscxsj

Same for me. Get this message:

QResource '/browser/home/gbug/documents/zeal.css' not found or is empty

Prefix /browser is odd here, I don't have it in my settings.

genabug avatar Oct 08 '23 07:10 genabug

The culprit:

zeal.browser.webpage: [userscript:_zeal_userstylesheet:1] Not allowed to load local resource: ...

Need to change how style sheets are set, and stop the web view from trying to reach a local file.

trollixx avatar May 19 '24 05:05 trollixx

Not a quick fix unfortunately. Retagging for the next release, as I don't want to hold v0.7.1 any longer.

trollixx avatar May 27 '24 21:05 trollixx