Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various Flash components do not render themselves correctly #6

Open
rob-bateman opened this issue Jul 24, 2020 · 2 comments
Open

Various Flash components do not render themselves correctly #6

rob-bateman opened this issue Jul 24, 2020 · 2 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@rob-bateman
Copy link
Contributor

rob-bateman commented Jul 24, 2020

Description
When using components from the Flash Pro / Animate component library such as ComboBox and ScrollPane, the components are uncontrollable and render in a flashing manner

Platform
All

Steps to reproduce the issue

  1. Create an swf with a ComboBox and or ScrollPane component on the root timeline
  2. Run in AwayFL

Expected outcome
The ComboBox and ScrollPane render correctly and can be interacted with

Actual outcome
The ComboBox and ScrollPane cannot be interacted with and render in a flashing manner, as though something was being incorrectly handled in their timeline

@rob-bateman rob-bateman added the bug Something isn't working label Jul 24, 2020
@rob-bateman rob-bateman added this to the SatProf tests milestone Jul 24, 2020
@rob-bateman rob-bateman self-assigned this Jul 24, 2020
@80prozent
Copy link
Contributor

partly fixed by making sure dynamically created components are reduced to their first frame (fix is in axConstruct).

i think other visual issues are mostly caused by non-rendering fonts, but this needs more inspection.

related issue: #4

@80prozent
Copy link
Contributor

more fixes are applied, and visual output for many components is improved.

Only component from satprof tests with wrong visual output is TextArea.

The issues in textArea are caused by missing implementation of "slice9scaling".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants