anvil-vtt / FateX

FateX is the extended Fate game system for FoundryVTT.
MIT License
23 stars 16 forks source link

[Bug] Character sheet "Bio" text area does not scale vertically #24

Closed doct closed 4 years ago

doct commented 4 years ago

Character sheets in the tab "Bio" have a descriptive text area, which is great. The text area does scale horizontally, when the character window is enlarged horzontally. However, vertically, the bio area has a fixed size of 9 lines. Enlarging the char sheet window vertically does not increase the text area, which, as last editable element on the page/tab, it should.

PatrickBauer commented 4 years ago

@doct What browser are you using? I'm not able to reproduce what you're reporting, but maybe we're using different browsers / versions 😁

Screenshot 2020-10-27 100756

doct commented 4 years ago

I'm using the best browser there is, Edge/Chromium :-) I think, I see the issue. No, not the browser :-) Same with Chrome.

The vertical adaptation happens only after hitting the save button. See this image before saving:

image

And then this after saving and editing again:

image

So maybe the redrawing/rescaling of the text area should happen during editing instead of only after, but I guess it's just a minor issue which can be ignored. Thanks for looking into it.

Interestingly, the same issue existed in the simple worldbuilding system of FVTT a long time ago, but vanished at some point.