Hi Dan! In your inspectElement(event) function you need to call cancelEvent(event), not inside stopInspecting(event). And as Honza already mentioned you need to add a click event handler, that just calls cancelEvent(event). Hopefully it's a bit clearer now.
Sebastian On May 29, 9:18 am, Dan Adika <[email protected]> wrote: > Still not working... > > On May 29, 9:39 am, Jan Honza Odvarko <[email protected]> wrote: > > > > > > > > > On May 28, 12:14 pm, Dan Adika <[email protected]> wrote:> can you figure > > out why it's not working for me? > > > You also need to handle "click" event and prevent the default > > behavior. > > > Honza -- 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.
