[frameworks-plasma] [Bug 442929] Header and footer incorrectly draw corners

2022-09-21 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=442929

--- Comment #4 from veggero  ---
I've investigated a bit and I see no easy solutions or workarounds. The header
doesn't really know whether it should draw its corners or not...

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

[frameworks-plasma] [Bug 442929] Header and footer incorrectly draw corners

2022-04-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=442929

Nate Graham  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=452347

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

[frameworks-plasma] [Bug 442929] Header and footer incorrectly draw corners

2022-04-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=442929

--- Comment #3 from doncb...@gmail.com ---
Curious if any progress has been made on this since. Only sharp-corner themes
can hide it.

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

[frameworks-plasma] [Bug 442929] Header and footer incorrectly draw corners

2021-09-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=442929

--- Comment #2 from doncb...@gmail.com ---
(In reply to Nate Graham from comment #1)
> We would probably need to ask for different SVGs, or make that SVG into a
> 9-grid style one and make the theming engine choose corners dynamically
> based on instructions from each applet that uses it.

No SVGs have to be changed, plasmoidheading is already made in a 9x9 grid.
Based on what I see, it appears that a rectangle is made from the 9 parts and
it just resizes to fit the area of the header/footer. It does not appear to
omit sides when the parent dialog has done so, so the 8 parts of the frame are
always drawn. This means that the footer of a a plasmoid (say kickoff) has its
bottom border drawn when the plasmoid itself is attached to the panel below it,
even though the plasmoid has removed its bottom border.

I am unsure if this functionality will harm themes that take advantage of
always having the entire frame shown, so an option to decide whether to draw
the entire frame or not may be warranted. Without such an option, only floating
plasmoids will have the entire frame of the header/footer drawn.

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

[frameworks-plasma] [Bug 442929] Header and footer incorrectly draw corners

2021-09-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=442929

Nate Graham  changed:

   What|Removed |Added

Product|plasmashell |frameworks-plasma
 Status|REPORTED|CONFIRMED
Version|5.22.90 |5.86.0
   Target Milestone|1.0 |---
   Assignee|k...@davidedmundson.co.uk|notm...@gmail.com
 Ever confirmed|0   |1
   Severity|normal  |minor
  Component|general |components
 CC||n...@kde.org,
   ||niccolo.venera...@gmail.com

--- Comment #1 from Nate Graham  ---
We would probably need to ask for different SVGs, or make that SVG into a
9-grid style one and make the theming engine choose corners dynamically based
on instructions from each applet that uses it.

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