Thank you for reporting this bug. We will make it our priority to review this report.
  1. #1
    Sencha User
    Join Date
    Nov 2008
    Location
    Vienna - Austria
    Posts
    866
    Vote Rating
    0
    micgala is on a distinguished road

      0  

    Default [FIXED] [2.0-m1] Bug in CSS.addStyleSheet

    [FIXED] [2.0-m1] Bug in CSS.addStyleSheet


    Hi.

    There is a bug in the addStyleSheet method, CSS class.

    The line

    Code:
    link.setPropertyString("id", "id");
    should be changed to
    Code:
    link.setPropertyString("id", id);
    Regards,
    Michel.

  2. #2
    Software Architect
    Join Date
    Sep 2007
    Posts
    13,692
    Vote Rating
    107
    sven is just really nice sven is just really nice sven is just really nice sven is just really nice

      0  

    Default


    Fixed in SVN.