ruffle-rs / ruffle

A Flash Player emulator written in Rust
https://ruffle.rs
Other
15.7k stars 817 forks source link

UltraSounds "about" scrollbar doesn't scroll the text #4847

Open midgleyc opened 3 years ago

midgleyc commented 3 years ago

In UltraSounds, the about screen scrollbar should scroll the text. It doesn't.

Reproduction steps:

  1. Open the SWF
  2. Move the scrollbar up and down.

The text should scroll with the scrollbar.

JeremyLyokoPPG2020 commented 3 years ago

16262308813411456423941 Screenshot_20210714_101031 This Puffin browser with flash have Scrollbar.

1626231037232102493483 But Extension No have Scrollbar How Fix on ruffle?

midgleyc commented 3 years ago

If the scrollbar doesn't appear at all, you've probably got an old version of the extension -- you need at least nightly-2021-07-09.

The problem with the latest version is that the scrollbar doesn't work, but it does appear.

JeremyLyokoPPG2020 commented 3 years ago

can use Scrollbar?

hatal175 commented 2 years ago

Not sure what is wrong here. It looks like the scroll is being set on a different rust text_edit than the one being rendered. But for the life of me I can't follow why.

Lord-McSweeney commented 4 months ago

This is still happening