League-of-Foundry-Developers / fvtt-module-furnace

34 stars 12 forks source link

Scrolling in locked macro's contents is broken in Firefox #89

Open Ethaks opened 3 years ago

Ethaks commented 3 years ago

Foundry version 0.7.7, Furnace version 2.5, Advanced Macros enabled, using Firefox

Scrolling does not work properly for macros that cannot be edited due to having the disabled attribute, e.g. macros stored in compendiums. The scrollbar still moves, but the text shown does not change but remains static, showing the macro's content from the beginning. This issue occurs with the above configuration, it does not occur with the module disabled, or when using Chrome. The problem might be Firefox's handling of disabled fields, since contrary to Chrome events from disabled areas are completely ignored in FF, whereas Chrome delegates events further up the chain IIRC.