-
17 Apr 2009 9:18 AM #1Sencha - Community Support Team
- Join Date
- Nov 2008
- Location
- San Diego, Peoples' Republic of California
- Posts
- 2,040
- Vote Rating
- 7
[CLOSED][3.0] Tab rendering issue
[CLOSED][3.0] Tab rendering issue
If a tab's title has a <br/> tag or otherwise is rendered with more than one line, the tab looks proper but the remaining tabs are not. As well, the layout of my viewport is messed up. In my case, a paging toolbar at the bottom is rendered partway off the bottom of the browser window (clipped).
Suggestion: use Ext.util.TextMetrics to figure how to layout things proper.
-
17 Apr 2009 11:57 AM #2
This seems to be more of a limitation/feature request than a bug necessarily.
MJ
API Search || Ext 3: docs-demo-upgrade guide || User Extension Repository
Frequently Asked Questions: FAQs
Tutorial: Grid (php/mysql/json) , Application Design and Structure || Extensions: MetaGrid, MessageWindow
-
17 Apr 2009 12:41 PM #3Sencha - Community Support Team
- Join Date
- Nov 2008
- Location
- San Diego, Peoples' Republic of California
- Posts
- 2,040
- Vote Rating
- 7
I didn't label it a bug (in the title)
-
17 Apr 2009 12:47 PM #4
MJ
API Search || Ext 3: docs-demo-upgrade guide || User Extension Repository
Frequently Asked Questions: FAQs
Tutorial: Grid (php/mysql/json) , Application Design and Structure || Extensions: MetaGrid, MessageWindow
-
17 Apr 2009 12:48 PM #5Sencha - Community Support Team
- Join Date
- Nov 2008
- Location
- San Diego, Peoples' Republic of California
- Posts
- 2,040
- Vote Rating
- 7
OK, it's a bug.
-
17 Apr 2009 1:52 PM #6
This isn't a bug. TextMetrics is expensive to execute, if you need this functionality then you should probably build it in yourself, for a majority of cases it works fine as is.
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote