Bug 165462

Summary: Properties dialog is modal, disabling most of Plasma upon creation
Product: [Plasma] plasma4 Reporter: David Benjamin <davidben>
Component: widget-folderviewAssignee: Plasma Bugs List <plasma-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: faure
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: A patch to libkonq to make the properties dialog non-modal
Cosmetic fixes to patch

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