2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript2,200 stars (2,200 stars)346 forks (346 forks)batch import
help wantednew feature
Description
If I have the class "right" on a button should it not be on the generated element too?
Contributor guide
- Tech stack
- javascripthtmlcss
- Domain
- frontend
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- 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.
- clear
- Prerequisites
- Basic JavaScriptFamiliarity with DOM manipulation
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 75
- Research direction
- Start by locating the core file of the Uniform plugin, likely `jquery.uniform.js`. Identify the function that creates the styled wrapper or replacement element for form inputs. Currently, when a class like 'right' is added to the original button, it is not transferred to the generated element. Modify the code to copy all classes from the original input to the wrapper. Check if any existing tests cover class inheritance, and write a simple test to confirm the fix.