supernginx / flowplayer-core

Automatically exported from code.google.com/p/flowplayer-core
0 stars 0 forks source link

brselect: controlbar hd button stops working after several switches #502

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Can be observed in our own demo at the plugin page:
http://flowplayer.org/plugins/streaming/brselect.html

The dock button does not have that problem.

See also:
https://github.com/flowplayer/site/issues/334

Original issue reported on code.google.com by blacktrashproduct on 31 Mar 2012 at 3:52

GoogleCodeExporter commented 8 years ago
the toggle feature of the button itself is going into disabled state for some 
reason. 

Original comment by dani...@electroteque.org on 1 Apr 2012 at 6:21

GoogleCodeExporter commented 8 years ago
bug in controlbar, when showing from a hidden state, it's resetting the enabled 
settings for the widgets when displaying and because the hd button is a custom 
widget it sets it to false. 

Original comment by dani...@electroteque.org on 1 Apr 2012 at 8:00

GoogleCodeExporter commented 8 years ago
api issue with the controlbar its resetting the widget enable states back to 
its original enabled config which is false. There is two possible work arounds 
or changes required in controls. 

Original comment by dani...@electroteque.org on 1 Apr 2012 at 8:45

GoogleCodeExporter commented 8 years ago
setting configuring on stage load happen once this fixes it. 

Original comment by dani...@electroteque.org on 1 Apr 2012 at 9:05

GoogleCodeExporter commented 8 years ago
funadmental flaw in the controlbar, I fixed it, by changing the widget api a 
little, by setting the controls config when the widget is enabled if bitrate 
toggling is available. There is many places where the controls is reconfigured 
so the same problem would happen there too. Will discuss regarding disabling 
stage event on the controls which seems unnecessary for it to function by 
changing the settings each time autohide shows the controls, it functions 
perfect without doing this again and again. 

http://dl.dropbox.com/u/3394987/flowplayer.bitrateselect-3.2.8.zip

Original comment by dani...@electroteque.org on 1 Apr 2012 at 10:05

GoogleCodeExporter commented 8 years ago
correction http://dl.dropbox.com/u/3394987/flowplayer.bitrateselect-3.2.9.zip

Original comment by dani...@electroteque.org on 1 Apr 2012 at 10:21

GoogleCodeExporter commented 8 years ago
any luck with this ? 

Original comment by dani...@electroteque.org on 2 Apr 2012 at 8:48

GoogleCodeExporter commented 8 years ago
provided a fix but will discuss a better way later. closing for now. 

Original comment by dani...@electroteque.org on 3 Apr 2012 at 5:49