Bug 242516 - krunner displays one one result at a time
Summary: krunner displays one one result at a time
Status: CLOSED FIXED
Alias: None
Product: krunner
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-22 20:46 UTC by David Palacio
Modified: 2010-09-08 18:20 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
ls options, not visible (17.52 KB, image/png)
2010-06-22 20:46 UTC, David Palacio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Palacio 2010-06-22 20:46:29 UTC
Created attachment 48240 [details]
ls options, not visible

Version:           unspecified (using Devel) 
OS:                Linux

KRunner's new fixed size for result list is too small, displaying only one result at a time. If, for example, the command runner returns a result, it is difficult to use with the expanded options view. See screenshot

Reproducible: Always
Comment 1 David Palacio 2010-06-23 01:38:47 UTC
I figured out what is happening:
krunner is set to be: free window (not on top).

With that setting it can not be resized, unlike in screen top mode ( http://www.youtube.com/watch?v=LagzshqS6ms ).

When it is resized in top mode, it adopts the same size in free mode.

If the set size is too big, the window will resize itself to what looks like a smaller hardcoded maximum size.
Comment 2 Antonio 2010-08-26 21:59:16 UTC
True, you can go through the "top edge of screen" mode to resize the krunner results screen for the "free floating window" mode.
But this is still a usability bug, IMHO, because there should be a way to resize without switching modes. I only found this solution through experimenting, which really shouldn't be necessary.
Comment 3 Beat Wolf 2010-09-06 15:56:12 UTC
also affected here in 4.5.1
Comment 4 Aaron J. Seigo 2010-09-06 20:50:30 UTC
SVN commit 1172223 by aseigo:

fix resize for floating mode
BUG:242516


 M  +22 -17    krunnerdialog.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1172223
Comment 5 Aaron J. Seigo 2010-09-06 20:52:17 UTC
SVN commit 1172224 by aseigo:

fix resize for floating mode
BUG:242516


 M  +22 -17    krunnerdialog.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1172224