[Openlp-core] [Bug 795945] Re: Text colour appearing in shadow

2011-06-12 Thread Jonathan Corwin
** Changed in: openlp Status: Confirmed = Fix Released -- 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

[Openlp-core] [Bug 795945] Re: Text colour appearing in shadow

2011-06-11 Thread Simon Scudder
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