motionbank / score-system-frontend

Backbone.js based single app frontend for our score websites.
1 stars 1 forks source link

Can't click on stuff near in-set nav #73

Closed martinleopold closed 10 years ago

martinleopold commented 10 years ago

In-set nav UI has a "hover" zone which prevents the underlying content to receive clicks

mlewisosu commented 10 years ago

I just had people testing ask me about not being able to access unity controls at the bottom, as well as accidentally triggering navigation on the sides above/below the left/right arrows.

Is these both fixed, but just not deployed to our server yet? (thanks)

martinleopold commented 10 years ago

Was just deploying. Should work now.

mlewisosu commented 10 years ago

works thanks!

I think a remaining design dilemma is, if we scroll to something we want to see and put it in the center (e.g. Unity at the bottom of the Impulse set) then the cell's interface controls are inaccessible because of the navigation overlay, unless we scroll our content over to the left or right of the overlay.

Possible solutions:

That's all I can think of!

fjenett commented 10 years ago

We are looking into it ..

martinleopold commented 10 years ago

We think we can implement a class to put on the affected cells (from what we have seen, it's not that many) which simply prevent the Navs from being shown when mousing over the cell.

mlewisosu commented 10 years ago

Sounds good. thanks.