Click and hover events still work when F1 is toggled
Resolved
Fixed
8
The bug
Click and hover events still work for chat messages even if the chat is hidden using F1.
[media]
How to reproduce
Run this command:
/tellraw @s {"text":"Hover over me after pressing F1","hoverEvent":{"action":"show_text","value":"You should not see this; also click me"},"clickEvent":{"action":"run_command","value":"/say Clicked"}}
Toggle F1
Open chat (Press T)
Point your mouse to the text →❌ The hover text still appears, clicking at its position also runs the clickEvent
Can you please say how to recreate?