You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Bug in Context Menu in 3.1.1 Commercial Created Jul 6, 2009

This thread is solved

Views: 954     Replies: 1     Last reply Jul 29, 2009  
You must login first before you can use this feature

MoD

Posts: 5

Registered:
Jun 25, 2009

Bug in Context Menu in 3.1.1 Commercial

Posted: Jul 6, 2009

Hi,

We have found a bug with the commercial version of Flowplayer, version 3.1.1. If you configure the context menu with a list of items such as the following:


contextMenu: [
                
    "Media on Demand",
    '-',
    { "Link1" : function() { location.href = "http://flowplayer.org/"; } },
    { "Link2" : function() { location.href = "http://www.mediaondemand.net/"; } },
    { "Link3" : function() { location.href = "http://www.google.com/ncr"; } }
]

...then if you right-click on Flowplayer and choose...

Link1: Nothing happens
Link2: The action for Link1 happens
Link3: The action for Link2 happens

This only seems to happen after a separator. If you remove the separator, the menu items behave as expected.

Thanks.

Anssi
Flowplayer Flash & video streaming developer

Posts: 818

Registered:
Jul 24, 2007

» Bug in Context Menu in 3.1.1 Commercial

Posted: Jul 29, 2009

Reply to: Bug in Context Menu in 3.1.1 Commercial, from MoD
This fix is now out with version 3.1.2

Anssi