Bug 85959
Summary: | [Forms] Re-factoring HTMLInputElement for Steppable input type | ||
---|---|---|---|
Product: | WebKit | Reporter: | yosin |
Component: | Forms | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 80009 |
yosin
Not only introducing Decimal arithmetic to steppable input type but also we would like to push steppable input type related code to another place for ease of maintenance, e.g. reduce change conflict, adding new feature to steppable input type.
Following methods will be moved:
* getAllowedValueStepWithDecimalPlaces
* getAllowedValueStep
* applyStep
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
yosin
*** This bug has been marked as a duplicate of bug 82034 ***