Shark that walks like a man

Results 37 issues of Shark that walks like a man

Originally reported by manaflower: https://discord.com/channels/170995199584108546/1184176415139184731/1263924255666470942 **ALL MODULES DISABLED?** true **OS, Hosting, Browser (if applicable)**: any **Short Description of bug**: invalid function in roll formula produces nondescript error **Simple steps to...

dice
api

Presumably on the assumption that it throws: https://github.com/foundryvtt/dnd5e/blob/4.0.x/module/data/fields/formula-field.mjs#L25

bug

Future issue preemption

feature request

Mostly blocked by #15545, but there are some actor and item subtypes that haven't seen a migration in years (or ever). Actor: - [ ] army - [ ] character...

Originally reported by [manaflower](https://discord.com/channels/170995199584108546/1184176415139184731/1296769071370604545) **ALL MODULES DISABLED?** true **OS, Hosting, Browser (if applicable)**: any **Short Description of bug**: Force closing already closed app (v1) throws an error about querySelector of...

bug
api

Originally reported by [manaflower](https://discord.com/channels/170995199584108546/1184176415139184731/1298705514804412449) **ALL MODULES DISABLED?** true **OS, Hosting, Browser (if applicable)**: any **Short Description of bug**: DocumentSheetV2 title does not get refreshed when the document gets renamed. **Simple...

bug
appV2

Once in `SceneControls.#onChangeControl`: ```js static #onChangeControl(event) { if ( !canvas.ready ) return; if ( event.target.dataset.control === this.#control ) return; this.render({control: event.target.dataset.control}); } ``` A second time in `InteractionLayer#activate`: ```js activate({tool}={})...

bug
ui