Issue 4509: "Run to line" debugging shortcut is activated neither by Ctrl-click nor by middle-click on line number

Run To This Line via context menu

Steps to reproduce

  1. Open Firebug
  2. Enable the Console and Script and switch to the Script panel
  3. Reload the page
    ⇒ Script execution should stop at line 10 (debugger;)
  4. Right-click on line 12 (console.log("Run To Line should stop here.");) and choose Run To This Line from the context menu
    ⇒ The execution indicator should now stand at line 12 (console.log("Run To Line should stop here.");)
  5. Switch to the Console panel
    That's the first log line. should be listed inside the console

Expected result

Run to line via Ctrl/⌘+click on Breakpoint Column

Steps to reproduce

  1. Open Firebug
  2. Enable the Console and Script and switch to the Script panel
  3. Reload the page
    ⇒ Script execution should stop at line 10 (debugger;)
  4. Hold down Ctrl/⌘ and click on the Breakpoint Column at line 12 (console.log("Run To Line should stop here.");)
    ⇒ The execution indicator should now stand at line 12 (console.log("Run To Line should stop here.");)
  5. Switch to the Console panel
    That's the first log line. should be listed inside the console

Expected result

Run to line via middle-click on Breakpoint Column

Steps to reproduce

  1. Open Firebug
  2. Enable the Console and Script and switch to the Script panel
  3. Reload the page
    ⇒ Script execution should stop at line 10 (debugger;)
  4. Middle-click on the Breakpoint Column at line 12 (console.log("Run To Line should stop here.");)
    ⇒ The execution indicator should now stand at line 12 (console.log("Run To Line should stop here.");)
  5. Switch to the Console panel
    That's the first log line. should be listed inside the console

Expected result