Problem description
When reading chat messages, eg. catching up on previously written messages, and someone is publishing new messages in the meantime, it's slightly annoying when the background of the messages shift - the currently read message will shift to the adjacent message's background.
Engine details
- Engine version:
- Custom modifications:
- Environment:
- Configuration:
- Game speeds: N/A
- Debris settings: N/A
- Any other relevant config entry: N/A
Steps to reproduce
Prerequisites:
- Have ~50 messages in any chat room
Steps to reproduce the behavior:
- Scroll down to read older messages
- Focus on one message in particular (message X)
- Using another account, write new message in the same chat room
Expected behavior
- Message X has the same background as before publication of the new message
Actual behavior
- Message X's background has changed
Screenshots
N/A
Reproduction environment
Desktop:
- OS: Any
- Browser: Any
- Version: Any
Additional context
- Most likely caused by background applied using
even or odd pseudoselectors on rows.
- Should be fixable applying background color based on message ID's value (either even or odd).
Problem description
When reading chat messages, eg. catching up on previously written messages, and someone is publishing new messages in the meantime, it's slightly annoying when the background of the messages shift - the currently read message will shift to the adjacent message's background.
Engine details
version 1.1.0commit f2f1847Steps to reproduce
Prerequisites:
Steps to reproduce the behavior:
Expected behavior
Actual behavior
Screenshots
N/A
Reproduction environment
Desktop:
Additional context
evenoroddpseudoselectors on rows.