30 nov 2024 0:40 •
Alex Yusko •
Bug não foi reproduzido pela equipa de desenvolvimento ainda:
The contract, objective, and port tiles are displaying very small. It's the same in all games of Clans of Caledonia.
30 nov 2024 3:07 •
Alex Yusko •
Bug não foi reproduzido pela equipa de desenvolvimento ainda:
5 dez 2024 12:31 •
Jeromie •
Bug não foi reproduzido pela equipa de desenvolvimento ainda:
Same issue here on Librewolf 133.0-1, I believe it's related to a browser update because I don't have this on another computer that doesn't follow the same release cycle.
7 dez 2024 11:37 •
Jeromie •
Bug não foi reproduzido pela equipa de desenvolvimento ainda:
Double checked: no problem in Librewolf 131.0.2 (librewolf follows the same versions as firefox) something must have happened between these two versions
8 dez 2024 12:00 •
Brizna •
Bug não foi reproduzido pela equipa de desenvolvimento ainda:
Same issue here, it started happening in one of my computers but kept working fine in the other for a day. Then it also happened in that one, so probably related to updates: Using Win10+Firefox.
Meanwhile to read contracts and bonus tiles you can simply zoom in the game a lot CTRL+MOUSE WHEEL
8 dez 2024 12:07 •
Brizna •
Bug não foi reproduzido pela equipa de desenvolvimento ainda:
Update: it works fine in Chrome (130.0.6723.92), yeah it's outdated since I don't use it.
21 dez 2024 17:13 •
Jeromie •
Bug não foi reproduzido pela equipa de desenvolvimento ainda:
Found this similar issue online:
github.com/mattermost/mattermost/issues/29114
It's a CSS issue, both zoom and moz-transform scale are applied. Disabling either in the inspector works around the issue but it annoying to do
22 dez 2024 16:11 •
Jeromie •
Bug não foi reproduzido pela equipa de desenvolvimento ainda:
Mildly less annoying workaround, use a browser extension like stylus and something like the following:
@-moz-document url-prefix("
boardgamearena.com/") {
.scoring,
.contracts,
.turn_contract_price,
.ports,
.ports.small,
.tiles,
.player_clan,
.tech_img,
#imported-goods-zone .background {
-moz-transform: scale(1);
}
}
25 dez 2024 0:02 •
tourolouco •
Bug não foi reproduzido pela equipa de desenvolvimento ainda:
Firefox 133.0.3 on Linux, same issues
25 dez 2024 0:16 •
tourolouco •
Bug não foi reproduzido pela equipa de desenvolvimento ainda:
PS I found a work-around. Under about:config set layout.css.prefixes.transforms to 'false'
16 jan 2025 2:15 •
bluesheep •
Bug não foi reproduzido pela equipa de desenvolvimento ainda:
Same on Firefox 134.0 on Linux
4 fev 2025 16:50 •
bananasplay •
Bug não foi reproduzido pela equipa de desenvolvimento ainda:
Uploaded screenshot for a Windows 11 laptop using Firefox 133.0:
imgur.com/a/pVjyBDi (Screenshot taken back on 01-03, but I've only now had the time to upload it and update this report.)
Interestingly, when I use Chrome on a Windows 7 desktop (not a typo) or Safari on an iPhone 7 or 11, these graphical problems don't manifest at all...
15 fev 2025 12:11 •
pwnlockmancer •
Bug não foi reproduzido pela equipa de desenvolvimento ainda:
Thanks tourolouco, your workaround works!
24 fev 2025 7:00 •
bluesheep •
Bug não foi reproduzido pela equipa de desenvolvimento ainda:
@tourolouco advice for disabling the legacy css-transforms in about:config worked for me as well. However this might mean that other sites could break that still rely on this property. Does anyone know how we can get the attention of the devs here to remove the legacy transform directly upstream from the BGA implementation?