-
Notifications
You must be signed in to change notification settings - Fork 76
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
Next and Previous Buttons disabled when using jQuery UI 1.12 #72
Comments
Hello Wallenium, I was able to put together a fiddle that shows everything working very nicely together. I was unable to spot the problem in your code, it should work fine. But I am unable to debug your code on your site, this is why we usually try to work in JS FIddle, so we can collaborate on code together. Take a look at the fiddle I have put together here and see if you can adjust your code accordingly. Hard to tell, but to me, it looks like you are doing everything correctly. Your code works very well in JS Fiddle. https://jsfiddle.net/kidsysco/a6kq6v5q/ Let me know how this goes. Thanks -kid |
Nice job BTW. That is a very interesting UI and I don't think anyone here has EVER thought of using the month picker like you are doing here. This is very clever and creative thinking you are doing here. Good job! @benjamin-albert @bsienn - You guys should take a look at what Wallenium is doing with the plugin when you get a chance. I always find it very rewarding when someone uses technology in interesting ways. |
Yes, I totally agree with you. I see no reason as to why the ui-state-disabled class was being added. Most importantly, have FUN while coding this weekend @bsienn! |
@wallenium Thank you for opening an issue and helping us make this project better for everyone! This is happening because (as I've mentioned in #38) my jQuery UI button hacks do not work with the revamped CSS of jQuery UI 1.12 or greater. When I opened #38 jQuery UI 1.12 was still in Bate and I decided to wait until a user runs into this as an issue before writing support for jQuery 3 and jQuery UI 1.12. You can easily solve this issue by downgrading to the latest version of jQuery 2 and jQuery UI 1.11. I will also open an issue discussing my ideas for supporting the new jQuery/jQuery UI versions. As I've mentioned in #71 I am currently really busy furnishing my new apartment on my free time. Hopefully I can get around to this and other issues that need to be done around here soon. @KidSysco You can also reach me on Slack and I will try to respond. |
I guess we can also mention this in the installation section of the Wiki. |
First: thanks a lot fit your help. Pretty impressive @benjamin-albert sadly downgrade is not an Option for us.. if there is a workaround, would be Great if You Could share it :) not sure why not supporting the latest ui Version. Kind regards |
@wallenium I am planning to implement support for jQuery UI 1.12 as soon as I finish setting up my apartment. This should happen sometime at the beginning of April (next month). In the meanwhile you have a few of options:
|
i Chose Option 1. Might not be the best implementation, but works for me. Feel free to improve it further. by the way: http://kompsoft.de/test/eqdkp/ajax/calendarmonthcheck/demos/basic-views.html Is now a bit better styled than before ;) |
Hi All, To fix the issue with jqueryUI 1.12, I have just commented the lines starting with _setDisabled(this.prev_Button and _setDisabled(this.next_Button And I also made some updates of the MonthPicker.css file to fix display issues:
|
@Iznogood1 Welcome to GitHub! Whenever you want to propose changes on GitHub you:
|
Hi Folks,
I have a small tester here: http://kompsoft.de/test/eqdkp/ajax/calendarmonthcheck/demos/basic-views.html
if you click on the month Name in the Header, the monthpicker Shows up. All working. Only Thing currently not working is the previous and next button. These Buttons are disabled.
Any idea? Maybe fullcalendar intereferes with the Dates?
The text was updated successfully, but these errors were encountered: