apex-plugin-ig_simple_checkbox icon indicating copy to clipboard operation
apex-plugin-ig_simple_checkbox copied to clipboard

The checkbox moves to the top of the cell when trying to check/uncheck it in Apex 18.

Open mromero2908 opened this issue 7 years ago • 3 comments

The checkbox moves up when trying to check/uncheck it in Apex 18.

mromero2908 avatar Jun 18 '18 23:06 mromero2908

Likewise :-(

daniel-lo avatar Oct 31 '18 12:10 daniel-lo

I'm sure this is a terrible kludge, but I used the following as a workaround (APEX 18.1):

  • Add a CSS Class to the column item - 'fix-ig-single-cb'
  • Add the following to the page inline CSS: .a-GV-table td.a-GV-cell.is-active.fix-ig-single-cb>div.a-GV-columnItem { align-items: center; }

w1tebear avatar May 07 '19 20:05 w1tebear

Just downloaded and got the same problem.

ekbda avatar May 29 '19 12:05 ekbda