Bug 165462 - Properties dialog is modal, disabling most of Plasma upon creation
Summary: Properties dialog is modal, disabling most of Plasma upon creation
Status: RESOLVED FIXED
Alias: None
Product: plasma4
Classification: Plasma
Component: widget-folderview (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-01 05:25 UTC by David Benjamin
Modified: 2008-07-03 19:02 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
A patch to libkonq to make the properties dialog non-modal (763 bytes, patch)
2008-07-03 17:28 UTC, Thomas Georgiou
Details
Cosmetic fixes to patch (683 bytes, patch)
2008-07-03 17:33 UTC, Thomas Georgiou
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Benjamin 2008-07-01 05:25:50 UTC
Version:            (using Devel)
Installed from:    Compiled sources
OS:                Linux

When the Properties dialog is opened (right-click icon, select Properties), most of Plasma is disabled (also graying it out in composited kwin, which looks kind of weird).

To be consistent Dolphin, and to avoid disabling much of the user's desktop, the dialog should probably be made non-modal.
Comment 1 Thomas Georgiou 2008-07-03 16:51:00 UTC
This looks to be a bug in konqueror's properties dialog as dolphin's is not modal and folderview seems to be using konqueror's.
Comment 2 Thomas Georgiou 2008-07-03 17:28:49 UTC
Created attachment 25813 [details]
A patch to libkonq to make the properties dialog non-modal

This should fix the bug with folderview and also make the properties dialog in
konqueror non-modal as well
Comment 3 Thomas Georgiou 2008-07-03 17:33:42 UTC
Created attachment 25814 [details]
Cosmetic fixes to patch

Removed old code
Fix indentation
Comment 4 Thomas Georgiou 2008-07-03 19:02:50 UTC
Fixed by svn commit 827712:
Make the properties dialog in libkonq (used by konqueror/folderview) non-modal