Summary: | Regressions in nick completion list sorting behavior | ||
---|---|---|---|
Product: | [Applications] konversation | Reporter: | Frank <francis.earl> |
Component: | tabcompletion | Assignee: | Konversation Developers <konversation-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | hein |
Priority: | NOR | ||
Version: | Git | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Bug Depends on: | |||
Bug Blocks: | 187307 |
Description
Frank
2009-04-24 23:53:16 UTC
Note: The intended behavior, and the behavior we had in Konveration 1.x, is to display the most recently active nickname matching the given prefix in the first slot of the list, and sort the following nicknames alphabetically. If the full list were to be sorted by activity, cycling through the completion list would become unpredictable and thus cumbersome and slow; the intended behavior strikes a solid balance between the common case and predictable behavior for the rest. Now, this report is about the most-recently-active-nick-in-first-slot mechanic not working in the "Shell-Like with Completion Box" completion mode in the KDE 4 port. It does continue to work with "Cycle Nicklist", however. Most likely the completion box listview automatically going alphabetical rather than doing sort-by-insert is the problem here. SVN commit 975708 by psn: Fix the order of the nicks in the completion box the the last active is first. BUG: 190567 M +3 -3 channel.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=975708 |