[frameworks-qqc2-desktop-style] [Bug 406851] Wrong cursor when you hover over the center of QML TextAreas

2019-04-24 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=406851

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.58
 CC||n...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-qqc2-desktop-style] [Bug 406851] Wrong cursor when you hover over the center of QML TextAreas

2019-04-24 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=406851

David Edmundson  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/qqc
   ||2-desktop-style/06ea48cd5d4
   ||aab3a6cfb9542ab4378221a4cdd
   ||45
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from David Edmundson  ---
Git commit 06ea48cd5d4aab3a6cfb9542ab4378221a4cdd45 by David Edmundson.
Committed on 24/04/2019 at 20:46.
Pushed by davidedmundson into branch 'master'.

Avoid nesting Controls in TextField

Summary:
Label now has an extra mousearea conflicting with TextField's mouse
area.

Given we're in the overriding font and colour anyway, we may as well use
Text directly to resolve the bug.

It also saves creating an unused Accessiblity attached object.

One extra property is copied from our Label control for complete parity.

Test Plan: Moved the mouse about in systemsettings

Reviewers: #plasma

Subscribers: plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D20792

M  +5-1org.kde.desktop/TextField.qml

https://commits.kde.org/qqc2-desktop-style/06ea48cd5d4aab3a6cfb9542ab4378221a4cdd45

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-qqc2-desktop-style] [Bug 406851] Wrong cursor when you hover over the center of QML TextAreas

2019-04-24 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=406851

David Edmundson  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #2 from David Edmundson  ---
Regression from someone putting a mousearea on the label

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-qqc2-desktop-style] [Bug 406851] Wrong cursor when you hover over the center of QML TextAreas

2019-04-24 Thread Björn Feber
https://bugs.kde.org/show_bug.cgi?id=406851

--- Comment #1 from Björn Feber  ---
Created attachment 119611
  --> https://bugs.kde.org/attachment.cgi?id=119611=edit
Wrong Cursor in Center

-- 
You are receiving this mail because:
You are watching all bug changes.