Bug 35838 - Scrollbars visible in search input widget
Scrollbars visible in search input widget
Status: CLOSED FIXED
Product: UCS
Classification: Unclassified
Component: UMC (Generic)
UCS 3.2
Other Linux
: P5 normal (vote)
: UCS 3.2-4-errata
Assigned To: Alexander Kläser
Erik Damrose
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-09-08 10:09 CEST by Erik Damrose
Modified: 2014-12-17 12:55 CET (History)
3 users (show)

See Also:
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:
klaeser: Patch_Available+


Attachments
scrollbars visible on input widget (21.46 KB, image/png)
2014-09-08 10:09 CEST, Erik Damrose
Details

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