DataTables / DataTables/Scroller
Doesn't work if non-pixel value given for scrollY
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 83
- Forks
- 66
- PR merge metrics
- No merged PRs in 30d
Description
The height measurement for the viewport doesn't work correctly if a non-pixel values is given for DataTables' scrollY option (for example give 10em).
See http://datatables.net/forums/discussion/22899 for more.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file or test is named. Start by reproducing the viewport-height problem with DataTables' scrollY set to 10em, then trace the Scroller code that measures the viewport and consult forum discussion 22899. Done means non-pixel scrollY values produce the correct viewport height without breaking pixel values.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100