Summary: | [regression] unexpected highlightning in select elements | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Christophe Marin <christophe> |
Component: | general | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ereslibre, finex |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Screencast (ogv)
Send move events to the correct widget |
Description
Christophe Marin
2008-06-22 14:52:34 UTC
Created attachment 25519 [details]
Screencast (ogv)
Screencast (ogg video)
Confirmed using 822759. Created attachment 25637 [details]
Send move events to the correct widget
I have written this patch which sends the events to the correct widget.
SVN commit 829449 by ereslibre: Send mouse move events to the correct widget. BUG: 164664 M +8 -6 render_replaced.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=829449 SVN commit 829767 by ggarand: another late one ;-/ Have to revert r829449 for now, as it breaks selection in iframes. My bad for reviewing it so late it couldn't be properly tested. CCBUG: 164664 CCMAIL: ereslibre@kde.org M +6 -8 render_replaced.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=829767 Reopen bug, since the commit has been reverted. Revision 861919 on trunk should fix this problem. Backporting. |