Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event Display as 'list-item' in DayGrid doesn't render correctly for timed events #18

Open
samuraii78 opened this issue Oct 8, 2020 · 4 comments
Labels
bug Something isn't working

Comments

@samuraii78
Copy link

The HTML elements for 'list-item' are not rendered when overriding 'block'.

Currently if the option is changed globally for all events from 'block' to 'auto' or 'list-item' the event is not rendered correctly for timed events. Full day events look fine as they are block displayed by default.

Would there be any way of adding a customization to the way events are displayed i.e. 'list-item' in Daygrid?

@Gustl22
Copy link
Collaborator

Gustl22 commented Oct 10, 2020

Thx for your Feedback. You are right. That has to do with the structure of MUI Tooltip (React) and its Integration in eventContent.

As a workaround: if disabling Tooltips in Settings you shouldn't get these results.

I try to fix this for most cases. But I hope there will be a direct solution by FC, where I can simply pass the existing event content through the MUI Tooltip :) Best regards.

@samuraii78
Copy link
Author

Thanks for the prompt response @Gustl22!

Disabling tooltips worked like a charm. Hope a fix is forthcoming for this. Really great work and excellent plugin. Looking forward to the RC release! =)

Best

@Gustl22 Gustl22 reopened this Oct 10, 2020
@Gustl22
Copy link
Collaborator

Gustl22 commented Oct 10, 2020

Good that it helped you. I leave this issue open until there's a reasonable fix for it :D

@Gustl22 Gustl22 added the bug Something isn't working label Oct 10, 2020
@samuraii78
Copy link
Author

Sure thing! 👌🏻😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants