Bug 60567

Summary: Wrong coordinates returned on large server side image maps
Product: [Applications] konqueror Reporter: William Berggren <bill.berggren>
Component: khtmlAssignee: Konqueror Bugs <konqueror-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description William Berggren 2003-07-01 08:00:24 UTC
Version:            (using KDE KDE 3.1.1)
Installed from:    Debian testing/unstable Packages
OS:          Linux

I am pretty sure this is a bug.  Say you have a large image map 600x800, and you window is open all the way and you scroll down the image.  If you click say 500,700 ,  You will probably get coordinate 500,300 in the url such as:

http://www.phpcad.com/index.php?500,300.
Comment 1 William Berggren 2003-07-01 08:03:48 UTC
Here is the example code: 
 
<a href='index.php'><img border=0 src='large.jpg' ismap alt='zzz'></a> 
Comment 2 Thiago Macieira 2003-07-02 12:19:38 UTC
Hello, I'm sure to have seen this bug be reported once and I can confirm it. The 
problem occurs when you scroll down a bit. 
 
I found these other bug reports that are probably symptoms of the same problem: 
bug #57144 and bug #55531. I'm sure there's at least one more. 
Comment 3 Tim Woodall 2003-07-08 22:22:17 UTC
Bug 59701 is another duplicate 
Comment 4 Thiago Macieira 2003-07-09 02:09:16 UTC
That's the one I was looking for. Thanks. 

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