Changes between Initial Version and Version 1 of Ticket #7784, comment 9


Ignore:
Timestamp:
Jun 23, 2011, 11:07:17 AM (13 years ago)
Author:
ron
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7784, comment 9

    initial v1  
    11Not sure if this relates to this ticket but I was still getting "A parameter or an operation is not supported by the underlying object" code: "15" when loading a stylesheet in FF4. I am using 3.6.1
    22
    3 The problem was with "var k=i.cssRules||i.rules;" I was also loading the instance through ajax.
     3The problem was with "var k=i.cssRules| |i.rules;" I was also loading the instance through ajax.
    44
    55Apparently in FF you can't load a stylesheet and access it in the same function. You some kind of yield in between.
     
    1717                                        }
    1818
    19                                         var k=i.cssRules||i.rules;
     19                                        var k=i.cssRules| |i.rules;
    2020                                        for(var l=0;l<k.length;l++){
    2121                                                g.push(k[l].selectorText);
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy