Ticket #1418 (closed bug: worksforme)

Opened 22 months ago

Last modified 21 months ago

Calls to getPlugin().show() / hide() before playerReady not queued

Reported by: pablo Owned by: pablo
Priority: Milestone: Player 5.8
Component: embedding Keywords:
Cc: Forum thread: http://www.longtailvideo.com/support/forums/jw-player/bug-reports/21496/possible-issue-with-icons-and-playlist

Description

Example:

jwplayer('div1').setup(options).getPlugin('display').hide();

The preceding code will not result in the display icon being hidden when rendering in Flash mode, since the Flash player is not initialized when the call to hide the display icon is made. The embedder should queue the call and execute it after playerReady.

Change History

comment:1 Changed 22 months ago by pablo

  • Status changed from new to closed
  • Resolution set to fixed
Last edited 21 months ago by pablo (previous) (diff)

comment:2 Changed 21 months ago by pablo

  • Status changed from closed to reopened
  • Resolution fixed deleted

comment:3 Changed 21 months ago by pablo

  • Status changed from reopened to closed
  • Resolution set to worksforme

It looks like this has gotten fixed somewhere along the way. It works for me as of [1988]

Note: See TracTickets for help on using tickets.