farooqkz / chooj

Matrix chat app for KaiOS feature phones supporting voice calls
74 stars 13 forks source link

chat: message visible only if message in :focus #36

Open strukturart opened 2 years ago

strukturart commented 2 years ago

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

farooqkz commented 2 years ago

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

farooqkz commented 2 years ago

ping @strukturart

plan5 commented 1 year ago

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.

farooqkz commented 1 year ago

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?

plan5 commented 1 year ago

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.