Bug 55531 - input type=image posted coordinates being affected from scrolling.
Summary: input type=image posted coordinates being affected from scrolling.
Status: RESOLVED DUPLICATE of bug 59701
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: unspecified
Platform: RedHat Enterprise Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-05 02:55 UTC by Darrell Esau
Modified: 2003-07-29 06:43 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darrell Esau 2003-03-05 02:55:02 UTC
Version:            (using KDE KDE 3.1)
Installed from:    RedHat RPMs
Compiler:          using official redhat rpms - redhat 8.1 beta (phoebe3) 
OS:          Linux

This may be the same bug as 28731, however it's not resolved in 3.1. 

HTML to reproduce isn't complicated:

<html><body>
<form method="post" action="something.cgi">
<input type="image" name="coords" src="some_image.png">
</form></body></html>

When you scroll down, the Y coordinate that's sent to the server on POST is affected.  It doesn't appear to calculate the coordinates in relativity to the top left of the image; rather it's using some other value.
Comment 1 John Firebaugh 2003-07-29 06:43:45 UTC

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