Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1268615
Summary: | CheckListCtrlMixin color contrast too low: almost unable to recognize selected items | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | markusN <neteler> | ||||
Component: | wxGTK3 | Assignee: | Jeremy Newton <alexjnewt> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 22 | CC: | alexjnewt, dan, rakesh.pandit, swt | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | wxGTK3-3.0.2-11.fc23 wxGTK3-3.0.2-11.fc22 wxGTK3-3.0.2-11.fc21 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2015-11-08 22:20:17 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
markusN
2015-10-03 16:40:34 UTC
Created attachment 1079635 [details]
Differences between CheckListCtrlMixin style in wxpython2 and wxpython3
Screenshot attached to show the new visibility problem in F22 (wxpython 3)
Confirmed, will look into it. Investigated. Looks to be a wxWidgets issue - the wxRendererNative::DrawCheckBox() function doesn't seem to actually draw the checkbox when in the checked state. Reported upstream: http://trac.wxwidgets.org/ticket/17240 Upstream has fixed already: https://github.com/wxWidgets/wxWidgets/commit/c1d150ed1228c155054cf1fa90932ced7371e6a4 Jeremy, can you please cherry-pick this patch the next time you do a wxGTK3 update? Thanks. Sounds good thanks. I just sent one out a few days ago, but I'll do this when I have some time this week. wxGTK3-3.0.2-11.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2015-16bf22f0c7 wxGTK3-3.0.2-11.fc21 has been submitted as an update to Fedora 21. https://bodhi.fedoraproject.org/updates/FEDORA-2015-a71f78a3d9 wxGTK3-3.0.2-11.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2015-aafbcfb7d7 (In reply to Fedora Update System from comment #7) > wxGTK3-3.0.2-11.fc22 has been submitted as an update to Fedora 22. > https://bodhi.fedoraproject.org/updates/FEDORA-2015-16bf22f0c7 Sorry for a newbie question: I wanted to test it but dnf --enablerepo=updates-testing install wxGTK3 Last metadata expiration check performed 0:00:14 ago on Sun Nov 8 12:11:09 2015. Package wxGTK3-3.0.2-9.fc22.x86_64 is already installed, skipping. Dependencies resolved. Nothing to do. Complete! I followed https://fedoraproject.org/wiki/QA:Updates_Testing . Is it yet a matter of time or is my update procedure wrong? wxGTK3-3.0.2-11.fc21 has been pushed to the Fedora 21 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'dnf --enablerepo=updates-testing update wxGTK3' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-a71f78a3d9 wxGTK3-3.0.2-11.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'dnf --enablerepo=updates-testing update wxGTK3' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-16bf22f0c7 wxGTK3-3.0.2-11.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'dnf --enablerepo=updates-testing update wxGTK3' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-aafbcfb7d7 (In reply to markusN from comment #10) > (In reply to Fedora Update System from comment #7) > > wxGTK3-3.0.2-11.fc22 has been submitted as an update to Fedora 22. > > https://bodhi.fedoraproject.org/updates/FEDORA-2015-16bf22f0c7 > > Sorry for a newbie question: I wanted to test it but > > dnf --enablerepo=updates-testing install wxGTK3 > Last metadata expiration check performed 0:00:14 ago on Sun Nov 8 12:11:09 > 2015. > Package wxGTK3-3.0.2-9.fc22.x86_64 is already installed, skipping. > Dependencies resolved. > Nothing to do. > Complete! > > I followed https://fedoraproject.org/wiki/QA:Updates_Testing . > Is it yet a matter of time or is my update procedure wrong? Try again now. It wasn't pushed to the F22 updates-testing repository until 2015-11-08 07:27:21 EST (see comment 12). Also, you might have to run dnf with --refresh to force it to grab new metadata. You may also have to use update instead of install, as I believe the latter may sometimes not update the package if its already installed. Comment 11 and 12 actually specify the command. wxGTK3-3.0.2-11.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. (In reply to Jeremy Newton from comment #15) > You may also have to use update instead of install, as I believe the latter > may sometimes not update the package if its already installed. Comment 11 > and 12 actually specify the command. Thanks now I got it via: dnf --enablerepo=updates-testing --refresh update wxGTK3 ... and the CheckListCtrl looks fine now where it didn't before (superficial quick check). Great. (In reply to markusN from comment #17) > (In reply to Jeremy Newton from comment #15) > > You may also have to use update instead of install, as I believe the latter > > may sometimes not update the package if its already installed. Comment 11 > > and 12 actually specify the command. > > Thanks now I got it via: > > dnf --enablerepo=updates-testing --refresh update wxGTK3 > > ... and the CheckListCtrl looks fine now where it didn't before (superficial > quick check). Great. Sounds good, thanks for reporting this! wxGTK3-3.0.2-11.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. wxGTK3-3.0.2-11.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. |