ee3a84w
Friday, January 9, 2009

[2.0][FIXED] Bottom tab strip with iconCls - inactive tabs messed up by css rule

  • It appears that the following rule (line 430 in ext-all.css) messes up inactive tabs with iconCls specified:

    .x-tab-strip .x-tab-with-icon .x-tab-right {
    padding-left:6px;
    }


    This problem is only visible on bottom toolbars.

    I'm currently working around the problem by adding the following rule:

    .x-tab-strip-bottom .x-tab-with-icon .x-tab-right{
    padding-left:0;
    }


    But I suppose the original rule should really be targetting only top tab strips, i.e.:

    .x-tab-strip-top .x-tab-with-icon .x-tab-right {
    padding-left:6px;
    }


  • Thanks for the bug report and fix jarrod. We will look into this and get it resolved in SVN.


  • Fixed in SVN, thanks.


  • Thanks for the bug report and fix jarrod. We will look into this and get it resolved in SVN.

    Just a quick note to check if this has been resolved in SVN?







  • #If you have any other info about this subject , Please add it free.#
    Your name:
    E-mail:
    Telphone:

    Your comments:


    If you have any other info about [2.0][FIXED] Bottom tab strip with iconCls - inactive tabs messed up by css rule , Please add it free.