Skip to content

Commit 9d38e66

Browse files
committed
Better wording for firefox description
1 parent 9265a08 commit 9d38e66

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ This module is currently tested on Chrome and ~Firefox~ and under MacOS, ~Linux~
1010

1111
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.
1212

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

1517
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.
1618

1719
### Firefox
1820

19-
~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).
21+
~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).
2022

2123
# Installation
2224

0 commit comments

Comments
 (0)