Cannot delete files using Konqueror

Bug #493813 reported by Charles Opondo
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
KHTML
Fix Released
Wishlist
Ubuntu One Servers
Fix Released
Medium
Joshua Blount

Bug Description

The ability to delete a file or folder does not work in Konqueror.

I am using Kubuntu 9.10.

Revision history for this message
Roman Yepishev (rye) wrote :

I was not able to reproduce the view problem, the file list is populated in Konqueror.
(Need to test the file list order properly, looks like it is changing upon reloads)

However, delete functionality is really broken.

Here's why:

kdelibs-728671/khtml/ecma/xmlhttprequest.cpp:
void XMLHttpRequest::send(const QString& _body, int& ec)
{
   ...
   if (method == "post") {
     QString protocol = url.protocol().toLower();
     ...

     job = KIO::http_post( url, buf, KIO::HideProgressInfo );
     ...
   }
   else {
> job = KIO::get( url, KIO::NoReload, KIO::HideProgressInfo );
   }
   ...
}

So DELETE method does not get to the server for XMLHttpRequests.

This is a bug in KHTML, so it should be reported to KDE devs. We need to check other browsers using KHTML (and WebKit) too.

Revision history for this message
Roman Yepishev (rye) wrote :

Hello, Charles.

Could you please check whether you are able to browse the files, i.e the folder and file views work as expected?

I was not able to reproduce the issue with the file views, but the issue with file/folder removal is confirmed and this is a bug in Konqueror itself.

Revision history for this message
Charles Opondo (charlesopondo) wrote : Re: [Bug 493813] Re: Cannot view files in Konqueror

The folder views are working, I've just confirmed that while attempting to create screenshots in Konqueror vs. Firefox to demonstrate the problem.

The delete does not work, however.

--- On Mon, 12/14/09, Roman Yepishev <email address hidden> wrote:

From: Roman Yepishev <email address hidden>
Subject: [Bug 493813] Re: Cannot view files in Konqueror
To: <email address hidden>
Date: Monday, December 14, 2009, 10:45 PM

Hello, Charles.

Could you please check whether you are able to browse the files, i.e the
folder and file views work as expected?

I was not able to reproduce the issue with the file views, but the issue
with file/folder removal is confirmed and this is a bug in Konqueror
itself.

--
Cannot view files in Konqueror
https://bugs.launchpad.net/bugs/493813
You received this bug notification because you are a direct subscriber
of the bug.

Status in Ubuntu One Client: New

Bug description:
Browsing using Konqueror, when I select a folder its contents do not appear on the pane that should display the files - instead I see 'Folder is empty' at the top. However folder contents display correctly when browsing in Firefox. Other features, such as the ability to delete a file or folder also don't work in Konqueror.

I am using Kubuntu 9.10.

To unsubscribe from this bug, go to:
https://bugs.launchpad.net/ubuntuone-client/+bug/493813/+subscribe

dobey (dobey)
affects: ubuntuone-client → ubuntuone-servers
Roman Yepishev (rye)
summary: - Cannot view files in Konqueror
+ Cannot delete files using Konqueror
Roman Yepishev (rye)
description: updated
Changed in khtml:
status: Unknown → New
Nicola Larosa (teknico)
Changed in ubuntuone-servers:
assignee: nobody → Joshua Blount (jblount)
importance: Undecided → Medium
status: New → Triaged
Revision history for this message
Joshua Blount (jblount) wrote :

This works now with the latest revision to the files ui

Changed in ubuntuone-servers:
status: Triaged → Fix Released
Changed in khtml:
status: New → Confirmed
Changed in khtml:
status: Confirmed → Fix Released
Changed in khtml:
importance: Unknown → Wishlist
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.