chooj icon indicating copy to clipboard operation
chooj copied to clipboard

chat: message visible only if message in :focus

Open strukturart opened this issue 2 years ago • 5 comments

the messages are only visible when they are in focus. maybe only the color black-> white changes

strukturart avatar Dec 14 '21 13:12 strukturart

I don't remember what the problem was. Maybe add some explaination in a comment?

farooqkz avatar May 01 '22 17:05 farooqkz

ping @strukturart

farooqkz avatar Nov 14 '22 16:11 farooqkz

I can confirm this on Nokia 8000 with KaiOS Version 20.00.17.01. It's not happening with my Nokia 8110 (don't have the Version right now but it should be the last available).

What happens is that some backgrounds that are white on 8110 will appear black on the 8000.

This first happens on the cowsay loading screen: On 8110 there is a white frame, on 8000 there is no (visible) frame around the image.

In a chat window, unselected messages will appear black on black.

Edit: Tested on commit 9f5abb8a4d4360e1f8d5da7299d2ed8904b5e059

Edit 2: I could fix it by setting in src/index.html in line 9 to

I'll add this to the comment but won't create a PR until I've tested what happens on the 8110 when I do this.

plan5 avatar Aug 12 '23 15:08 plan5

I can confirm this on Nokia 8000 with KaiOS Version 20.00.17.01. It's not happening with my Nokia 8110 (don't have the Version right now but it should be the last available).

What happens is that some backgrounds that are white on 8110 will appear black on the 8000.

This first happens on the cowsay loading screen: On 8110 there is a white frame, on 8000 there is no (visible) frame around the image.

In a chat window, unselected messages will appear black on black.

Edit: Tested on commit 9f5abb8

Edit 2: I could fix it by setting in src/index.html in line 9 to

I'll add this to the comment but won't create a PR until I've tested what happens on the 8110 when I do this.

I think what you are talking about is a totally different issue?

farooqkz avatar Aug 12 '23 18:08 farooqkz

I think my issue fits the description above quite well, but maybe you know something more about the original report.

Anyway, here are some screenshots of what I mean (the content of the visible messages is irrelevant, they're in focus so they're visible as long as they are):

2023-08-12-22-38-42 2023-08-12-22-39-20 2023-08-12-22-39-27

I've tested with the 8110 now and I saw no negative impact of setting color to #ffffff so I'll add a PR for you to test if you want.

plan5 avatar Aug 12 '23 20:08 plan5