Bug 55531

Summary: input type=image posted coordinates being affected from scrolling.
Product: [Applications] konqueror Reporter: Darrell Esau <desau>
Component: khtmlAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: RedHat Enterprise Linux   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

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 ***