Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check and fully implement cell states #15

Closed
fjenett opened this issue Oct 26, 2013 · 8 comments
Closed

Check and fully implement cell states #15

fjenett opened this issue Oct 26, 2013 · 8 comments
Assignees
Milestone

Comments

@fjenett
Copy link
Member

fjenett commented Oct 26, 2013

See states here:
https://github.com/motionbank/score-system-frontend/wiki/Lifetime-of-a-cell

Messaging is covered here:
#13

@fjenett
Copy link
Member Author

fjenett commented Oct 29, 2013

  • "sticky" field
  • send "deactivate!" message into iframes
  • in cell-collection: clicking a cell deactivates currently active cell (if not sticky) and sets the clicked one to be the active one

@mlewisosu
Copy link

Something that may have gotten lost in the translation to the state list above was for Vimeo cells to have a loop option, that determines what happens when they get to the end.

Here's the list for reference:

  • when set first loads: poster image displayed, all cell types (option to play content immediately)
  • click on poster image: plays content
  • roll over poster image: displays title and description
  • scroll into view first time (was off screen when set loaded): displays poster image (has rollover behavior)
  • scroll off screen while running: stops running (to speed up browser)
  • scroll BACK into view (was running when it scrolled off screen): displays poster image (w/rollover behavior)
  • content gets to end: (for Vimeo, option to loop; for iframes, content dependent)
  • content in any cell is played: other cells return to poster UNLESS option to keep playing is activated

@martinleopold
Copy link
Member

@mlewisosu I've added a new issue for the vimeo loop option here: #30

@mlewisosu
Copy link

Thanks!

martinleopold added a commit to martinleopold/score-system-frontend that referenced this issue Nov 1, 2013
martinleopold added a commit that referenced this issue Nov 1, 2013
@ghost ghost assigned martinleopold Nov 4, 2013
@mlewisosu
Copy link

Just was testing and it looks like the only thing still missing in the list above is my last item, "content in any cell is played: other cells return to poster UNLESS option to keep playing is activated." We put a vimeo and a couple iframes in a set, and the iframes don't return to poster image when I click/activate/play the vimeo cell.

I also read about and tried the "solo" option in the cell field options list, but it didn't seem to work. I set all three cells to "solo 5" but got the same behavior: the iframes didn't return to poster when I activated the video.

@martinleopold
Copy link
Member

Is this the behavior you are looking for:
http://scores.wp10610991.server-he.de/jbmf/#/set/solo-test

Vimeo cells are set to solo 1, autoload false, autoplay true by default.
IFrames are set to autoload true and solo 0 (false), so I set them to autoload false and solo 1 in the test set above.

(These defaults suit the sets we are building. If you need different ones, let me know)

If you point me at the set you are having trouble with, I can take a look.

@mlewisosu
Copy link

I tried using solo 1 just now with a few iframes/vimeo and it worked. Thanks...
I think that's everything in the list? If you're not aware of anything else missing above I think this can be closed.

@martinleopold
Copy link
Member

"solo" should work with values other than 1 now, just as described in the cell field options list. f8dc7ff

@fjenett fjenett closed this as completed Nov 21, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants