Page 1 of 1

solved [TCA 3.40b4] Bug in setting background color for Editor

Posted: 2022-11-08, 22:41 UTC
by petermad
If TCA is in Dark mode it is not possible to set the background color for the Editor to FFFFFF - it will be reverted to 303030 (and the foreground color to FFFFFF).

It is possible to set the background to for example FEFEFE (with foreground as 000000) though, just not pure white.

Re: [TCA 3.40b4] Bug in setting background color for Editor

Posted: 2022-11-25, 15:46 UTC
by petermad
Can anybody confirm this :?:

I can reproduce it on two different phones with Android 6 and 13.

Re: [TCA 3.40b4] Bug in setting background color for Editor

Posted: 2022-11-25, 16:06 UTC
by ghisler(Author)
I can confirm the problem. The reason is that it's stored as FFFFFFFF (the 4th byte is for transparency) which is -1 and is interpreted as "not saved". I will add an extra check. Just use FFFFFE in the meantime, you will not be able to see a difference.

Re: [TCA 3.40b4] Bug in setting background color for Editor

Posted: 2022-12-22, 18:54 UTC
by petermad
This issue has been solved in TCA 3.40 final :-)