Fix unit test failures with TextEditorView usage.

Review Request #6470 — Created Oct. 20, 2014 and submitted — Latest diff uploaded

Information

Review Board
release-2.0.x
ff0452c...

Reviewers

Some of the unit tests were breaking with the transition to
TextEditorView, in particular with the plain text backend. In some
cases, they were expecting access to methods that no longer existed, or
looking up the wrong data key.

This did expose a real bug in the change event handling, which now looks
for key events as well as change events, and allows the events to bubble
so that key bindings work.

Unit tests pass.

    Loading...