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.
Created attachment 19141 [details] Keypad (testcase part 1 of 2)
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.
Reported bug in Ubuntu: https://bugs.launchpad.net/kdebase/+bug/111072
Bug confirmed in 3.5.9. In KDE 4 (trunk) you can click on numbers (not all) but the values are wrong.
*** Bug 157279 has been marked as a duplicate of this bug. ***
Confirming in Konqueror 4.0.98 (4.1 rc1) (Kubuntu packages)
Confirming in Konqueror 4.1.80 (4.2 beta1) (Kubuntu packages)
Confirmed in Konqueror KDE 4.1.96 (4.2 RC1) (Kubuntu packages)
Confirmed in Konqueror KDE 4.2 (Kubuntu packages) (with webkit part works fine)
Confirmed in Konqueror KDE 4.2.1 (Kubuntu packages) (with webkit part works fine)
Confirmed in Konqueror KDE 4.2.2 (Kubuntu packages)
Created attachment 41614 [details] Updated testcase, fixed JS call for the '1' key
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
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