
npm package v: "4.10.0"
Carousel option is unclickable for option with short name
Need to add as much option for the user to see the carousel (provide name as short as you can, one letter for ex), then there is arrows on both sides which comes on hover, and DIV with className='slider' is hovering almost first element , and if you scroll to the end right arrow div hovers last element as it is hard to click it
added colors to the div so it easier to see what I mean

div should be smaller, perfectly the size as the arrow and do not block user to choose the option
[Bug]
We will prioritize this in our upcoming release.
Thanks for filing this issue. This is a fix that would need to happen in the react-film package, which is managed by @compulim and @spyip. Please feel free to file an issue above and include the link in this thread. This will remain open as a tracking ticket.
I will assign this to compulim. @cwhitten FYI.
Few things you could try:
Even though the flipper is smaller by 50%, it's still blocking 50% of the button.
Need design team input on how to size the flipper. It seems inevitable to have a big portion of the flipper blocking the element.
Adding @Kaiqb to assignees for tracking purposes.
Background:
Actions:
@compulim when you start drafting these ideas, it might be worthwhile to give the carrousel chevron (<) & (>) a dedicated place in the margins at both ends. We can play around with positioning, maybe just like 50% placement and 50% overlap. Or we make the icons a lot smaller in those margins & when a user hovers over the flipper's height does match the top to bottom but width is thinner than current version.
@Quirinevwm do you like this one?
The flipper buttons are placed in padded space outside of the first and last element:

Alignments:

The flipper buttons will be hidden if they are no longer needed:

For a closer look, the highlighted parts are the bounding box of the flipper button, both yellow and blue. As soon as the user clicks on either yellow or blue part, it activates the flipper button.


@compulim, I like it! The natural way of giving the click a padded space on it's own makes sense, with enough space for a click with the 50x padding. Plus, good it will not appear when the canvas is wide enough to show all the SA's.
For the back and forth:
ps. the grey color transparency of the chevron circle seems strong enough, a bit lighter might be even nicer but let's just go with what you have since that stands out.
This is what we have today. The left chevron is not shown until the user move to the right.

So the existing design fulfill your point 1: if the view is at far left (i.e. initially), the left chevron should be hidden, because there is nothing on the left side.
In your point 2, you mentioned we should provide exclusive space to both chevrons.
Combining your point 1 + 2, we provide exclusive space, but we still want to hide the left chevron (initially). That means, at initial, the left side will looks empty like this:

Could you draw up some keyframes to help me understand the animation you want to achieve?
@compulim from the capture shots I did not realize that is what you've intended to do (as before) - so when the user decides to move to the right the left chevron appears ; )

Then this all makes sense what you've shared, looks good with new padding and it will be visible once a user starts scrolling!
(ps just to explain what I meant) :
Based on discussion above, I think it's good to go with @compulim's solution since it will fix the original problem. In terms of fine-tuning the UX, maybe after this change has been implemented we could all meet again for design tweaking. Thoughts?
Yes but to be honest the UX was fine since the initial state was already great, it was only a padding and spacing problem, so what @compulim has is oke!
Most helpful comment
@Quirinevwm do you like this one?
The flipper buttons are placed in padded space outside of the first and last element:
Alignments:
The flipper buttons will be hidden if they are no longer needed:
For a closer look, the highlighted parts are the bounding box of the flipper button, both yellow and blue. As soon as the user clicks on either yellow or blue part, it activates the flipper button.