» Language: English | Japanese

Install Now

FireGestures Install FireGestures 1.1.4.2

Released on: 2008-09-05
Works with: Firefox 2.0 - 3.1b1pre

Changelog

FireGestures 1.1.4.2 − Released on September 03, 2008

x[Firefox3.1] Fixed bug: "Recently Closed Tabs" command no longer works.

60 Comments to “FireGestures 1.1.4.2”

  • Search:

56 Request Bill:

can "Open Page with Internet Explorer" open the page in a ie7's new tab if the ie7 is running?

57 Bug Bill:

when i used the generatePopup method and add this " { label: "Options", oncommand: "openPreferences();" }," to show the options dialog, i found that when the options dialog opend, the popup menu was still remain visible.

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1

58 Gomita:

@Bill:
the popup menu was still remain visible

Try this code:

document.getElementById('FireGesturesPopup').hidePopup();

59 Bug web123lai:

When FireGestures add-on is activated, Hit a Hint add-on couldn't open links.

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1

60 Bill:

@Gomita

"document.getElementById('FireGesturesPopup').hidePopup();" is not work.
my script is

FireGestures.generatePopup(event,
[
{ label: "Downloads", oncommand: "document.getElementById('Tools:Downloads').doCommand();" },
{ label: "Add-ons", oncommand: "document.getElementById('Tools:Addons').doCommand();" },
{ label: "Options", oncommand: "openPreferences();" },
{ label: "Page Info", oncommand: "document.getElementById('View:PageInfo').doCommand();" },
{ label: "Library", oncommand: "document.getElementById('Browser:ShowAllBookmarks').doCommand();" },
]
);

  • Search:

Add Your Comment

Please enter (captha) here:

TOP