elcodi / bamboo

Meet Bamboo, an e-commerce project built on top of Elcodi and Symfony. Give us a star to support our project :)
http://bamboo.elcodi.com
MIT License
198 stars 44 forks source link

DateTime / Hour widget display issue on coupon section. #655

Closed fjavier-moreno closed 8 years ago

fjavier-moreno commented 8 years ago

You can view this issue in http://bamboo.elcodi.com/admin/coupons and editing a coupon.

captura de pantalla de 2015-12-02 17 56 23

mmoreram commented 8 years ago

@fjavier-moreno I can see it properly in my computer.

ping @tonipinel Is this problem related to frontendcore or just to the browser itself? Anyway, is this solvable somehow?

Thanks.

tonipinel commented 8 years ago

This problem is because @fjavier-moreno 's browser doesn't have a native date time component and it's using a polyfill, but it seems there is a problem with the overflow hidden properties. I will include in a PR with some other bug fixing soon.

tonipinel commented 8 years ago

@mmoreram can you assign this to me?

mmoreram commented 8 years ago

@fjavier-moreno merged. Can you please check this and close the issue if is solved?

Thanks.

fjavier-moreno commented 8 years ago

Great. Fixed.

Thxs team!