Description: Currently, it is not possible to change the font or background. To change the color we need to send the ".uno:Color" UNO command with json content: "Color": { "type": "long", "value": 16750848 } where the color is specified as the value - 32bit value For background color it is ".uno:BackColor" as the UNO command name but the same content. In addition a color picker is needed for the UI. Steps to Reproduce: . Actual Results: . Expected Results: . Reproducible: Always User Profile Reset: No Additional Info: User-Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:51.0) Gecko/20100101 Firefox/51.0
I'm working on it
The commit http://cgit.freedesktop.org/libreoffice/core/commit/?id=382f9f744652d6ae1482910ec62513d6ea94863c should interfere with this. I suggest you pull the new code from master...
Okay thanks for the heads up
Mert Tümer committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=3deac9691011711a3b9e50d19499c588af074d7f [Pardus] tdf#106326 ability to change font background color It will be available in 6.1.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.