FireBug Lite messageQueue null

后端 未结 4 1081
情话喂你
情话喂你 2020-12-09 03:25

I\'m trying to get FireBug Lite working with IE7. Given this code (and nothing else):



        
4条回答
  •  情深已故
    2020-12-09 04:01

    One possible cause of this: if there's no stylesheet or CSS style data. No idea why.

    If there is no CSS and you're seeing this error, add some and Firebug Lite might just work again.


    For example, this JSbin, with a token CSS rule, works with Firebug Lite in IE8:

    http://jsbin.com/etecub/5/

    Code: http://jsbin.com/etecub/5/edit


    This JSbin, identical but with no CSS rules, fails to load Firebug Lite in IE8 with the error 'this.messageQueue' is null or not an object:

    http://jsbin.com/etecub/6/

    Code: http://jsbin.com/etecub/6/edit


    It seems like it doesn't matter if the rule is actually applied or not (e.g. http://jsbin.com/etecub/9 works fine). If you've got a stylesheet attached and see this error anyway, and the above doesn't work, maybe try adding a