General :  K-Meleon Web Browser Forum
General discussion about K-Meleon 
Go_Reset and Go_Copy macros not working?
Posted by: SoerenB
Date: August 14, 2010 02:36PM

Hi,

those 2 macros come with the main.kmm. They don't work here when called from the GoButton's context menu.
("Reset URL Bar" and "Copy" items).

Can anybody confirm that, or is that due to my own over- and misconfiguration?

No big deal, though - if it IS confirmed, I'll simply comment them out. Don't use them often, anyway.

Cheers
SoerenB


Back again ...

Options: ReplyQuote
Re: Go_Reset and Go_Copy macros not working?
Posted by: JamesD
Date: August 14, 2010 05:05PM

I don't see that they do anything. I will go and try them on 1.5.4 and see what they do there. I have never used any of the functions on the right click from that button.

Edit:

I tried the reset URLbar and I think it works the same in 1.5.4 and 1.6.0a4. What I found was that if I typed some text in the URL bar and did the reset, the text went away and the URL of the current page appeared in the bar.

I cannot figure out what 'copy' is supposed to do. Does any know what function that is supposed to preform?



Edited 1 time(s). Last edit at 08/14/2010 05:16PM by JamesD.

Options: ReplyQuote
Re: Go_Reset and Go_Copy macros not working?
Posted by: jsnj
Date: August 14, 2010 06:01PM

Copy is as simple as it sounds. It copies the URL contents to the clipboard, but doesn't work for some reason in 1.6a4. Not sure why. Macro looks fine.

Reset URL bar works for me in 1.6a4.

Options: ReplyQuote
Re: Go_Reset and Go_Copy macros not working?
Posted by: siria
Date: August 14, 2010 06:03PM

"Reset" works fine here (KM154 on old machine).
"Copy" not. The status bar explains when hovering over "copy" what it's supposed to do:
"Copy URL bar contents to the clipboard"

Two more functions that I never consciously noticed, oops ;-) Although I'm quite often using other stuff from that handy menu button!
On a side note, perhaps one should rename the Duplicate-entry, because no one seems to find it without that name :cool:

Options: ReplyQuote
Re: Go_Reset and Go_Copy macros not working?
Posted by: JamesD
Date: August 14, 2010 06:25PM

Copy does not work in 1.5.4 or 1.6.0a4. It does work in 1.1.6.

There are only two command IDs involved. This is code for Go_Copy.
Go_Copy{
macroinfo=_("Copy URL Bar contents to the Clipboard");
id(ID_SELECT_URL); id(ID_EDIT_COPY);
}

One of those two Command IDs no longer functions like it did in version 1.1.6.

Options: ReplyQuote
Re: Go_Reset and Go_Copy macros not working?
Posted by: desga2
Date: August 14, 2010 11:21PM

Please, can someone report this bug?
id(ID_EDIT_COPY); not work in "Copy" option of "Go" toolbar button.
Not work in KM 1.5.4 and KM 1.6.0a4.

Thanks.

K-Meleon in Spanish



Edited 1 time(s). Last edit at 08/14/2010 11:22PM by desga2.

Options: ReplyQuote
Re: Go_Reset and Go_Copy macros not working?
Posted by: ndebord
Date: August 15, 2010 12:42AM

desga2,

Submitted as you described it:

Bug 1258 - Go Copy Bug

d(ID_EDIT_COPY); not work in "Copy" option of "Go" toolbar button.
Not work in KM 1.5.4 and KM 1.6.0a4.

N

Options: ReplyQuote


K-Meleon forum is powered by Phorum.