Xbozon / rpg-styled-ui

Foundry VTT RPG Styled UI
12 stars 11 forks source link

Dropdown controls for Monk's Enhanced Journal are being disabled #45

Closed GrumpyVader closed 2 years ago

GrumpyVader commented 2 years ago

While doing some testing with Monk's Active Journal I found that some dropdown controls he implements on the forms are being disabled by the UI. Monk tracked down the CSS line.

css line 896 .journal-sheet form select should be changed to .journal-sheet form select[name="folder"]

Xbozon commented 2 years ago

@GrumpyVader Hello, a screenshot would help solve the problem faster, thanks!

GrumpyVader commented 2 years ago

Sure thing. Here you go.

With RPG Styled UI disabled: image

With RPG Styled UI enabled: image

GrumpyVader commented 2 years ago

here is one for a Shop type journal sheet.

RPGSU disabled: image

RPGSU enabled: image

Xbozon commented 2 years ago

@GrumpyVader Got it, thanks!

Xbozon commented 2 years ago

@GrumpyVader Fixed in v0.7.6. Thanks!