id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
182,Wrong call to prototyped function _lc in applyCSSRule of DynamicCSS,Michael Hosse <michael.hosse@…>,gogo,"When applyCSSRule is called, it is called as a static method. In this case it is not possible to call this._lc, because it does not exist. No error is thrown because applyCSSRule is called in a try...catch block with an empty catch.
The result is a mostly empty StyleList.

As a workaround i replaced the calls to this._lc(""Default"") by HTMLArea._lc(""Default"", 'DynamicCSS').

But IMO this is only a quickfix. Maybe _lc should be a static method too.",defect,closed,normal,,Xinha Core,,major,fixed,,
