-
5 Jul 2012 12:05 AM #1
Short titles in title bar also gets clipped with text-ellipsis?
Short titles in title bar also gets clipped with text-ellipsis?
I was wondering, is this a bug or a new feature of Sencha Touch 2.0.1.
All the titles in the titlebar gets clipped with text-ellipsis. - So also the really short title's.
For me this looks a bit strange... Is there a setting to disable this functionality?
Cause right now I have to overrule the CSS to fix it.
Thanks!
Lee
Testing: Sencha Touch 2.0.1.
On PC with Chrome 21
Code:<html><head> <title>Sencha Touch examples</title> <link rel="stylesheet" type="text/css " href="http://dev.sencha.com/deploy/sencha-touch-2.0.1/resources/css/sencha-touch.css" /> <script type = "text/javascript"src = "http://dev.sencha.com/deploy/sencha-touch-2.0.1/sencha-touch-all.js" > </script> <script type="text/javascript"> Ext.application({ name: 'Hello World', launch: function() { Ext.create('Ext.Container', { fullscreen: true, items: [{ xtype : 'toolbar', docked: 'top', title: 'App' }, { xtype: 'panel', html: '<h2>Hello World!</h2>' }] }); } }); </script> </head> <body> </body> </html>
-
5 Jul 2012 5:04 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 34,084
- Vote Rating
- 453
Looks like we have centered set to true on the title component which makes it floating and has a CSS that says the flex is zero which I think makes it get cut off.
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
9 Jul 2012 10:25 AM #3
Thanks for the report. Fixed for the next release.
Sencha Inc.
Robert Dougan - @rdougan
Sencha Touch 2 and Ext JS 4 Core Team Member, SASS/Theming Wizard.
-
9 Jul 2012 10:52 AM #4
-
2 Aug 2012 9:38 AM #5
I noticed this on the Back button on my navigation view as well...?
EDIT: and possibly some issues with icons as well. See:
/sencha/examples/kitchensink/index.html#demo/icons
-
8 Aug 2012 10:26 AM #6
I'm using Sencha Architect 2.0.0 Build 442 and i'm getting this problem
what can i do to fix it?
thanks
-
9 Aug 2012 12:09 AM #7
I had the same problem today. The title showed the whole words before, Did the css of sencha touch come from online?
-
9 Aug 2012 1:30 AM #8
-
9 Aug 2012 1:54 AM #9
i did updated to 2.1.0 b2 and roll back imediatly!
alot of stuff on my app stop worked on that beta...
-
9 Aug 2012 4:38 AM #10
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
Thought I was going crazy! This is weird that's appeared today. But it does work as expected on iOS. I think it's a 