-
Bug
-
Resolution: Fixed
-
1.15.2, 20w13b, 21w03a, 1.16.5, 1.17.1, 1.18 Pre-release 5, 1.18.1
-
None
-
Confirmed
-
UI
Steps to reproduce
- Open the Video Settings screen
- Ensure that your game is in full screen mode
- Change your fullscreen resolution (video mode).
- Press Esc (not the Done button) to exit out of the Video Settings screen. The fullscreen resolution will not change.
- Restart the game
- The game will start with the changed fullscreen resolution.
Possible solutions
- Apply the new fullscreen resolution whenever exiting the Video Settings screen, as if the Done button was pressed, to match the internal state of the setting
- Revert the internal state of the fullscreen resolution when the Video Settings screen is exited without pressing Done (harder to implement internally and inconsistent with the behaviour of other settings on this screen)
A Mixin that implements solution 1 is available at https://github.com/comp500/BorderlessMining/blob/42e31dc847d99a70f3ece692ed5423b065b1e0aa/src/main/java/link/infra/borderlessmining/mixin/VideoModeFixMixin.java.
- relates to
-
MC-176525 The functionality of the esc key is inconsistent across various options pages
- Resolved