Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Datetimepicker not working #83

Closed
adamkudrna opened this issue Aug 1, 2016 · 5 comments
Closed

Datetimepicker not working #83

adamkudrna opened this issue Aug 1, 2016 · 5 comments
Assignees
Labels

Comments

@adamkudrna
Copy link
Member

In the docs, Datetimepicker component does not work and outputs the following in console:

datetimepicker

Error appears both on Forms and JavaScripts pages.

Environment: latest Chrome/OS X, latest Bower components.

@adamkudrna
Copy link
Member Author

Version 2.2.1 is OK, see the docs on production (1 version behind repository): http://docs.bootstrap-ui.com/section-4.html

@crishpeen
Copy link
Member

crishpeen commented Aug 2, 2016

.size()
Returns: Integer
version deprecated: 1.8,
removed: 3.0
sauce: https://api.jquery.com/size/

.size() is removed in jQuery v3, should use .length instead. BUI uses jQuery v3 since updated to twbs/bootstrap v3.3.7.

Also Eonasdan/bootstrap-datetimepicker had latest release almost one year ago, so I don't expect them to fix this bug (there are also over 270 open issues).

Suggested solutions are:

@mbohal
Copy link
Member

mbohal commented Aug 3, 2016

I think we should downgrade for now and start looking for a new datetimepicker. I do not believe that VisionApps has the resources to maintain a datetimepicker component. Im assigning the issue to @adamkudrna as he has the most insight about what it entails to downgrde the bootstrap dependency.

@mbohal mbohal assigned adamkudrna and unassigned mbohal Aug 3, 2016
@stpnkcrk
Copy link

stpnkcrk commented Aug 8, 2016

And what about force usage of jQuery v2? Because Bootstrap v3.3.7 just added support of jQuery v3, not forcing to use it.

As far as I know (and using Bootstrap UI in latest version), I just forced in my bower.json usage of jQuery v2 and everything is working well.

@adamkudrna
Copy link
Member Author

Let's start looking for a new date/time picker: #85

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants