Summary: | choosing a select box entry in konqueror stops all input boxes from refreshing | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Ambroz Bizjak <ambrop7> |
Component: | general | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | drotos, finex, germain, ivo |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Non redirected widget |
Description
Ambroz Bizjak
2008-06-23 00:14:59 UTC
When an item on the combobox is selected with the mouse, the combo box doesn't release the focus. Confirmed using r822759. Created attachment 25638 [details]
Non redirected widget
Removing the widget as redirected makes it avoid this situation. The problem is
showPopup() method, which if you see on console output, will even trigger X
warnings.
Making it non redirected avoids this behavior, as well as not changing parent
widget.
This patch is plain wrong. Obviously, not redirecting the widget makes it impossible to zoom it correctly. Looking in other way of fixing this issue. I was just about to open a new report related to this: hovering on links stops working, the cursor changes shape and you can click but the target is not shown on the status bar. I also checked, and on kde3 it worked fine. fixed by Harri Porten, revision 868030. *** Bug 174064 has been marked as a duplicate of this bug. *** |