Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Duplicate
-
Affects Version/s: 4.2.0
-
Fix Version/s: Short Term
-
Component/s: Plugins, Staff Interface
-
Labels:None
Description
The right side of the fixed position bulk updater window is hidden when scrolling past the ticket table.
This seems to happen because of an overflow: hidden; attribute on common_box_inner, which is necessary. However, removing the position:relative; attribute from common_box_inner seems to solve the issue. I'm not sure if this is the proper solution, or whether this change would affect anything else negatively.
The goal of this task is to prevent what is shown in support-manager-bug1.png
Issue Links
- duplicates
-
CORE-2563 Support Manager: Bulk ticket actions should maintain current view
- Closed
This was fixed during the course of adding
CORE-2563. It appears to only affect Google Chrome browsers. Others, like Firefox, continue to work as expected.