Unexpected behavior when switching between List and Calendar views after Update
-
Plugin version 6.3.3
I got the following error. I’ve seen references to the same problem, but it didn’t help.
I am getting undesirable behavior when switching between List and Calendar views, as well as Pagination view for List. If my default view is List, it shows up great. If I toggle to Calendar view, top bar is removed and my Calendar just shows dots where the events should be showing and they appear in a smaller list area below the Calendar grid. Switching back to List then changes it’s appearance as well. The appearance it changes to is the same appearance that I see if I click Next for pagination. Top bar disappears and the visual renders awkwardly.I’m guessing that the resize functionality isn’t working as intended. If I load up my Default page and I inspect the code I see this:
<div class="tribe-common tribe-events tribe-events-view tribe-events-view--month tribe-common--breakpoint-xsmall tribe-common--breakpoint-medium tribe-common--breakpoint-full">
However after I switch views, the breakpoint classes do not exist anymore:
<div class="tribe-common tribe-events tribe-events-view tribe-events-view--month">
This is new behavior that we have not seen before and have noticed it after upgrading our plugin.
Please help.
- The topic ‘Unexpected behavior when switching between List and Calendar views after Update’ is closed to new replies.