Summary: | [testcase] https://activa.caixagalicia.es/ not work correctly | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Javier Jardon <javierjc1982> |
Component: | khtml | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | finex, rakuco |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Keypad (testcase part 1 of 2)
Testcase part 2 of 2 Updated testcase, fixed JS call for the '1' key |
Description
Javier Jardon
2006-09-20 13:32:21 UTC
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 |