On Feb 17, 8:44 am, EthraZa <[email protected]> wrote: > When I'am developing my webapp and have the FB activated for it and > have another browser window open in the phpmyadmin of for instance > with no FB activated in that window, whenever I click (for example) > Edit in the SQL tab, the FB at my site windows shows a lot of > phpmyadmin errors. > Shoudn't FB show errors for the site the window it's at only?
Firefox sends all errors to a global list. Firebug does its best to route messages to the correct window. In Firebug 1.8 we can do a better job because Firefox will tag errors with a window id. jjb -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
