Corner priority not respected

Hello, I am experiencing an weird behavior with the docked view, seems the project is not respecting the corner priority.

This is the page configuration I have.

This how the app looks like.

Any help will be highly appreciated!

That looks like a "Latest activity" popup, not a docked view. Popups don't follow page configuration rules.

Hi, is actually a docked view, it used to look like this,

Then I created a new project and both left & right docked views started to appear as right-left priority, even tho the project and its configurations are set on "top-bottom"

It's a very custom docked view - you can even see the "shadow" to the left of the content.

Three things to check here:

  1. Page configurations are on a per-page level - make sure the page in the screenshot is the same page which has the configuration you've shown us, and/or make sure that setting is applied within the "shared" settings for your pages.
  2. Make sure you've saved your project, and opened this page in a new tab. Project-level configurations are not always applied to running sessions because they often require the session to "refresh" itself in order to pick up the new configurations.
  3. This Docked View looks like its heavily customized. Applying your own advanced CSS is great. Fantastic. Kudos. But if you apply CSS settings which override CSS rules Perspective is reliant on in order to render content as configured, you're on your own. IN this situation, we'd need to see all of the custom CSS you've applied to your Docked View in either the theme files, or within the stylesheet.css resource within the Designer.
3 Likes

Hi, thanks for the support and kudos! appreciated,

I have solved the issue, deleted the dock views, and then created them in order of first the side and finally the top (not sure if the order is relevant) but just deleting them and creating them make it work.

It felt so weird, as every new project came with the same bug and all of them had the same page configuration, but after doing it they started to work as expected.

See you next time!