[CLOSED] [#47] [MVC 3 Razor] Tabpanel Titles

  1. #1

    [CLOSED] [#47] [MVC 3 Razor] Tabpanel Titles

    Titles on my TabPanel are not showing the full text, screenshot below.

    How to show the full text in the Title (like Personal instead of Perso...)?

    Also, when a Tab is Active, how do I change the Color of the Tab to clearly distinguish between the Active and In-Active tabs?

    Thanks
    Attached Thumbnails Click image for larger version. 

Name:	TabTitles.PNG 
Views:	98 
Size:	11.4 KB 
ID:	4797  
    Last edited by Daniil; Dec 25, 2012 at 5:51 AM. Reason: [CLOSED]
  2. #2
    Hi,

    Quote Originally Posted by dheeraj_us View Post
    Titles on my TabPanel are not showing the full text, screenshot below.

    How to show the full text in the Title (like Personal instead of Perso...)?
    I think it should be already fixed. Do you use the latest Ext.NET sources? What browser are you testing with?

    Could you also provide a sample to reproduce?

    Quote Originally Posted by dheeraj_us View Post
    Also, when a Tab is Active, how do I change the Color of the Tab to clearly distinguish between the Active and In-Active tabs?
    Please keep one issue per thread. So, please start a new forum thread for this issue.
  3. #3
    Yes I updated the SVN (2.1) and using IE7 and IE8.

    Fixed the Text issue by using:
    .x-ie8 .x-tab BUTTON .x-tab-inner{text-overflow: clip;}
    .x-ie7 .x-tab BUTTON .x-tab-inner{text-overflow: clip;}
    Last edited by Daniil; Sep 19, 2012 at 3:43 PM. Reason: Please use [CODE] tags
  4. #4
    Good job!

    As far as I can remember I reported this issue to Sencha. I will review.
  5. #5
    Opened an Issue to track this defect, see

    https://github.com/extnet/Ext.NET/issues/47
  6. #6
    The thread duplicates this one:
    http://forums.ext.net/showthread.php?20131

    I am tagging this thread as [CLOSED], but will leave another one [OPEN].
  7. #7
    The issue appears to be fixed since v2.2 release.

Similar Threads

  1. [CLOSED] MVC 3 [Razor] TabPanel Content Loading
    By dheeraj_us in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Sep 18, 2012, 7:22 PM
  2. [CLOSED] MVC 3 [Razor] Tabpanel Click
    By dheeraj_us in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Sep 18, 2012, 7:21 PM
  3. [CLOSED] Tab titles ellipsis not working - here's a CSS fix
    By anup in forum 1.x Legacy Premium Help
    Replies: 10
    Last Post: Apr 12, 2011, 3:48 PM
  4. [CLOSED] [1.0] TreePanel with ellipsis (...) if node titles overflow
    By danielg in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Feb 02, 2011, 3:16 PM
  5. [CLOSED] tabstrip titles get cut off after re-styling
    By UGRev in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Apr 20, 2010, 1:55 AM

Posting Permissions