-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Resource rows don't adjust height to fit resourceLaneContent #6103
Comments
Thanks, confirmed. Also get the same without React: |
I suppose I didn't think through all the implications of |
Hello, I would like to ask why you added the custom content of Test. This content will only appear in the 12AM column, and the custom content will not be added after 12AM |
Hi, I am not sure if that is the same issue but I was looking for existing open issues with Resource height and found it. It does not seem to be adjusting resource height correctly and keeps previous value. If window size is changed everything resizes to correct heights and no overlapping occurs. I tried forcing Screen.Recording.2022-03-22.at.21.01.55.mov |
I am also facing this issue, when transitioning from view to view, it seems to default the
@ecnaidar were you able to solve this issue? |
Hey @showduhtung, saw you post during vacation and just now remembered that I haven't replied 😬 Yeah, we had a back and forth with FullCalendar support with attempts of reproducing it and it seemed that I have found a fix at the time
|
I'm facing the same issue than @ecnaidar, is there some workaround or is it related with this resourceLaneContent issue? 🤔 |
I've addressed this in v7.0.0-beta.0 Updated (vanilla-js only) repro: Will work with the beta version of |
Reduced Test Case
REDUCED TEST CASE
Bug Description
The lane height calculation is not taking your custom content into account when you use the resourceLaneContent hook. In my case I'm trying to display custom content (per resource) on the timeline above the events.
Expected results
The resource lane height (in the resource area and timeline section) would take the height of this new custom content into account.
Actual results
The height of your custom content is not taken into account, and therefore it's highly likely that your events will begin to overlap the lanes
The text was updated successfully, but these errors were encountered: