bootstrap-ruby / bootstrap-editable-rails

In-place editing with Twitter Bootstrap for Rails
http://rubygems.org/gems/bootstrap-editable-rails
MIT License
216 stars 52 forks source link

bootstrap-datepicker css is out of date/incorrect #22

Closed mthomps closed 9 years ago

mthomps commented 9 years ago

The embedded datepicker css contains some 'top' & 'left' values on the .datepicker-dropdown:before and :after. These values don't exist in the current version of the standalone datepicker and cause a bug where the left column of dates is unclickable when it is oriented on top of an input.

To fix, maybe the datepicker css should be updated, or it should be removed and a dependency added on the bootstrap-datepicker-rails gem.

tkawa commented 9 years ago

Thanks. This gem is based on the build of X-editable for bootstrap 3. However, it seems to lack enough support of datepicker. http://vitalets.github.io/x-editable/demo-bs3.html So, I'm going to remove the part of datepicker from css, and you'll be able to use bootstrap-datepicker-rails gem put together.

mthomps commented 9 years ago

Thanks!

tkawa commented 9 years ago

I've released the new version of the gem! Enjoy!