5 comments (5 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript1,658 stars (1,658 stars)460 forks (460 forks)batch import
help wanted
Description
最大化后,无法最小化了?!
Contributor guide
- Tech stack
- javascript
- Domain
- frontendmobile
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- under 1 hour
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- needs investigation
- Prerequisites
- basic JavaScripttouch events
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- The issue reports a bug where after maximizing an image, it cannot be minimized. Investigate the zoom functionality in the iSlider codebase, likely in the touch event handlers or the image slide logic. Look for the maximize/minimize toggle implementation and identify why the reverse action fails. Check if there is a state variable that is not reset properly.