[plasmashell] [Bug 367621] "Get new widgets" button overlaps scroll bar when search result is empty

2017-05-15 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=367621

Dr. Chapatin  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

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

[plasmashell] [Bug 367621] "Get new widgets" button overlaps scroll bar when search result is empty

2017-05-15 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=367621

--- Comment #8 from Dr. Chapatin  ---
Solved on Arch running plasma 5.10 beta. \o/

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

[plasmashell] [Bug 367621] "Get new widgets" button overlaps scroll bar when search result is empty

2017-03-20 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=367621

--- Comment #7 from Kai Uwe Broulik  ---
Weird, my commit is in Qt 5.8 branch before 5.8 tagging [1].

[1]
https://code.qt.io/cgit/qt/qtquickcontrols.git/commit/?id=8a223fc04e003d93c63dc3c1786da115dd70c7bd

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

[plasmashell] [Bug 367621] "Get new widgets" button overlaps scroll bar when search result is empty

2017-03-19 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=367621

Dr. Chapatin  changed:

   What|Removed |Added

 Resolution|UPSTREAM|---
 Status|RESOLVED|REOPENED

--- Comment #6 from Dr. Chapatin  ---
Reopening as it's not fixed.

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

[plasmashell] [Bug 367621] "Get new widgets" button overlaps scroll bar when search result is empty

2017-03-18 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=367621

Christoph Feck  changed:

   What|Removed |Added

   Severity|normal  |minor

--- Comment #5 from Christoph Feck  ---
I can confirm the bug is still present when running with Qt 5.8.0.

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

[plasmashell] [Bug 367621] "Get new widgets" button overlaps scroll bar when search result is empty

2017-03-11 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=367621

--- Comment #4 from Dr. Chapatin  ---
Plasma 5.9.3 is built against qt 5.8 on Arch but this bug is still present.

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

[plasmashell] [Bug 367621] "Get new widgets" button overlaps scroll bar when search result is empty

2017-01-05 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=367621

Kai Uwe Broulik  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |UPSTREAM
 CC||k...@privat.broulik.de

--- Comment #3 from Kai Uwe Broulik  ---
Fixed in Qt 5.8

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

[plasmashell] [Bug 367621] "Get new widgets" button overlaps scroll bar when search result is empty

2016-09-26 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367621

Marco Martin  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #2 from Marco Martin  ---
from Qt's qtquickcontrols/src/controls/ScrollViewStyle.qml:
property int extent: Math.max(minimumHandleLength, __styleData.horizontal ?
  (flickableItem ?
flickableItem.width/flickableItem.contentWidth : 0 ) * bg.width :
  (flickableItem ?
flickableItem.height/flickableItem.contentHeight : 0) * bg.height)
giving a divide by zero when flickableItem.contentHeight is 0

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


[plasmashell] [Bug 367621] "Get new widgets" button overlaps scroll bar when search result is empty

2016-09-26 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367621

Marco Martin  changed:

   What|Removed |Added

 CC||notm...@gmail.com

--- Comment #1 from Marco Martin  ---
this looks like it's a ScrollView bug, it seems to size the scrollbar wrong
when there are no item (and the scrollbar is set as always shown (this is done
to work around another bug)

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


[plasmashell] [Bug 367621] "Get new widgets" button overlaps scroll bar when search result is empty

2016-08-20 Thread Dr . Chapatin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367621

Dr. Chapatin  changed:

   What|Removed |Added

Summary|"Get new widget" button |"Get new widgets" button
   |overlaps scroll bar when|overlaps scroll bar when
   |search result is empty  |search result is empty

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