-
15 Mar 2013 8:46 AM #1
ActionSheet has white background in WP dark theme
ActionSheet has white background in WP dark theme
REQUIRED INFORMATION
Ext version tested:- Sencha 2.2.0b1
Browser versions tested against:- Chrome 25
Description:- ActionSheet has white background in WP dark theme
The result that was expected:- ActionSheet with black background.
The result that occurs instead:- ActionSheet with white background.
Test Case:
Code:var actionSheet = Ext.create('Ext.ActionSheet', { items: [ { text: 'Delete draft', ui : 'decline' }, { text: 'Save draft' }, { text: 'Cancel', ui : 'confirm' } ] });
Screenshot or Video:
sencha-action-sheet-white.PNG
Additional CSS used:- only default base.css and wp.css
-
15 Mar 2013 9:00 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,599
- Vote Rating
- 434
Thanks for the report! I have opened a bug in our bug tracker.
-
18 Mar 2013 7:26 AM #3
Floating panels (sheets, panels, message boxes) are always white in the windows theme, even if you are using the dark version. However there were issues with the colour of the buttons, as seen in your screenshot. This has been fixed for the next release.
Sencha Inc.
Robert Dougan - @rdougan
Sencha Touch 2 and Ext JS 4 Core Team Member, SASS/Theming Wizard.
Success! Looks like we've fixed this one. According to our records the fix was applied for
TOUCH-4136
in
Sprint 31.


Reply With Quote