Bug 85959 - [Forms] Re-factoring HTMLInputElement for Steppable input type
Summary: [Forms] Re-factoring HTMLInputElement for Steppable input type
Status: RESOLVED DUPLICATE of bug 82034
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 80009
  Show dependency treegraph
 
Reported: 2012-05-08 23:57 PDT by yosin
Modified: 2012-05-09 00:00 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yosin 2012-05-08 23:57:18 PDT
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
Comment 1 yosin 2012-05-09 00:00:19 PDT

*** This bug has been marked as a duplicate of bug 82034 ***