Issue 4386: DOM breakpoints can't be deleted or disabled/enabled from within the Breakpoints Side Panel

Steps to reproduce

  1. Open Firebug
  2. Enable the Script panel
  3. Reload the page
  4. Switch to the DOM panel
  5. Search for the object _test and expand it
  6. Set breakpoints at a, b, c and d
  7. Switch to the Script panel and there to the Breakpoints side panel
  8. Click the Remove button of the a and b breakpoint to remove these breakpoints
  9. Click the checkbox besides the c breakpoint to disable the breakpoint
  10. Switch back to the DOM panel
  11. Have a look at the properties of test

Expected result