全ての報告
クランズ・オブ・カレドニア(Clans of Caledonia)の報告
#147521: "Very small contracts, objectives, and port tiles."
どういった内容ですか?
どうしましたか?以下から選んでください
表示バグ: 表示されるゲームの情報が間違っている(ゲーム上の重要事項を表示していない)
詳細
• 表示の問題を説明してください もしこのバグのスクリーンショットがあれば(素晴らしい!)、Imgur.com等を使ってアップロードし、リンクをコピー&ペーストしてください。
The contract, objective, and port tiles are displaying very small, in all games of Clans of Caledonia.• あなたのブラウザは何ですか?
Firefox 133.0 (64-bit) Mozilla v5
報告履歴
Alex Yusko • バグは未だ開発者によって再現できていません:
2024年11月30日 0:40 •
2024年11月30日 3:07 • The contract, objective, and port tiles are displaying very small. It's the same in all games of Clans of Caledonia.
Jeromie • バグは未だ開発者によって再現できていません:
2024年12月 5日 12:31 • 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.
Jeromie • バグは未だ開発者によって再現できていません:
2024年12月 7日 11:37 • Double checked: no problem in Librewolf 131.0.2 (librewolf follows the same versions as firefox) something must have happened between these two versions
Brizna • バグは未だ開発者によって再現できていません:
2024年12月 8日 12:00 • 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
Meanwhile to read contracts and bonus tiles you can simply zoom in the game a lot CTRL+MOUSE WHEEL
Brizna • バグは未だ開発者によって再現できていません:
2024年12月 8日 12:07 • Update: it works fine in Chrome (130.0.6723.92), yeah it's outdated since I don't use it.
Jeromie • バグは未だ開発者によって再現できていません:
2024年12月21日 17:13 • 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
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
Jeromie • バグは未だ開発者によって再現できていません:
2024年12月22日 16:11 •
2024年12月25日 0:02 • 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);
}
}
@-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);
}
}
tourolouco • バグは未だ開発者によって再現できていません:
2024年12月25日 0:16 • PS I found a work-around. Under about:config set layout.css.prefixes.transforms to 'false'
olihelm • バグは未だ開発者によって再現できていません:
2025年 1月 3日 0:36 •
2025年 1月16日 2:15 • Confirming that tourolouco's workaround works for me. Using Chrome browser also works correctly. For background information on what broke: boardgamearena.com/forum/viewtopic.php?p=189694#p189694
bananasplay • バグは未だ開発者によって再現できていません:
2025年 2月 4日 16:50 •
2025年 2月15日 12:11 • 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...
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...
bluesheep • バグは未だ開発者によって再現できていません:
2025年 2月24日 7:00 • @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?
報告に書き加える
このバグを再現するため、またはあなたの提案を理解するために、ここに関連性があると思われるものを追加してください:
- 他のテーブルID/行動ID
- F5キー(ページの再読込)で問題は解決されましたか?
- 問題は何回も起こりましたか?毎回 起こりますか?ランダムに起きますか?
- もしこのバグのスクリーンショットがあれば(素晴らしい!)、Imgur.com等を使ってアップロードし、リンクをコピー&ペーストしてください。