mattlewis92 / angular-calendar

A flexible calendar component for angular 15.0+ that can display events on a month, week or day view.
https://mattlewis92.github.io/angular-calendar/
MIT License
2.72k stars 865 forks source link

All Day events in RTL #1583

Closed Alirz closed 2 years ago

Alirz commented 2 years ago

Describe the bug

Hi Thanks for your very beautiful component, I upgrade to latest version(0.29.0) to have RTL feature for my holidays events unfortunately in RTL form you set negative margin right and that's doesn't work for our web application my entire body is RTL and I don't know why those event with negative margin don't shown in Calendars box and they fall out of my screen I saw your example and that's work properly can you help me to fix it also you can change the calculation in week view template to set it positive.

Screenshots

pic pic1

Versions

12.1.4- @angular/core: 0.29.0- angular-calendar:

matts-bot[bot] commented 2 years ago

Thanks so much for opening an issue! If you'd like me to give priority to answering your issue or would just like to support this project, then please consider sponsoring me

mattlewis92 commented 2 years ago

Hey there! I just ran into this myself and pushed a fix in 0.30.0. Please can you give it a go and let me know if it works for you? Thanks! 🙌

Alirz commented 1 year ago

Thank you, it worked properly but I had to update my angular to 14.