Issue #2271

This test-case is intended for Issue #2271 - JS errors in AJAX callback functions are not shown.
Jan Odvarko, odvarko@gmail.com

  1. Open Firebug and enable the Console panel. Make sure the Show XMLHttpRequests option is on.
  2. Click on the Execute Test button below.
  3. See Firefox Error Console. There should be following error:
  4. Error: document.getElementId is not a function
    Source File: http://legoas/firebug/tests/2271/issue2271.html Line: 35
  5. See also Firebug's Console panel. The error should also be there.
  6. If the error isn't there -> BUG