Tom Schuster

Results 171 comments of Tom Schuster

The problem here is that `ProxyObject`'s `get_next_enumerant` never returns `None` instead it returns `Some(0)` when finished. [This comment](https://github.com/ruffle-rs/ruffle/blob/5addb6e34946718e8b8e4dfc65b486c3135569da/core/src/avm2/object.rs#L778) says `None` and `Some(0)` are treated the same by AVM2, but in...

Can we at least wait until this is properly supported in Chrome so we don't have to do that annoying bug detection dance?

> the versions that were implementing this feature behind a flag are broken. I'm not sure that's acceptable. I didn't quite realize this could happen. I sort of assumed this...

The text seems to invisible due to this early return: https://github.com/ruffle-rs/ruffle/blob/dd776d9a8183f52ecdb3775d7e969201c65b0ecc/core/src/display_object/edit_text.rs#L946-L958 `origin.y()` is some positive number and `edit_text.bounds.y_max` is -505. I think this was original added by @adrian17 in https://github.com/ruffle-rs/ruffle/commit/3c2d629e0d6b8b12b62634cf592ce0f9b48d0c3c....

The problem is this invalid piece of XML: ```xml ``` Note the unexpected attributes in the closing tag.

We can keep this open until we accept this bad syntax in Ruffle. Please open a new issue for the new ExternalInterface issue.

I can't reproduce this issue. Can you please report this bug including a complete test case at https://bugzilla.mozilla.org/enter_bug.cgi?product=Core&component=SVG instead?

See also https://github.com/nt1m/livemarks/pull/436. I am sympathetic to the idea of not causing unnecessary load for servers, but we also have to consider the needs/wants of the user.

For something like DuckDuckGo, which already exists in Firefox, there might be some kind of conflict that prevents adding it. If it happens the next time, maybe try changing the...