CyclopsMC / IntegratedTerminals

Terminals for managing and overviewing Integrated Dynamics networks
MIT License
5 stars 6 forks source link

Crafting job terminal doesn't render the "Cancel all jobs" button, but it is definitely there #95

Closed Jack-McKalling closed 1 year ago

Jack-McKalling commented 1 year ago

Issue type:


Short description:

When you open the crafting job terminal, it appears that there is no "cancel all jobs" button. But if you click the area where the button is supposed to be, it does actually work.

Almost as if the button behaves like you applied the CSS visibility:hidden on it (for some reason) but left its click event in tact.

Steps to reproduce the problem:

  1. Place a cable
  2. Attach a Crafting Job Terminal
  3. Open the terminal ❌ Notice there appears to be no button at the bottom
  4. Click the center area at the bottom edge of the GUI ✅ The GUI successfully closes (and if there were jobs, they get cancelled)

integrated crafting jobs

Expected behaviour:

If there is a button there, it should be visible. Especially if both Integrated Crafting and Integrated Terminals are installed.


Versions:

Log file:

rubensworks commented 1 year ago

Thanks for reporting!