"Copy link(s)" in page info dialog desn't work

Discussion of bugs in Seamonkey
Post Reply
Linda-chan
Posts: 1
Joined: January 27th, 2015, 11:59 pm

"Copy link(s)" in page info dialog desn't work

Post by Linda-chan »

Few versions ago it was broken and still doesn't work. When I select some links in Page Info dialog and select "Copy link(s)" in context menu, nothing happen. At same time I get this error in Error Console:

Code: Select all

Ошибка: ReferenceError: gClipboardHelper is not defined
Источник: chrome://navigator/content/pageinfo/pageInfo.js
Строка: 1372


Looks like constant gClipboardHelper is defined out of scope of doCopy() function.

// Also drag and drop form links list doesn't work as expected. When I select multiple items and drag them to another program, only item under cursor is copied.
User avatar
ElTxolo
Posts: 2810
Joined: July 30th, 2007, 9:35 am
Location: Localhost

Re: "Copy link(s)" in page info dialog desn't work

Post by ElTxolo »

Linda-chan wrote:Few versions ago it was broken and still doesn't work. When I select some links in Page Info dialog and select "Copy link(s)" in context menu, nothing happen. At same time I get this error in Error Console:

Code: Select all

Ошибка: ReferenceError: gClipboardHelper is not defined
Источник: chrome://navigator/content/pageinfo/pageInfo.js
Строка: 1372


Looks like constant gClipboardHelper is defined out of scope of doCopy() function.

// Also drag and drop form links list doesn't work as expected. When I select multiple items and drag them to another program, only item under cursor is copied.

    Same problem, using SeaMonkey on GNU/Linux! #-o
How to Ask Questions The Smart Way - How to Report Bugs Effectively ;)
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20240318 SeaMonkey/2.53.18.2
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20240416 SeaMonkey/2.53.19 :lildevil:

~
User avatar
therube
Posts: 21714
Joined: March 10th, 2004, 9:59 pm
Location: Maryland USA

Re: "Copy link(s)" in page info dialog desn't work

Post by therube »

Fire 750, bring back 250.
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball CopyURL+ FetchTextURL FlashGot NoScript
User avatar
ElTxolo
Posts: 2810
Joined: July 30th, 2007, 9:35 am
Location: Localhost

Re: "Copy link(s)" in page info dialog desn't work

Post by ElTxolo »

How to Ask Questions The Smart Way - How to Report Bugs Effectively ;)
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20240318 SeaMonkey/2.53.18.2
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20240416 SeaMonkey/2.53.19 :lildevil:

~
Post Reply