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 <[email protected]>wrote: > Thanks for the NPE, I'll fix it right now :) (without JIRA) > By Calendar resize issue I mean: events are not being resized in weekly > view :( some conflicts seems to remain. > Will try to figure out how to handle it > > > On Wed, Jan 29, 2014 at 6:07 AM, Sebastien <[email protected]> wrote: > >> Hi Maxim, >> >> Thanks for the update, I checked out the new code, compiled and run the >> app. >> >> My short feedback: >> - It is really better ! :) >> - I do not have the calendar event resize issue (I did not test before >> your commit) >> - I see the emoticon dropdown issue, I will try to investigate on Thursday >> - I've got.... a NPE in >> http://localhost:5080/openmeetings/#profile/messages, by trying to send >> a mail. I filled the contact and clicked send. If the message is empty, the >> NPE occurs >> Would you like I open an issue in JIRA? >> >> java.lang.NullPointerException >> at >> org.apache.openmeetings.web.user.profile.MessageDialog.onSubmit(MessageDialog.java:196) >> at >> com.googlecode.wicket.jquery.ui.widget.dialog.AbstractFormDialog$DialogFormSubmitter.onSubmit(AbstractFormDialog.java:279) >> >> >> Which corresponds to >> getBean(MailHandler.class).send(to.getAdresses().getEmail(), >> WebSession.getString(1301) + p.getSubject(), >> *p.getMessage()*.replaceAll("\\<.*?>", >> "") + aLinkHTML); >> >> Best regards, >> Sebastien >> >> On Tue, Jan 28, 2014 at 6:28 PM, Maxim Solodovnik >> <[email protected]>wrote: >> >>> Seems like rendering bootstrap*.js resources on the very top partially >>> fixes the issues >>> Unfortunately not all of them :( >>> >>> Calendar event resize and emotion icons drop-down are still broken :( >>> I'll commit my changes >>> Maybe it will be helpful >>> >>> > > > -- > WBR > Maxim aka solomax >
