onMouseEnter and onMouseExit simply don't fire when added to RscControlGroup (Type 15) despite the Biki entry saying that those handlers should work with every control.
Description
Description
Details
Details
- Legacy ID
- 3738867741
- Severity
- None
- Resolution
- Open
- Reproducibility
- Always
- Category
- Config
Steps To Reproduce
Simply add
onMouseEnter = "systemchat ""Enter"";";
onMouseExit = "systemchat ""Exit"";";
to a RscControlGroup Control (with a background control, so one can see the dimension) and test. No text will show up in the chat.