vaadin / full-stack-starter

Public repository for Full Stack Starter issues
https://vaadin.com/start
1 stars 0 forks source link

Clicking on empty space unexpectedly causes editor to pop up #6

Closed mstahv closed 6 years ago

mstahv commented 6 years ago
screen shot 2018-03-14 at 11 36 08
manolo commented 6 years ago

That is intentional, since that is part of the grid row. It can be easily fixed by adapting grid width to the card width, but then grid scroller is moved from window border and it looks odd

mstahv commented 6 years ago

Sure, it may work as coded, but it doesn't work as user expects it to work ;-)

manolo commented 6 years ago

What I meant, is that fixing one issue produces another one, and fixing both needs some workaround. This sort of workarounds in an application that tries to demonstrate simplicity can make the user distract on certain code that it's not relevant. So my question, is this small issue important enough for adding such workaround? otherwise we can move the scroll to the center, but I feel that it could be worst

johannesh2 commented 6 years ago

I agree the clicking behavior currently is confusing. Code should be kept simple so no workarounds please. Making the grid width same as card width would solve the clicking issue and make it more consistent, even though it causes scroll wheel scrolling working only when you mouse-over grid. This is not a priority, but a valid issue anyways

alexberazouski commented 6 years ago

Was fixed. Check the latest version at http://vaadin.com/start