Redactor Bugreport

Redactor v9.0 (May 30, 2013)


Scenario

  1. Place the cursor after any html element. (img, input)
  2. Press backspace

Result The element'll be removed, as expected but redactor.js reports an error:

TypeError: current.nodeValue is undefined
redactor.js (line 1137)

When I log current.nodeValue @ line 1136 image