Bug 22789 - [Transforms] x,y paramters on an image form submit wrong with transforms
Summary: [Transforms] x,y paramters on an image form submit wrong with transforms
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 15670
  Show dependency treegraph
 
Reported: 2008-12-10 10:52 PST by Simon Fraser (smfr)
Modified: 2008-12-10 11:08 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2008-12-10 10:52:38 PST
HTMLInputElement has code that maintains an xPos and yPos, which is submitted for <input type="image">. The code that computes xPos and yPos is not transform-aware.