Re: possible task for newcomers

2014-01-29 Thread Sebastien
Ok, I see it now. The first thing, IMO, is to know whether or not 'eventResize' event is fired (fullcalendar.js)... I guess it is not fired but it is good to be sure... On Wed, Jan 29, 2014 at 4:03 AM, Maxim Solodovnik wrote: > Thanks for the NPE, I'll fix it right now :) (without JIRA) > By Cal

Re: possible task for newcomers

2014-01-29 Thread Maxim Solodovnik
I guess I need to modify both my code (remove jasny-file-upload and add it partially without full bootstrap) and perform the same task with WYSIWYG editor :( seems to be lots of work :( On Wed, Jan 29, 2014 at 5:08 PM, Sebastien wrote: > Ok, I see it now. > The first thing, IMO, is to know whe

Re: possible task for newcomers

2014-01-29 Thread Sebastien
Yes, I imagine... But maybe could you do the opposite: 1/ start with a quickstart and a working calendar 2/ add jasny-file-upload, see how it behaves 3/ remove jasny-file-upload, add wysiwyg, see how it behaves 4/ remove wysiwyg, add bootstrap, see how it behaves Then could can isolate the differ

Re: possible task for newcomers

2014-01-29 Thread Maxim Solodovnik
Thanks! might works, will try :) On Wed, Jan 29, 2014 at 5:23 PM, Sebastien wrote: > Yes, I imagine... But maybe could you do the opposite: > > 1/ start with a quickstart and a working calendar > 2/ add jasny-file-upload, see how it behaves > 3/ remove jasny-file-upload, add wysiwyg, see how it

Re: possible task for newcomers

2014-01-29 Thread Maxim Solodovnik
I guess I have fixed Wysiwyg editor (event resize is still broken, will try debug resize) I'll prepare the patch and will send it via github On Wed, Jan 29, 2014 at 5:41 PM, Maxim Solodovnik wrote: > Thanks! > might works, will try :) > > > On Wed, Jan 29, 2014 at 5:23 PM, Sebastien wrote: > >>

Re: possible task for newcomers

2014-01-29 Thread Maxim Solodovnik
Hello Sebastien, I have found the issue with event resize: It is my window.resize handler: $(window).resize(function() { setCalendarHeight(); } ); Without it calendar is not being resized on window resize With it event resize is broken :( I'll add timer behavior to set Calendar height once in th

Re: possible task for newcomers

2014-01-29 Thread Sebastien
Hi Maxim, Nice investigation !! I remember a discussion about this resize and the weird behavior... But can it be done automatically (because it seems to be) ? http://arshaw.com/fullcalendar/docs/display/windowResize/ Yes I can release 6.13.1, but I would like to upgrade to jQuery UI 1.10.4 first

Re: possible task for newcomers

2014-01-29 Thread Maxim Solodovnik
Unfortunately ivy doesn't allow to easily switch to snapshot :( I need to enter new URL every day :( Will retest with plain 6.13 and will wait for release if will not work, I'm afraid I have small chances to release before next week anyway :) Thanks! On Wed, Jan 29, 2014 at 11:23 PM, Sebastien

Re: possible task for newcomers

2014-01-29 Thread Sebastien
What a pressure on my little shoulders... :p On Wed, Jan 29, 2014 at 5:32 PM, Maxim Solodovnik wrote: > Unfortunately ivy doesn't allow to easily switch to snapshot :( > I need to enter new URL every day :( > > Will retest with plain 6.13 and will wait for release if will not work, > I'm afraid

Re: possible task for newcomers

2014-01-29 Thread Maxim Solodovnik
No pressure, I swear :) On Wed, Jan 29, 2014 at 11:40 PM, Sebastien wrote: > What a pressure on my little shoulders... :p > > > On Wed, Jan 29, 2014 at 5:32 PM, Maxim Solodovnik wrote: > >> Unfortunately ivy doesn't allow to easily switch to snapshot :( >> I need to enter new URL every day :( >

Re: possible task for newcomers

2014-01-29 Thread Sebastien
Hi Maxim, I have merged your pull request, upgraded to jQuery UI 1.10.4 and deployed a snapshot release (6.13.1-SNAPSHOT) in case you want to test it. Do you think the emoticon issue needs something to get fixed in wicket-jquery-ui-plugins? If you confirm me there no more incoming fix (at least fo

Re: possible task for newcomers

2014-01-29 Thread Maxim Solodovnik
Thanks a lot! Emotivon works as expected, no need to fix :) I'll doublecheck snapshot today! On Jan 30, 2014 6:18 AM, "Sebastien" wrote: > Hi Maxim, > > I have merged your pull request, upgraded to jQuery UI 1.10.4 and deployed > a snapshot release (6.13.1-SNAPSHOT) in case you want to test it. >

Re: possible task for newcomers

2014-01-29 Thread Maxim Solodovnik
Works as expected! Thanks again :) On Thu, Jan 30, 2014 at 8:02 AM, Maxim Solodovnik wrote: > Thanks a lot! > Emotivon works as expected, no need to fix :) > I'll doublecheck snapshot today! > On Jan 30, 2014 6:18 AM, "Sebastien" wrote: > >> Hi Maxim, >> >> I have merged your pull request, upgr