Skip to content

Commit

Permalink
Better wording for firefox description
Browse files Browse the repository at this point in the history
  • Loading branch information
Posnet committed May 4, 2023
1 parent 9265a08 commit 9d38e66
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ This module is currently tested on Chrome and ~Firefox~ and under MacOS, ~Linux~

This module is only tested against the base Foundry application using the DnD5e system. While most other systems and modules _should_ work; Just because there is a PopOut! button on a window, does not guarantee that it _will_ work.

In particular systems using more advanced frameworks like react/svelte/vue will likely _not_ work and can not be made to work.
Systems such as Pathfinder that heavily make use of JQuery or JQuery plugins will have severely limited functionality.

In addition, systems using more advanced frameworks like react/svelte/vue will likely _not_ work and can not be made to work.

Due to the necessarily brittle nature of how this module is implemented, other modules may lack functionality or break completely when popped out. See the Compatibility section for a description of how you can fix this if you are module developer.

### Firefox

~Due to a recent update from Firefox that changed the way the `instanceof` method works~ Turns out [the bug](https://bugzilla.mozilla.org/show_bug.cgi?id=339884) is 17 years old, I have no idea why some things are encountering it now. Some core JQuery functions are broken when operating on popped out html nodes. Therefore **I am no longer supporting Firefox**, please use chrome. If you are interested, the following gist can [replicate the issue](https://gist.github.com/Posnet/9d87f790d4f3c64ed468559600c76302).
~Due to a recent update from Firefox that changed the way the `instanceof` method works~ Turns out [the issue](https://bugzilla.mozilla.org/show_bug.cgi?id=339884) is 17 years old, I have no idea why some things are encountering it now. Some core JQuery functions are broken when operating on popped out HTML nodes. Therefore **I am no longer supporting Firefox**, please use Chrome. If you are interested, the following gist can [replicate the issue](https://gist.github.com/Posnet/9d87f790d4f3c64ed468559600c76302).

# Installation

Expand Down

0 comments on commit 9d38e66

Please sign in to comment.