Bug 44488

Summary: User grid view type (list/tiles with photos) cannot be changed when advanced filters are shown
Product: UCS Reporter: Alexander Kläser <klaeser>
Component: UMC (Generic)Assignee: Johannes Keiser <keiser>
Status: CLOSED DUPLICATE QA Contact: Florian Best <best>
Severity: normal    
Priority: P5 CC: best, keiser
Version: UCS 4.2   
Target Milestone: ---   
Hardware: Other   
OS: Linux   
What kind of report is it?: Bug Report What type of bug is this?: 2: Improvement: Would be a product improvement
Who will be affected by this bug?: 5: Will affect all installed domains How will those affected feel about the bug?: 1: Nuisance – not a big deal but noticeable
User Pain: 0.057 Enterprise Customer affected?:
School Customer affected?: ISV affected?:
Waiting Support: Flags outvoted (downgraded) after PO Review:
Ticket number: Bug group (optional):
Max CVSS v3 score:
Attachments: Screenshot

Description Alexander Kläser univentionstaff 2017-04-27 14:18:24 CEST
Created attachment 8809 [details]
Screenshot

The user grid view type (i.e., switch between list view and tile view with photos) cannot be changed when advanced filters are shown. The reason for this is that the form fields are placed in the DOM above the button for switching the view type and thus mask it (see screenshot).
Comment 1 Johannes Keiser univentionstaff 2017-06-22 18:19:50 CEST
(In reply to Alexander Kläser from comment #0)
> Created attachment 8809 [details]
> Screenshot
> 
> The user grid view type (i.e., switch between list view and tile view with
> photos) cannot be changed when advanced filters are shown. The reason for
> this is that the form fields are placed in the DOM above the button for
> switching the view type and thus mask it (see screenshot).

This has been fixed with Bug #44066
---
.umc .umcUDMSearchForm .umcSearchFormChangeViewButton {
	float: right;
 	padding: 0 !important;
 	box-shadow: none;
 	margin-top: -2em;
+	position: relative;
 }
---
Comment 2 Florian Best univentionstaff 2017-06-22 18:59:14 CEST

*** This bug has been marked as a duplicate of bug 44066 ***
Comment 3 Florian Best univentionstaff 2017-06-22 18:59:43 CEST
Yes, this works now.