Skip to content

Scrolling Issue with ScrollMode.OffScreen #1766

@Danielku15

Description

@Danielku15

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.platform-allAffects all platformsstate-acceptedThis is a valid topic to work on.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions