Bug 44488 - User grid view type (list/tiles with photos) cannot be changed when advanced filters are shown
User grid view type (list/tiles with photos) cannot be changed when advanced ...
Status: CLOSED DUPLICATE of bug 44066
Product: UCS
Classification: Unclassified
Component: UMC (Generic)
UCS 4.2
Other Linux
: P5 normal (vote)
: ---
Assigned To: Johannes Keiser
Florian Best
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2017-04-27 14:18 CEST by Alexander Kläser
Modified: 2019-02-21 11:13 CET (History)
2 users (show)

See Also:
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 (33.97 KB, image/png)
2017-04-27 14:18 CEST, Alexander Kläser
Details

Note You need to log in before you can comment on or make changes to this bug.
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.