Orif N.

Results 5 comments of Orif N.

@thedustinsmith, console logs also show **0** for elements **height** and **width** at [L1133](https://github.com/Foliotek/Croppie/blob/master/croppie.js#L1133) and [L1172](https://github.com/Foliotek/Croppie/blob/master/croppie.js#L1172). Btw, I also have checked it with latest Chrome version (66.0.3359.181) and can confirm @lacek's...

@heitorcolangelo In my case its about adding/deleting a dot decoration under the selected date. To achieve this I used a [decorator sample](https://github.com/prolificinteractive/material-calendarview/blob/master/sample/src/main/java/com/prolificinteractive/materialcalendarview/sample/decorators/EventDecorator.java). So, I want to delete previously added dot...

@heitorcolangelo unfortunately it didn't worked :( here is what I did: private MaterialCalendarView widget; private RemoveDecorator decoratorReference; private List calendarDays = new ArrayList(); private void removeEvent(CalendarDay day) { calendarDays.remove(day); decoratorReference...

@heitorcolangelo > Ifyou do that, you'll never remove the correct decorator instance from calendar. But I already able to remove the decorator (have a look to attached GIF-demo where I...

So, guys how look your plans (month/year) for new release version to Bower? We still on a **ng-jsoneditor:master** version for bower which is a bit danger for our project :)...