Kim Mantas

Results 97 comments of Kim Mantas

I'm not able to reproduce this anymore, so it might have already been fixed. We have logic that prevents a render being executed if the application is already in the...

`align` is a [deprecated](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-align) `` attribute, but it should still be preserved by our general attribute preservation mechanism so worth investigating.

This is being stripped by our HTML sanitisation. I don't think we typically include deprecated attributes in our allow-list so closing this as wontfix. Our editor has a built-in alignment...

This is definitely working as intended. The initialised `DataModel`/`Document` that you work with is asymmetrical to the underlying source data that is persisted to disk. Classes and `Collection`s are instantiated...

From @arbron: Currently in order to perform an update to a set defined as a SetField in a DataModel it must first be converted to an array: ```js const itemSet...

Any solution here is contingent on the generalised solution to #5241.

Additional report for the same issue: Originally reported by R3DsKingdom#5504 https://discord.com/channels/170995199584108546/956306859491471420/1016749971325861960 **ALL MODULES DISABLED?** true **OS, Hosting, Browser (if applicable):** Self hosted on a windows 10 computer, Foundry App **Short...

I have a resolution for this but we need to make sure to appropriately format videos in the update notes on the website as well.

Adding tables to the ProseMirror menu is being tracked already in #7866. You can switch the TinyMCE editor (via sheet config) if you still want that functionality. I'll re-phrase the...

I've looked into this and have been able to confirm that it is standard HTML behaviour, and not related to any foundry styling, unfortunately.