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%3Asabine.michael.ratcliffe+&sort=-owner&colspec=ID+Type+Status+Owner+Test+Summary&cells=tiles 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 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.
