Bug 60567 - Wrong coordinates returned on large server side image maps
Summary: Wrong coordinates returned on large server side image maps
Status: RESOLVED DUPLICATE of bug 59701
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-01 08:00 UTC by William Berggren
Modified: 2003-07-09 02:09 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 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 ***