FLUID-6153: Scrollbars Are Visible In Preferences Panels

Metadata

Source
FLUID-6153
Type
Bug
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
Justin Obara
Reporter
Michelle D'Souza
Created
2017-04-21T16:50:36.403-0400
Updated
2017-04-24T12:32:40.803-0400
Versions
N/A
Fixed Versions
N/A
Component
  1. Prefs Framework
  2. UI Options

Description

The responsive version of UIO has introduced scrollbars inside the preferences panels. These are most obvious if you have your computer's 'always show scrollbars' setting set. Without that setting you can see the scrollbars by hovering over the panel and scrolling.

Environments

FF, Chrome

Attachments

Comments

  • Alan Harnum commented 2017-04-21T16:55:52.517-0400

    Things I've seen fix this, from quick investigation:

    1) Changing overflow: auto to overflow: hidden (in theory this should be safe because height: auto should ensure the container is large enough)

    2) Changing line-height to "normal" (while I'm not certain of this, it sounds like line-height and height: auto are known to not play well together in many rendering models).

  • Justin Obara commented 2017-04-24T10:24:05.549-0400

    The issue appears to only be present in the "desktop" view.

  • Cindy Li commented 2017-04-24T12:32:36.838-0400

    The pull request has been merged into the project repo master branch at 56cc1caafba6907f1ecf93cc3baf17b0e357ee97