fullcalendar / fullcalendar-angular

The official Angular component for FullCalendar
https://fullcalendar.io/docs/angular
MIT License
1.07k stars 175 forks source link

Dot markers in ListView mode do not render properly when the borderColor property is set on the event. #366

Closed maurice85 closed 3 years ago

maurice85 commented 3 years ago

Please see my recreation here https://codesandbox.io/s/affectionate-bogdan-0yswp Click on the List mode button on the right and look at the color of the dot marker of "All-day event". The dotmarker is black because borderColor: is set to "#000000". This overrides the red values of backgroundColor and color. When i remove borderColor: "#000000" the dot marker will be displayed as red as it should be. In previous versions i was able to set all three properties without them interferring with each other. But now borderColor causes the entire dot marker to become black.

acerix commented 3 years ago

I believe this existing ticket captures this need: https://github.com/fullcalendar/fullcalendar/issues/5533 ↑ Please visit the above issue, give a 👍 to vote (?), press the 🔈Subscribe button to receive updates.

maurice85 commented 3 years ago

Dear Dylan,

Did you check out my codesandbox example? I already tried adding eventDisplay: "block". This does nothing for the dot marker in LIST view. Please check my example here. https://codesandbox.io/s/affectionate-bogdan-0yswp Also, I am using the angular connector. Could you reopen the issue please?

Regards,

Maurice

On Mon, Apr 12, 2021 at 8:56 PM Dylan Ferris @.***> wrote:

Closed #366 https://github.com/fullcalendar/fullcalendar-angular/issues/366.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/fullcalendar/fullcalendar-angular/issues/366#event-4584039869, or unsubscribe https://github.com/notifications/unsubscribe-auth/AESHUAG6DYIGIHLSWV4WAQDTIM66LANCNFSM42W63J6A .

acerix commented 3 years ago

In the list view, events are always displayed as "list-item" so it's the same issue as in #5533. As a workaround, you can override the colors like this:

https://fullcalendar.io/docs/list-view#event-appearance