-
Notifications
You must be signed in to change notification settings - Fork 215
Closed
Labels
area-playerRelated to the audio playback engine.Related to the audio playback engine.platform-allAffects all platformsAffects all platformsstate-acceptedThis is a valid topic to work on.This is a valid topic to work on.
Description
Discussed in #1754
Originally posted by goodgame365 November 14, 2024
I noticed that when public scrollMode: ScrollMode = ScrollMode.OffScreen;, if the cursor reaches the bottom, scrolling is no longer needed. However, when repeatedly replying, if the starting point exceeds the display range, the screen does not jump to that location.
On the other hand, if public scrollMode: ScrollMode = ScrollMode.Continuous;, this issue does not occur.
I’m not sure if this is a bug.
In short: with ScrollMode.OffScreen, the scrolling "up" to repeat starts seem to be broken.
Metadata
Metadata
Assignees
Labels
area-playerRelated to the audio playback engine.Related to the audio playback engine.platform-allAffects all platformsAffects all platformsstate-acceptedThis is a valid topic to work on.This is a valid topic to work on.