revolution icon indicating copy to clipboard operation
revolution copied to clipboard

Fix errors when hovering over the action column header

Open theboxer opened this issue 2 years ago • 1 comments

What does it do?

ExtJS is grabbing the header by regex on class 'x-grid3-td-([^\\s]+)', for some reason the class for action column header doesn't populate correctly (when using column model). Manually specifying an id fixes the issue.

Why is it needed?

Get rid of the errors

How to test

Open system settings & console. hover over the action column header. CleanShot 2023-10-17 at 15 15 59

theboxer avatar Oct 17 '23 13:10 theboxer

Probably worth double checking on pages with more than one grid.

Mark-H avatar Feb 10 '24 15:02 Mark-H

Probably worth double checking on pages with more than one grid.

I double-checked this in the one area that has multiple grids that include an actions column (the ACLs) and all works as expected.

smg6511 avatar Mar 26 '24 16:03 smg6511

I was unable to apply this to 3.0.x. If we want this fix on 3.0.x, I'll need the relevant changes submitted against that branch directly.

opengeek avatar Apr 05 '24 15:04 opengeek