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

2016-07-27 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, 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 Canonical System Image:
  Fix Released
Status in Ubuntu UX:
  In Progress
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released

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/canonical-devices-system-image/+bug/1526726/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


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

2016-05-30 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-ui-toolkit -
1.3.1984+16.10.20160527.2

---
ubuntu-ui-toolkit (1.3.1984+16.10.20160527.2) yakkety; urgency=medium

  [ Christian Dywan ]
  * Slimmer frame for TextFields: 0.5dp. Fixes LP: #1578190.

  [ Albert Astals Cid ]
  * Add override
The override specifier (since C++11) specifies that a virtual function
overrides another virtual function. In a member function declaration or
definition, override ensures that the function is virtual and is overriding
a virtual function from the base class.

  [ Tim Peeters ]
  * Fix reference error in PullToRefreshStyle. Fixes LP: #1582843
  * Mark Tab, Tabs, TabBar, PageHeadConfiguration, PageHeadSections,
PageHeadState, ToolbarButton, ToolbarItems as deprecated in the
documentation. Fixes LP: #1566735, LP: #1566741.

  [ CI Train Bot ]
  * Resync trunk.

 -- Zoltan Balogh   Fri, 27 May 2016
07:08:44 +

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, 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 Canonical System Image:
  Fix Committed
Status in Ubuntu UX:
  In Progress
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released

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/canonical-devices-system-image/+bug/1526726/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


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

2016-05-23 Thread Jean-Baptiste Lallement
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
   Status: New => Fix Committed

** Changed in: canonical-devices-system-image
   Importance: Undecided => High

** Changed in: canonical-devices-system-image
Milestone: None => 12

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, 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 Canonical System Image:
  Fix Committed
Status in Ubuntu UX:
  In Progress
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

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/canonical-devices-system-image/+bug/1526726/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


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

2016-05-12 Thread Grazina
Hi Christian,

it's almost there, could you amend bottom stepper background on hover
state so it looks like in the image attached below.

Thank you.

** Attachment added: "TextField with mouse hovering  over bottom stepper.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1526726/+attachment/4661151/+files/TextField%20with%20mouse%20hovering%20%20over%20bottom%20stepper.jpg

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, 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:
  In Progress
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


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

2016-05-12 Thread Christian Dywan
** Attachment added: "TextField with mouse hovering over stepper"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1526726/+attachment/4661115/+files/dietTextFieldWithScrollbarStepper.png

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, 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:
  In Progress
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


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

2016-05-12 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: ubuntu-ux
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, 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:
  In Progress
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


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

2016-05-09 Thread Grazina
Design comment:

This bug is related to 
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1578190
bug.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, 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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


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

2016-05-09 Thread Grazina
Design comment:
I suggest to leave 2gu between text and scrollbar. Image attached below shows 
text input design with scrollbar and when one of the steppers is on hover 
state. 

** Attachment added: "Scrollbar in text input.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1526726/+attachment/4659336/+files/Scrollbar%20in%20text%20input.jpg

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, 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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


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

2016-05-09 Thread Andrea Bernabei
** Changed in: ubuntu-ux
 Assignee: (unassigned) => Grazina (boroskograzina)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, 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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


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

2016-05-09 Thread Andrea Bernabei
** Changed in: ubuntu-ux
   Importance: Undecided => High

** Changed in: ubuntu-ux
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, 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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


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

2016-05-09 Thread Andrea Bernabei
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
Touch seeded packages, 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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


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

2015-12-18 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-sdk-team/ubuntu-ui-
toolkit/newScrollBarsTextArea

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, 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-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/+source/ubuntu-ui-toolkit/+bug/1526726/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


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

2015-12-16 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Christian Dywan (kalikiana)

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided => Medium

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, 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-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/+source/ubuntu-ui-toolkit/+bug/1526726/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp