Skip to content

pkp/pkp-lib#12273 [stable-3_5_0] [UI Navigation] | Review Workflow - Previous Review round, several navigation elements are unclickable#820

Merged
blesildaramirez merged 4 commits intopkp:stable-3_5_0from
blesildaramirez:i12273_stable-3_5_0
Mar 18, 2026
Merged

pkp/pkp-lib#12273 [stable-3_5_0] [UI Navigation] | Review Workflow - Previous Review round, several navigation elements are unclickable#820
blesildaramirez merged 4 commits intopkp:stable-3_5_0from
blesildaramirez:i12273_stable-3_5_0

Conversation

@blesildaramirez
Copy link
Contributor

@blesildaramirez blesildaramirez commented Mar 10, 2026

Cause:
SideModalBody in RoundHistoryModal was conditionally rendered with v-if, so DialogContent mounted later than DialogOverlay. This caused pointer-events: none to remain on the body, making the page unclickable after closing the modal.

Fixes on this PR include:

  • Removed v-if condition when using SideModalBody that causes pointer-events: none; in body element
  • Removed "Previous Reviews" section if there are no review rounds to show
  • Fixed .join issue when there are no review round keywords.
Image

@blesildaramirez blesildaramirez merged commit 4f93e12 into pkp:stable-3_5_0 Mar 18, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants