Fixing a few Cell Widget bugs. I combined these bugs because they are all quick fixes and fairly straightforward.

(Issue 5971) CompositeCell does not implement isEditing.  I implemented isEditing in CompositeCell.

(Issue 5993) TextInputCell and EditTextCell double escape values before putting them into text boxes. We no longer use the SafeHtmlRenderer to render the content of the input value, as input values are always treat their values as text.  SafeHtml isn't valid in an attribute context.

Selecting a range in a CellTable only works on the first page. DefaultSelectionEventManager now correctly subtracts the page start index when getting the selected values from the CellTable.

Non-bubbling events (change/load/error/focus/blur) aren't captured in CellTable in IE9. Switched IE9 to use the StandardBase implementation, which is much simpler and works for IE9.

Review at http://gwt-code-reviews.appspot.com/1408801

Review by: fabiomfv@google.com

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9954 8db76d5a-ed1c-0410-87a9-c151d255dfc7
11 files changed