Bug 134388 - [testcase] https://activa.caixagalicia.es/ not work correctly
Summary: [testcase] https://activa.caixagalicia.es/ not work correctly
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
: 157279 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-09-20 13:32 UTC by Javier Jardon
Modified: 2010-03-16 15:54 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Keypad (testcase part 1 of 2) (4.20 KB, image/png)
2007-01-07 00:52 UTC, kirun
Details
Testcase part 2 of 2 (1.71 KB, text/html)
2007-01-07 00:55 UTC, kirun
Details
Updated testcase, fixed JS call for the '1' key (1.71 KB, text/html)
2010-03-14 06:03 UTC, Raphael Kubo da Costa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Javier Jardon 2006-09-20 13:32:21 UTC
Version:           3.5.4 (using KDE 3.5.4, Kubuntu Package 4:3.5.4-0ubuntu2~dapper1 )
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.15-27-686

I can't wirte the numbers in the fields because the panel with the numbers not work when i click in it. In mozilla works well.
Comment 1 kirun 2007-01-07 00:52:42 UTC
Created attachment 19141 [details]
Keypad (testcase part 1 of 2)
Comment 2 kirun 2007-01-07 00:55:17 UTC
Created attachment 19142 [details]
Testcase part 2 of 2

This problem seems to be down to position: relative not playing nice with the
image map.
Comment 3 Javier Jardon 2007-04-29 20:13:37 UTC
Reported bug in Ubuntu: https://bugs.launchpad.net/kdebase/+bug/111072
Comment 4 FiNeX 2008-06-01 18:37:36 UTC
Bug confirmed in 3.5.9. In KDE 4 (trunk) you can click on numbers (not all) but the values are wrong.
Comment 5 Frank Reininghaus 2008-07-09 22:04:26 UTC
*** Bug 157279 has been marked as a duplicate of this bug. ***
Comment 6 Javier Jardon 2008-07-23 13:31:22 UTC
Confirming in Konqueror 4.0.98 (4.1 rc1) (Kubuntu packages)
Comment 7 Javier Jardon 2008-12-04 22:24:22 UTC
Confirming in Konqueror 4.1.80 (4.2 beta1) (Kubuntu packages) 
Comment 8 Javier Jardon 2009-01-14 03:39:21 UTC
Confirmed in Konqueror KDE 4.1.96 (4.2 RC1) (Kubuntu packages)
Comment 9 Javier Jardon 2009-02-18 20:37:06 UTC
Confirmed in Konqueror KDE 4.2 (Kubuntu packages) (with webkit part works fine)
Comment 10 Javier Jardon 2009-03-06 03:56:42 UTC
Confirmed in Konqueror KDE 4.2.1 (Kubuntu packages) (with webkit part works fine)
Comment 11 Javier Jardon 2009-04-03 05:26:26 UTC
Confirmed in Konqueror KDE 4.2.2 (Kubuntu packages)
Comment 12 Raphael Kubo da Costa 2010-03-14 06:03:17 UTC
Created attachment 41614 [details]
Updated testcase, fixed JS call for the '1' key
Comment 13 Raphael Kubo da Costa 2010-03-16 15:53:16 UTC
SVN commit 1104041 by rkcosta:

Do not call RenderBox::relativePositionOffset() from RenderImage::nodeAtPoint().

That call, acording to Germain, is likely to be a remnant of the times when nodeAtPoint
didn't pass through RenderLayer.

BUG: 134388


 M  +0 -2      render_image.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1104041
Comment 14 Raphael Kubo da Costa 2010-03-16 15:54:47 UTC
SVN commit 1104042 by rkcosta:

Backport r1104041.

Do not call RenderBox::relativePositionOffset() from RenderImage::nodeAtPoint().

That call, acording to Germain, is likely to be a remnant of the times when nodeAtPoint
didn't pass through RenderLayer.

CCBUG: 134388


 M  +0 -2      render_image.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1104042