dev7355608

Results 122 issues of dev7355608

![image](https://github.com/user-attachments/assets/7181a845-5d16-4f00-b1ff-e083b58d1f9f)

bug
ui
packages

When we reference a type but do not `import` it we need to `@import` it so that the type is linked correctly in the API docs.

documentation

Originally reported by graygeist: https://discord.com/channels/170995199584108546/1184176415139184731/1272569467297075302 **ALL MODULE DISABLED? ** TRUE **OS, Hosting, Browser:** Chrome based Application and Browser (Brave), issue appears not to exist in Firefox (tested by ) **Short...

bug
nonrepro
journal
text-editor

Originally reported by freeze2689: https://discord.com/channels/170995199584108546/1184176415139184731/1272523094933897257** **ALL MODULES DISABLED?** true **Short Description of bug**: When token configuration is opened a token seems selected but actually isnt. Cant move the token, just...

tokens
ux

Originally reported by epsilon7430: https://discord.com/channels/170995199584108546/1184176415139184731/1271940387505836142 **ALL MODULE DISABLED?** TRUE **OS, Hosting, Browser:** Win 10 and 11, Local, Edge and Chrome **Short Description:** "You lack FILES_UPLOAD permission and may not upload...

bug
scenes
authorization

Originally reported by argo80: https://discord.com/channels/170995199584108546/1184176415139184731/1271307166204297228 **ALL MODULES DISABLED?** True. Completely uninstalled. **OS, Hosting, Browser (if applicable):** Windows 11. **Short Description of bug:** Grainy, flickering screen. Only happens with Foundry app...

bug
nonrepro
canvas

For example: https://foundryvtt.com/api/v12/interfaces/client.PointSourcePolygonConfig.html#angle ```js /** * @typedef {Object} PointSourcePolygonConfig * @property {PointSourcePolygonType} type The type of polygon being computed * @property {number} [angle=360] The angle of emission, if limited *...

bug
documentation

Expose `Token##animationData` and use `this.animationData` instead of `this.document` in `Token` anywhere we reference an animated property. Reason for considering this change: - The `TokenDocument` could be reset any time during...

tokens
breaking

It appears the description needs to be placed after `@typedef` (and before the first `@property`). If it is placed before the `@typedef`, it isn't included in the generated API docs....

bug
documentation