)]}'
{
  "commit": "c5fb5a08db34368038c12df4e80079f9df4feae6",
  "tree": "dbadad62ec1297900b19d77cd1891f0c0b8c0978",
  "parents": [
    "1dce3d897d4e8164ec2be436721b710cb2590bad"
  ],
  "author": {
    "name": "Hugo Ferreira",
    "email": "32980209+SolidSoft-Lda@users.noreply.github.com",
    "time": "Wed May 06 20:38:32 2026 +0100"
  },
  "committer": {
    "name": "Hugo Ferreira",
    "email": "32980209+SolidSoft-Lda@users.noreply.github.com",
    "time": "Wed May 06 20:38:32 2026 +0100"
  },
  "message": "VirtualDataGrid: move column sync into wheelHandler\n\n- scrollHandler relied on the async scroll event to propagate scrollTop and call layout() on sibling columns; on slow machines with heavy renderers one frame was visible with the column under the cursor already scrolled while the others lagged behind\n- wheelHandler now applies scrollTop + layout() on every column inside the handler itself, before paint, so the browser commits a single aligned frame\n- scrollHandler still covers non-wheel paths (keyboard, scrollbar drag, programmatic scroll), reusing the new syncSiblings helper\n- Dropped isAreaFocus and the mouseover/mouseleave listeners: they had become redundant (wheel events only fire where the cursor is) and blocked legitimate sync whenever the flag stayed stuck on false\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "a0f4c2bf13c0d6b821661710b6dffc48c1ca1297",
      "old_mode": 33188,
      "old_path": "frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/layouts/VirtualDataGridListAreaLayout.as",
      "new_id": "1aae86d8d85361c64b4812862b499088f1c2a72d",
      "new_mode": 33188,
      "new_path": "frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/layouts/VirtualDataGridListAreaLayout.as"
    }
  ]
}
