CodaBool / terminal

A FoundryVTT module to create interactive terminals with custom content and theming
3 stars 1 forks source link

[BUG] - Cannot Link Journal to Terminal Foundry V12 #17

Closed CalamitousGypsy closed 1 month ago

CalamitousGypsy commented 1 month ago

Describe the bug Clicking the journal icon on the Terminal tab of a MATT tile minimizes the tile property window, prompts to click on a JOURNAL to connect the terminal; however, when I click on a journal on the sidebar it does not do anything except open the journal as a window. Closing the MATT tile cancels the click listener.

Active modules: image image image image image image image

Additional context Add any other context about the problem here.

CodaBool commented 1 month ago

I'll do some testing but my gut feeling is a module conflict.

If you are willing there are two pieces of debugging that would really narrow this down:

  1. open your development console and attempt it again. Post a screenshot if you seen any error messages in the console.

  2. try is disabling all of the modules but Terminal and see if the issue still happens.

CalamitousGypsy commented 1 month ago

Absolutely, thank you so much for responding.

Unfortunately, nothing in the Dev console. I'll attempt disabling and all and checking as well.

image

CalamitousGypsy commented 1 month ago

I tried something crazy, not sure why it worked--I may have some setting enabled. I tried ctrl click, shift click on journals in the sidebar but nothing worked.

However, alt + left click on the journal in the sidebar did work. I was able to replicate this a few times, and able to activate the tile once enabled with a token standing on it!

I hope this helps. If I can do anything else, let me know!

CodaBool commented 1 month ago

So, this is with Ripper's desktop app mode right? Does it behave the same with a regular browser?

CalamitousGypsy commented 1 month ago

It's a free desktop executable built with Chromium. Unfortunately, I'm not super tech savvy, but it behaves seemingly identically to what I'd expect in a web browser but better performance (even down to F11 opening the dev tool).

CodaBool commented 1 month ago

Someone else has ran into this issue as well and provided some insight. @CalamitousGypsy Seems this is a conflict with the module "Monk's Enhanced Journal". I should be able to get started on a fix to publish later this week.

CodaBool commented 1 month ago

found the root cause, was able to fix this in 3.1.4

Thank you for the bug report :100: