GitHub Issue | n/a |
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2017-06-09T15:43:59.000+0000 |
Affected Version/s | Release 6.1.0 |
Fix Version/s | Release 6.1.1 |
Components | iOS |
Labels | badge, dashboarditem, dashboardview, qe-6.1.1 |
Reporter | Jean-Sébastien GALLOO |
Assignee | Hans Knöchel |
Created | 2017-06-02T09:28:41.000+0000 |
Updated | 2017-06-12T13:44:54.000+0000 |
When you display a badge on a DashboardItem (with a dashboardView),
the badge background is transparent whereas it should be red.
This does not happen with Ti SDK 6.0.4.GA.
Do you may use app-thinning and/or use an icon that may have the same name? We need a test-case and full environment anyway, thank you!
Hi Hans, I joined a test project with only dashboard inside.
Hey [~jsgalloo], you are correct, the (very legacy) files have been removed accidentally between 6.0.x and 6.1.0.GA. There will be restored in 6.1.1.GA. However, I noticed they were never updated for retina and the library used was not maintained for 8 years. Since it is iOS-only, it will also soon be moved out of the core and be made available through an own module, so it won't change much for you. Just as a slight warning for the SDK release 7.0.0 :-). PR (master): https://github.com/appcelerator/titanium_mobile/pull/9107 PR (6_1_X): https://github.com/appcelerator/titanium_mobile/pull/9108 Test-Case (expected behavior: A red badge-image should be visible in the upper right of the item):
[~hansknoechel] I know you're already aware of this, but just to summary the test conditions where we still continue to see the bug: Node Version: 6.10.3 NPM Version: 3.10.10 Mac OS: 10.12.4 Appc CLI: 6.2.2 Appc CLI NPM: 4.2.9 Titanium SDK version: master (6.2.0) PR/9107 Appcelerator Studio, build: 4.9.0.201705302345 Xcode 8.3.2
Verified as fixed, badges are now displayed correctly with a red background on dashboard items. Tested On: iPhone 7 10.3.2 Device & Simulator Mac OS Sierra (10.12.5) Ti SDK: 6.1.1.v20170609153006 Appc NPM: 4.2.9 App CLI: 6.1.0 *Closing ticket.*