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

Bug: 5.1.0 - Default Personalizable Page Renders First, Then The Users Page Is Displayed Causing UI/UX Issue #3998

Closed
thabaum opened this issue Mar 15, 2024 · 1 comment

Comments

@thabaum
Copy link
Contributor

thabaum commented Mar 15, 2024

Issue

Description

After creating a user personalizable page after clicking on the pencil as a registered user a user then is creating their own personalizable page they can modify currently by adding/removing modules and editing them.

This part is working now, however a new issue is when you select "My Page" you will see the default page first render, then forwarded to the user page. This will cause a user experience issue seeing both UI's when they click on their personalizable page.

Steps to reproduce

From a fresh 5.1.0 dev branch VS installation:

  1. Create a registered user
  2. Login as registered user and navigate to the personalizable "My Page".
  3. Click Edit Pencil to generate a personalizable page for the registered user.
  4. Navigate to and from this page after changing title adding an extra character for example an s to make My Pages for the title of the default HTML/Text module to notice the behavior.

Screenshots

image

@thabaum thabaum changed the title Bug: Default Personalizable Page Renders First, Then The Users Page Is Displayed Causing UI/UX Issue Bug: 5.1.0 - Default Personalizable Page Renders First, Then The Users Page Is Displayed Causing UI/UX Issue Mar 15, 2024
@sbwalker
Copy link
Member

Supporting both static and interactive render modes is going to be a challenge... as the runtime characteristics are a lot different. Fixing a bug in static mode can very easily break the functionality in interactive mode.

sbwalker added a commit that referenced this issue Mar 16, 2024
fix #3998 - personalized page display issue
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

No branches or pull requests

2 participants