Bug 187793 - cookies hidden in filter dialog
Summary: cookies hidden in filter dialog
Status: RESOLVED DUPLICATE of bug 196975
Alias: None
Product: konqueror
Classification: Applications
Component: kcookiejar (show other bugs)
Version: 4.2.1
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: David Faure
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-21 14:20 UTC by Anders Lund
Modified: 2010-08-18 10:53 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Lund 2009-03-21 14:20:19 UTC
Version:           4.2.1 (KDE 4.2.1) (using 4.2.1 (KDE 4.2.1), Arch Linux)
Compiler:          gcc
OS:                Linux (x86_64) release 2.6.28-ARCH

Are there plans to fix it?

Trying to use the cookie config module in the settings dialg, I have to manually scroll to a specific site to delete cookies, if i use the filter the cookies are hidden for the displayed sites.

Konqueror sends cookies that it should not

I often asked permission for sites to set cookies, even though i did already decide for them, so the cookie database is broken

It does not work :(
Comment 1 Anders Lund 2009-03-21 14:45:50 UTC
Deleting cookies does not seem to take place, probably one would have to kill ALL konqueror processes, and reboot to be safe :-((((((((
Comment 2 A. Spehr 2009-03-21 19:05:16 UTC
Is there anything odd with your kcookiejarrc?

So 1) cookies don't show up if you try to search for them via the filter. 
Ok, I can confirm this.

2) I'm not sure I understand what you're saying here: You are being asked about cookies again? For sites you have already allowed?

I think the second half of this bug is a dup of bug #187792. If you could put further information about 2) on that report, that would be nice. 

Thanks!
Comment 3 Anders Lund 2009-03-21 19:29:31 UTC
I do not see this as exactly the same, what I experience is that I am asked for permission for sites already allowed cookies over and over, in a random pattern. It is not always, and not every site.

Deleting a sites permissions may or may not affect konquerors behavior when reloading a site.

Deleting a sites cookies may or may not affect konquerors behavior when reloading the site.
Comment 4 Anders Lund 2009-03-22 22:10:34 UTC
This is the time to stop using konqueror. Its gotten too much of an obstruction :(
Comment 5 David Faure 2009-03-25 01:18:11 UTC
SVN commit 944073 by dfaure:

Creating child items on demand and a treewidget-search-lineedit are a somewhat odd combination -- it's filtering things that don't exist yet ;)
Fortunately the hostname in child items matches the domain name that the search is done with, so updating the search works, the newly-inserted
 items don't disappear anymore. I wish KTreeWidgetSearchLine would have an option to just filter on toplevel items and accept everything underneath.
CCBUG: 187793


 M  +2 -1      kcookiesmanagement.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=944073
Comment 6 David Faure 2009-03-25 01:34:38 UTC
Did you try with Qt-4.5? The QUrl::fromAce bug is fixed there.
Comment 7 David Faure 2009-03-26 03:03:03 UTC
I applied a fix for the fromAce/toAce bug in branch (but it was just in the settings dialog in fact). Then I did a lot more testing of cookie stuff in trunk and branch and fixed a few bugs, but nothing as big as what's mentionned here.
Please retest after a svn update and report exact steps for how to see the problem if there's still one.
Comment 8 Dawit Alemayehu 2010-08-18 10:53:33 UTC
This too is caused by the bug reported in 196975...

*** This bug has been marked as a duplicate of bug 196975 ***