Summary: | krunner cuts off the last character on opening webpages | ||
---|---|---|---|
Product: | [Plasma] krunner | Reporter: | Wolfgang Mader <Wolfgang_Mader> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kdebugs.20.chth |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Wolfgang Mader
2008-02-01 09:05:36 UTC
*** Bug has been marked as fixed ***. Is it fixed in 4.0.x ? I still get that behaviour in 4.0.3. It is still in KDE 4.0.3 from http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu. *** Bug 160984 has been marked as a duplicate of this bug. *** Is still not fixed in 4.0.4 (openSUSE 11.0 beta 3). Please reopen it!!! I'm not a KDE programmer, but my interpretation would be this: To reproduce, you have to type the adress quite fast. With each character you type, the list of proposals gets updated - however, this needs some time, maybe 0.5 sec. When you type "www.opensuse.or" then the proposal is something like "open URL www.opensuse.or". When you now type the final "g" and than you press "return" immediatly, there isn't enough time to update the list of proposals, there is still displayed "open URL www.opensuse.or". When "return" is pressed, KRunner should _not_ execute the actual proposal, but process first all other characters still not processed and _than_ calculate a new list of proposals. _Than_ execute the action! This bug is very, very annoying!!! I'm using an Intel Dual Core processor and have 2GB RAM, so my computer is fast. And I'm able to touch-type (with all 10 fingers and without viewing the keybord) quite fast, and I don't want write slower just because I'm using KRunner. the fix for this required some adjustments to the API in libplasma. it's fixed in 4.1. |