#16920 closed defect (fixed)
In Opener, calendar days not readable on Samsung Galxy SIII with Holodark theme
Reported by: | Sebastien Brunot | Owned by: | Eric Durocher |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9 |
Component: | DojoX Mobile | Version: | 1.9.0a2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When displayed in an Opener (like in the test page dojox/mobile/tests/test_opener-Calendar-lazy-prog.html), the days displayed on a dijit calendar are not easily readable (because they are displayed black on a black background). This has been reproduced using a Samsung Galaxy SIII on Android 4.0.3 and on Android 4.1.2.
Attachments (2)
Change History (7)
comment:1 Changed 8 years ago by
Changed 8 years ago by
Attachment: | ticket16920.patch added |
---|
Fix the color of dijit calendar days on an icon item panel when using the Holodark theme (IBM CCLA).
comment:3 Changed 8 years ago by
Milestone: | tbd → 1.9 |
---|
Changed 8 years ago by
Attachment: | ticket16920-2.patch added |
---|
Fix the color of dijit calendar days on an icon item panel when using the Holodark theme, but without impact on the original dijit calendar themes (claro, tundra, ...). (IBM CCLA°.
comment:4 Changed 8 years ago by
The location of the first patch had an impact on the calendar when used with a dijit themes (claro, tundra, ...), as can be seen in the test page dojox/mobile/tests/test_dynamic-icons.html.
I've attached a second patch that solves the problem but doesn't have any impact when using a calendar with a dijit theme.
CORRECTION: The problem is visible in the test page dojox/mobile/tests/test_IconContainer-single.html, whereas it's ok in test page dojox/mobile/tests/test_opener-Calendar-lazy-prog.html.