You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
danielhjacobs opened this issue
Mar 17, 2023
· 3 comments
Labels
A-avm2Area: AVM2 (ActionScript 3)bugSomething isn't workingflexIssues relating to Adobe FlextextIssues relating to text rendering/inputtlfIssues relating to TLF text rendering or the TLF APIs in AVM2unimplementedIssues for functionality that hasn't been implemented yet
I will list the issue that does not also apply to #10173. Though it's worth noting the remaining issues from there also apply here:
When clicking the number 3 on the left side, the page slows down as the following error prints to the console repeatedly:
ERROR core/src/avm2/events.rs:424 Error dispatching event EventObject(EventObject { type: "frameConstructed", class: flash.events::Event, ptr: 0x2bacae8 }) to handler FunctionObject(FunctionObject { ptr: 0x381de10 }) : TypeError: Error #1009: Cannot access a property or method of a null object reference. (accessing field: length)
at flashx.textLayout.elements::ParagraphElement/getText()
at flashx.textLayout.container::TextContainerManager/getText()
at fl.text::SingleTextContainerManager/get textLength()
at fl.text::TLFTextField/setSelection()
at fl.text::TLFTextField/doTypeSet()
at fl.text::TLFTextField/set selectable()
at fl.text::RuntimeManager/configureInstance()
at fl.text::RuntimeManager/getInstanceForInfo()
at fl.timeline::TimelineManager/getInstanceForInfoWithXns()
at fl.timeline::TimelineManager/getInstance()
at fl.motion::AnimatorBase/play()
at fl.motion::AnimatorBase$/processCurrentFrame()
at fl.motion::AnimatorBase/handleEnterFrame()
Expected behavior
No errors should occur when clicking that page.
Affected platform
Browser's extension
Operating system
Windows 11
Browser
Google Chrome 126
Additional information
This is an AVM2 Flex animation. See also #8006 and #10173.
The text was updated successfully, but these errors were encountered:
The getFirstLeaf error appears to have at some point been fixed. The first video is now loading like all the others, though it is taking an abnormally long amount of time to first load.
That means the only unique errors left from this issue that don't also affect #10173 are mixed AVM and another TLF error. As noted, the mixed AVM PR fixed the original first error in testing, but the animations become layered as they never unload.
danielhjacobs
changed the title
Issues on http://new.weedtowonder.org/domestication.html
Issues on https://new.weedtowonder.org/domestication.html
Jan 26, 2024
A-avm2Area: AVM2 (ActionScript 3)bugSomething isn't workingflexIssues relating to Adobe FlextextIssues relating to text rendering/inputtlfIssues relating to TLF text rendering or the TLF APIs in AVM2unimplementedIssues for functionality that hasn't been implemented yet
Describe the bug
Last edited July 3, 2024:
I will list the issue that does not also apply to #10173. Though it's worth noting the remaining issues from there also apply here:
When clicking the number 3 on the left side, the page slows down as the following error prints to the console repeatedly:
Expected behavior
No errors should occur when clicking that page.
Affected platform
Browser's extension
Operating system
Windows 11
Browser
Google Chrome 126
Additional information
This is an AVM2 Flex animation. See also #8006 and #10173.
The text was updated successfully, but these errors were encountered: