Hi Mike, 2010/9/20 Mike Ratcliffe <[email protected]>: > I gathered a list of all inspector tests together a while back: > http://fbug.googlecode.com/svn/tests/inspector/index.htm
Thanks for pointing this out. As I told, the best solution would be to use your implementation, once it fixed several Inspector issues. But we need to tweak Firebug Lite a little bit to make it work, so it will take some time. But let's see if Sean manages to create an small test case. I'm pretty sure this is related to a specific CSS property being applied to several elements, which is easy to fix. > To debug the inspector you could use these ... they are fairly > comprehensive. > > At the moment I have very little time to contribute due to health > issues, but when I am recovered I am hoping to be able to contribute > again. Don't worry, take care of yourself. regards, Pedro Simonetti. > > Thanks > > Mike Ratcliffe > > On Sep 17, 7:52 pm, Pedro Simonetti Garcia <[email protected]> > wrote: >> Hi Sean, >> >> 2010/9/17 Sean Winstead <[email protected]>: >> >> > Hi, >> >> > Thanks for responding. I apologize for not getting back to the group >> > for so long. This coming week, I will try to put together an example. >> >> Please do it. >> >> Maybe Mike Ratcliffe could help us a little bit with detecting this >> problem. He worked on the new version of the Inspector used in >> Firebug which fixed several Inspector issues: >> >> http://code.google.com/p/fbug/issues/list?can=1&q=inspector+owner%3As... >> >> I suspect your problem is one of them. Take a look and maybe there's >> a test case already written for your case. >> >> This problem usually happens when you define a global style >> which happens to override Firebug Lite's outline styles, like >> the following CSS declaration: >> >> div, span, p, ol, ul, li, div *, span * { >> margin: 100px !important; >> padding: 100px !important; >> border: 10px solid black !important; >> >> } >> >> We aren't using Mike's new implementation on Firebug Lite yet >> because it depends on some parts of Firebug API which aren't >> completed yet, but we plan to use it in a future version. >> >> regards, >> >> Pedro Simonetti. >> >> >> >> > Sean >> >> > On Sep 7, 11:06 am, Pedro Simonetti Garcia <[email protected]> >> > wrote: >> >> HiSean, >> >> >> I guess this is a bug. >> >> >> Could you please provide us a small example which illustrates this >> >> problem? >> >> >> It seems it is a problem that affected Firebug (not Lite) a while ago, and >> >> Firebug Lite uses an implementation based on the old Inspector module >> >> of Firebug. >> >> >> regards, >> >> >> Pedro Simonetti. >> >> >> 2010/9/7SeanWinstead <[email protected]>: >> >> >> > Hi, >> >> >> > I am using latest verson of Firebug Lite from Stable channel in IE7. >> >> >> > When I try to inspect screen elements, I have to move the mouse cursor >> >> > to the right and down of the element's actual on-screen position in >> >> > order to see the blue outline for the element. It looks like some >> >> > position-related calculation is off. >> >> >> > What causes this? >> >> >> >Sean >> >> >> > -- >> >> > 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 >> >> > athttp://groups.google.com/group/firebug?hl=en.-Hide quoted text - >> >> >> - Show quoted text - >> >> > -- >> > 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 >> > athttp://groups.google.com/group/firebug?hl=en. > > -- > 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. > > -- 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.
