primefaces / primefaces/primereact
SplitterPanel doesn't expose onMouse and onDrag event handlers
Open
Nobody has claimed this yet.
Type: Enhancement
- Dominant language
- CSS
- Stars
- 8.3k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
SplitterPanel doesn't expose onMouseXXX/onDragXXX.
Related issues: #5169, #7109
Reproducer
https://stackblitz.com/edit/jevsg4?file=src%2FApp.tsx
System Information
primereact 10.8.2
react 18.2
Steps to reproduce the behavior
Test here https://stackblitz.com/edit/jevsg4?file=src%2FApp.tsx
Expected behavior
onMouseXXX/onDragXXX are passed to SplitterPanel.
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
Start with the StackBlitz reproducer and the SplitterPanel component entry point in the PrimeReact repository. Confirm how the panel currently handles mouse and drag interactions, then verify that the requested onMouseXXX/onDragXXX handlers are accepted and invoked as expected in the reproducer.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100