openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #10045
[Bug 795945] Re: Text colour appearing in shadow
The show_text function should strip colour formatting from the shadow
layer.
In core/lib/htmlbuilder.py : 264, try changing:
text_fade('lyricsshadow', newtext);
to
text_fade('lyricsshadow', newtext.replace(/-webkit-text-fill-
color:[^;\"]+/gi, ""));
This fixed it for me.
--
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/795945
Title:
Text colour appearing in shadow
Status in OpenLP - Worship Presentation Software:
New
Bug description:
If you use display tags to change the text colour, the colour is shown
in the shadow.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/795945/+subscriptions
References