gcfavorites / mouselessbrowsing

Automatically exported from code.google.com/p/mouselessbrowsing
0 stars 0 forks source link

MLB not working in Firefox 25 #233

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Upgrade from Firefox 24 to Firefox 25
2. Browse any website
3. Try to "click" a link using MLB.

What is the expected output?
Link gets clicked when the trigger is used (ALT+number for instance).

What do you see instead?
Nothing happens.

What version of the product are you using? On what operating system?
MLB: 0.5.5Build201308082000
OS: Windows 7 

Please provide any additional information below.

Original issue reported on code.google.com by gra...@gmail.com on 30 Oct 2013 at 10:47

GoogleCodeExporter commented 9 years ago
Reason: 
keypress event is no longer dispatched if preventDefault() of preceding keydown 
event is called (bug 501496), see the document of keydown event for the detail.
Renamed the Future interface to Promise (bug 884279). (see 
https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/25)

New version uploaded to AMO.
Will be available after some days.
Manually installable via
https://addons.mozilla.org/en-US/firefox/addon/mouseless-browsing/versions/0.5.6
Build201310302030

Original comment by Rudolf....@gmail.com on 30 Oct 2013 at 7:50