Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: JIRA Issue macro params updated with additional server info

table event changes

Before 3.52 RC 2 the onMouseOver/onMouseOut events was fired incorrectly in cases when the table contained inactive buttons.

  1. When the mouse was outside the table and then entered the table directly on an inactive button, the onMouseOver event was not fired on the table. It was only fired, when the mouse was moved on another element in the table.
  2. When the mouse was inside the table, then moved over an inactive button and then left the table the onMouseOut event was not fired.

This bug was fixed in 3.52 RC2

Jira
serverEgosoft JIRA
serverId9d4eeb41-d1c2-3d89-8ea6-0964f358c464
keyXRUIMOD-27
. If you relied on this buggy behavior, you have to adjust your mod.

Identify the current element the mouse is hovering over to determine whether you are over an inactive button or not.