NUKnightLab / NUKnightLab/TimelineJS3
Some timeline markers do not expand
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 3.2k
- Forks
- 645
- PR merge metrics
- No merged PRs in 30d
Description
First off, thanks for the great project!
I'm not sure what code logic is tied to this - it seems random to me - but some timeline markers do not expand on hover. The only differentiating thing I can tell from the markup and styling is that the markers that do not expand have an inline style set to width: 100px.
Is this functionality intentional? If so, what's the rationale, and what determines which markers expand or not?
I set up a local copy of the project, but am still getting my feet with it, so haven't made much progress.
Thanks again!
Contributor guide
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
Reproduce the hover behavior in a local copy and compare the markup and styling for markers with and without the inline width: 100px style. Trace the timeline marker hover entry point to determine what controls expansion; done means the behavior is explained and, if unintended, the relevant markers expand consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100