-
23 Aug 2012 8:35 AM #21
Compile my CSS? I'm not using any custom CSS, so there is nothing to compile. This is a bug in the Sencha library itself when using Windows Chrome.
-
25 Sep 2012 6:29 AM #22
quick fix
quick fix
Just paste the following into any stylesheet, or even in the html between <style> tags.
the .x-desktop class is only present on desktop, so it will be ignored in mobile.Code:.x-desktop .x-title .x-innerhtml{padding: 0;}
-
25 Sep 2012 12:53 PM #23Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- Frederick MD, NYC, DC
- Posts
- 16,169
- Vote Rating
- 28

Jay Garcia @ModusJesus || Modus Create co-founder
Ext JS in Action author
Sencha Touch in Action author
Get in touch for Ext JS & Sencha Touch Touch Training
We are also working on Video-based Sencha Touch training: Check it out here.
-
9 Oct 2012 1:41 AM #24
Hi Guys,
Anybody have found this issue solved?????
.x-title{padding:0 .3em;}
.x-title .x-innerhtml{padding: 0;}
even after adding this to my css. i am having the issue
It works fine in ipad.
-
9 Oct 2012 11:25 AM #25
This what we're using, and I haven't seen the ellipses issues in a while.
/*
* Workaround for Sencha bugs in Desktop Chrome,
* which cause buttons and titles to be
* truncated with ellipses
*/
.x-title {
padding: 0 .3em;
}
.x-desktop .x-title .x-innerhtml
{
padding: 0;
}
.x-toolbar .x-button .x-button-label, .x-toolbar .x-button .x-hasbadge .x-badge, .x-hasbadge .x-toolbar .x-button .x-badge {
font-size: .78em;
}
-
9 Oct 2012 9:00 PM #26
Success! Looks like we've fixed this one. According to our records the fix was applied for
TOUCH-3072
in
2.0.


Reply With Quote
