Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mromero2908 opened this issue Jun 18, 2018 · 3 comments

Comments

@mromero2908
Copy link

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

@mromero2908 mromero2908 changed the title The checkbox moves up when trying to check / uncheck it. The checkbox moves to the top of the cell when trying to check/uncheck it in Apex 18. Jun 18, 2018
@daniel-lo
Copy link

Likewise :-(

@w1tebear
Copy link

w1tebear commented May 7, 2019

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; }

@ekbda
Copy link

ekbda commented May 29, 2019

Just downloaded and got the same problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants