← Back to team overview

ubuntu-sdk-bugs team mailing list archive

[Bug 1526726] Re: Scrollbars in TextArea don't receive mouse hover events

 

This is currently waiting on Visual/UX design.

@Designers: please provide the UX/visuals for scrollbars in a textarea.

TextAreas are currently rounded, while scrollbars "steppers"-style (the
pointer friendly component you get when you hover over the scrollbar) is
square.

Plus the Scrollbar currently has some padding inside the TextArea,
afair.


** Also affects: ubuntu-ux
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1526726

Title:
  Scrollbars in TextArea don't receive mouse hover events

Status in Ubuntu UX:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  r1773

  Scrollbars in TextArea currently don't receive mouse hover events, and
  that prevents them from providing the expected UX (the new scrollbar
  expands and shows steppers when hovered with a mouse)

  By having a quick look at the code I noticed that moving the
  Scrollbars below the Flickable fixes the issue.

  I believe that what is happening is that Mouse.forwardTo: [main]
  inside InputHandler is forcing the mouse events to skip the scrollbars
  and go directly to the root item, though I'm not sure about this
  theory.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1526726/+subscriptions


References