The bug
Click and hover events still work for chat messages even if the chat is hidden using F1
.
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 theclickEvent
Can you please say how to recreate?