Bug Reports

Dec 8, 2021 12:31 pm
body.style-background #content>.bodyContainer:before { right: -10px }
added by the background image code shifts things 10 pixels off the right side of the screen, which makes unnecessary horizontal scrollbars appear at higher zoom levels.
Dec 8, 2021 2:52 pm
That's a good spot.

It's there to move the RHS of the glass so that the content doesn't crash into it hard.

https://i.imgur.com/hPt0blC.png

I think the safest solution is to use:
outline: solid 10px transparentGlassColorHere;
...and bring those margins back to zero. A thick outline shouldn't trigger a scrollbar - I'll check.
Dec 19, 2021 9:20 am
A small visual bug crept into the Character list. It looks wierd that there is a column shift in the middel of my list of (one) character(s)
https://i.imgur.com/XdcZqMY.png
Dec 19, 2021 10:16 am
You know how they say "the needs of the many outweigh the needs of the few"? Well, when I'm "the few" and I'm writing the code, then "the many" can get knotted 😲.

If I didn't allow this break then my IDRotF game's menu would have gone from a useable this:
https://i.imgur.com/AnZkXvy.png
...to an unuseable this:
https://i.imgur.com/hup69nU.png

Sure - I use lots more NPCs than other GMs (I'm pretty sure that I hold the record for the most NPCs in a single game), but I didn't want a change that would make my life much worse.

Now my moaning is out the way... I don't think this is a concern anymore. The NPCs tag means that GMs no longer need a hundred NPC character sheets in their games. I've checked in a change that'll keep the characters with the players. It should be in the next release.
Dec 19, 2021 10:27 am
Good point sir!
Dec 23, 2021 6:25 pm
Saw this awhile back.
https://i.imgur.com/UkeYz2Q.jpg
Last edited December 23, 2021 6:27 pm
Dec 24, 2021 8:39 am
I think there is a small bug when subtracting two die rolls

https://i.imgur.com/zviuBta.png
Dec 24, 2021 8:45 am
Yes, that option doesn't exist yet. Only addition
Dec 24, 2021 8:48 am
bowlofspinach says:
Yes, that option doesn't exist yet. Only addition
Sorry I assumed it did
Dec 24, 2021 8:50 am
Me too until I tried it out in a game 😄
Jan 18, 2022 5:59 pm
Fixes to the backslashes in code blocks have ended up doubling them. Might be they were 'fixed' twice, once for `code` and then again later for 'titles' and everything?

There is only one backslash in the code below.

\


There is also one \ here, but that is not doubled.

You do not have permission to post in this thread.