aces / Loris

LORIS is a web-accessible database solution for longitudinal multi-site studies.
GNU General Public License v3.0
142 stars 172 forks source link

Frozen headers of DataTable misalign with data rows #5067

Open zaliqarosli opened 5 years ago

zaliqarosli commented 5 years ago

original issue on redmine: https://redmine.cbrain.mcgill.ca/issues/14992 originally reported in mri_violations but appears across all modules:

when scrolling right followed by a scrolling down, table gets all funky (header row not aligned with data rows) (see screenshot 3) [Firefox and Safari] i.e. the headers jump back to all the way left

The actual issues are:

  1. frozenHeaders are always misaligned 2. on scrolling up and exiting frozen headers, followed by horizontally scrolling, followed by scrolling down and re-triggering them, frozen headers only remember their last position.
zaliqarosli commented 5 years ago

edit:

2. on scrolling up and exiting frozen headers, followed by horizontally scrolling, followed by scrolling down and re-triggering them, frozen headers only remember their last position.

the second issue is linked to https://github.com/aces/Loris/issues/5068 and is fixed by https://github.com/aces/Loris/pull/5069

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.