Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 2015.11
-
Fix Version/s: 2015.12
-
Component/s: Platform UI (Admin UI & Content UI)
-
Labels:None
Description
Steps to reproduce:
- edit a content
- click on "Save"
- while the notification is displayed, click on a preview button
After a while the notification disappears but the preview overlay is moved a bit and the "Close preview" link is outside of the viewport.
Issue Links
- relates to
-
EZP-25076 Notifications should be placed at the bottom of the screen, not the top
-
- Closed
-
There are several ways to fix that and the fact we are in RC atm is an important parameter:
1. find a way to position the preview so that the notifications have no effect. Given the markup (the preview view container is actually in the preview button action view container), that does not seem simple
2. move the notification to the bottom of the screen as asked in
EZP-25076it's late to do such change but in terms of code change it's maybe not that big3. change the preview to be a view service (like the UDW). That would be a great step toward EZP-24740 but this will be a big change