[Oxygen] [Bug 390272] Wrong rendering of QComboBox in itemviews

2022-12-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=390272

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #6 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[Oxygen] [Bug 390272] Wrong rendering of QComboBox in itemviews

2022-11-29 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=390272

--- Comment #5 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[Oxygen] [Bug 390272] Wrong rendering of QComboBox in itemviews

2022-11-15 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=390272

Justin Zobel  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #4 from Justin Zobel  ---
Thank you for reporting this issue in KDE software. As it has been a while
since this issue was reported, can we please ask you to see if you can
reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[Oxygen] [Bug 390272] Wrong rendering of QComboBox in itemviews

2018-02-11 Thread Christian Ehrlicher
https://bugs.kde.org/show_bug.cgi?id=390272

--- Comment #3 from Christian Ehrlicher  ---
Sorry, mixed up fusion and breeze :)
It works fine with fusion (qt) style since they're creating a QPixmap as cache
and using this for drawing.
It does not work with oxygen (for unknown reason - did not look at the
sources).
It does not work with breeze but it is fixed as soon as I fill the background
in drawComboBoxComplexControl as it is done in the 'if (editable) .. { if
(flat) ..' case.

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

[Oxygen] [Bug 390272] Wrong rendering of QComboBox in itemviews

2018-02-11 Thread Hugo Pereira Da Costa
https://bugs.kde.org/show_bug.cgi?id=390272

Hugo Pereira Da Costa  changed:

   What|Removed |Added

 CC||hugo.pereira.da.costa@gmail
   ||.com

--- Comment #2 from Hugo Pereira Da Costa  ---
Hello,
Thanks for reporting.
Fusion is a Qt style (not a kde style). So that would make it a Qt bug. 

Also, looking at oxygen code, it seems there is some background drawn in
drawComplexControl, provided SC_ComboBoxFrame is passed to the subcontrols. 
So I would suspect Qt not passing the right subcontrols to the method. 

Still I'll try investigate further. 
Does it also happen with breeze widget style ?

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

[Oxygen] [Bug 390272] Wrong rendering of QComboBox in itemviews

2018-02-11 Thread Christian Ehrlicher
https://bugs.kde.org/show_bug.cgi?id=390272

--- Comment #1 from Christian Ehrlicher  ---
Created attachment 110538
  --> https://bugs.kde.org/attachment.cgi?id=110538=edit
Unreadable combobox

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