Bug 35838

Summary: Scrollbars visible in search input widget
Product: UCS Reporter: Erik Damrose <damrose>
Component: UMC (Generic)Assignee: Alexander Kläser <klaeser>
Status: CLOSED FIXED QA Contact: Erik Damrose <damrose>
Severity: normal    
Priority: P5 CC: gohmann, jmm, klaeser
Version: UCS 3.2Flags: klaeser: Patch_Available+
Target Milestone: UCS 3.2-4-errata   
Hardware: Other   
OS: Linux   
What kind of report is it?: --- What type of bug is this?: ---
Who will be affected by this bug?: --- How will those affected feel about the bug?: ---
User Pain: Enterprise Customer affected?:
School Customer affected?: ISV affected?:
Waiting Support: Flags outvoted (downgraded) after PO Review:
Ticket number: Bug group (optional): Design
Max CVSS v3 score:
Attachments: scrollbars visible on input widget

Description Erik Damrose univentionstaff 2014-09-08 10:09:17 CEST
Created attachment 6096 [details]
scrollbars visible on input widget

The last chromium update leads to scrollbars being visible when the search input widget is selected. The input widget has focus when a udm module is opened.

chromium 37.0.2062.94 Ubuntu 12.04 (290621)
Comment 1 Alexander Kläser univentionstaff 2014-09-22 09:17:54 CEST
It seems that the problem occurs for MixedInput widgets. The class dijitContentPane comes along with the CSS rule overflow:auto. A simple additional rule similar to the following should avoid the scrollbars:

.umc .umcMixedInput.dijitContentPane {
    overflow: hidden;
}
Comment 2 Alexander Kläser univentionstaff 2014-12-10 14:30:37 CET
On Chromium 39 this seems to be fine. Nevertheless, I applied the fix to be sure [r56650].

Added YAML file [r56652].

@Erik: I assigned you for QA as you can reproduce this behaviour.

univention-management-console-frontend (3.0.152-45):
* Bug #35838: suppress scrollbars in search widget on Chromium 37
Comment 3 Erik Damrose univentionstaff 2014-12-15 16:40:25 CET
OK: yaml
Verified: No more scrollbars :)
Comment 4 Moritz Muehlenhoff univentionstaff 2014-12-17 12:55:06 CET
http://errata.univention.de/ucs/3.2/249.html