Bugs :  K-Meleon Web Browser Forum
You can talk about issues with k-meleon here.  
bug #927 resurfaced? "Clear all" not working?
Posted by: appledelhi
Date: October 17, 2008 09:00AM

Using k-meleon 1.5.1. The "clear all" menu item doesn't seem to be working again. Did the macro get screwed up again? Can someone please confirm this?

Options: ReplyQuote
Re: bug #927 resurfaced? "Clear all" not working?
Posted by: guenter
Date: October 17, 2008 10:22AM

Use one of the three defaault skins shipped with Your version or forum search
- most skins in wiki are not updated. And will not in near future.



%ifplugin macros & privacy
Clear All{
macros(kPrivacy_ClearAll)
Clear All

privhot.bmp[13]
privcold.bmp[13]
}
%endif

The bold section is the code for clear all macro since 1.1.x.

For older K-meleon use the version specific code.



Edited 1 time(s). Last edit at 10/17/2008 10:22AM by guenter.

Options: ReplyQuote
Re: bug #927 resurfaced? "Clear all" not working?
Posted by: desga2
Date: October 17, 2008 11:24AM

This isn't the problem with Privacy bar button but "Clear All" option in Tools menu.
(Tools -> Privacy -> Clear Data)
I note this problem in 1.5 and 1.5.1.
"Clear All" option not work, but each "Clear ..." separately work.

In menus.cfg code:

&Clear Data{
Clear C&ache=privacy(ClearCache)
Clear &Cookies=privacy(ClearCookies)
Clear Pass&words=privacy(ClearSignon)
Clear &History=privacy(ClearHistory)
Clear &URL Bar History=privacy(ClearMRU)

This sentence type work: privacy(<instruction>)

But in macro code (main.kmm):

kPrivacy_ClearAll{
macroinfo=_("Clear all privacy related data");
plugin(privacy,ClearCache);
plugin(privacy,ClearCookies);
plugin(privacy,ClearHistory);
plugin(privacy,ClearMRU);
plugin(privacy,ClearSignon);
}

This sentence type not work: plugin(privacy,<instruction>);

You can check it easily in URL bar history, thi isn't clear when you select "Clear All" (plugin(privacy,ClearMRU)winking smiley option menu but is clear when you select "Clear URL bar History" (privacy(ClearMRU)).

I think that this is a bug or could be that really macro code must be for example:
plugin("privacy","ClearMRU");(This not work)

K-Meleon in Spanish



Edited 1 time(s). Last edit at 10/19/2008 11:33AM by desga2.

Options: ReplyQuote
Re: bug #927 resurfaced? "Clear all" not working?
Posted by: guenter
Date: October 18, 2008 09:04PM

Did not get that - only knew that there was the problem with the bar.

Options: ReplyQuote
Re: bug #927 resurfaced? "Clear all" not working?
Posted by: desga2
Date: October 21, 2008 04:25PM
Options: ReplyQuote
Re: bug #927 resurfaced? "Clear all" not working?
Posted by: nico
Date: October 21, 2008 05:33PM

accurate "clear all" menu and button is not work for K-Meleon 1.5.0 and 1.5.1

Options: ReplyQuote


K-Meleon forum is powered by Phorum.