-
Bug
-
Resolution: Unresolved
-
None
-
1.15 Pre-release 4, 1.15 Pre-release 6, 20w28a, 20w51a, 21w03a, 1.16.5, 21w06a, 21w08b, 21w13a, 21w14a, 1.17, 1.17.1, 1.18.1, 1.18.2, 1.19, 1.19.2
-
None
-
Confirmed
-
UI
-
Low
-
Platform
The bug
It is possible that the "Leave Bed" button shown while sleeping and the component behind it have mouse focus at the same time. Might affect all buttons in general.
Reproduction steps
- Place a bed
- Set the time to night
/time set night
- Run the following command
/tellraw @s {"text":"Text with hover event aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa","hoverEvent":{"action":"show_text","value":"Hover"},"clickEvent":{"action":"run_command","value":"/say Clicked"}}
- Enter the bed
- Move the mouse at the top border of the button, but also where the text from step 3 would be
The button has focus (white outline) and at the same time the hover text is shown; incorrect rendering is covered byMC-165546 - Perform a left click while the button and the text component have focus
If the mouse is close enough to the border, the text component handles the click (unexpected) instead of the button
- relates to
-
MC-165546 Background of hoverEvent text is rendered behind "Leave Bed" button while sleeping
- Resolved