Contenteditable inside iewin - return key.

Hi
I’ve been using the iewin for a few years now, using it to present forms, including a rich text control using contenteditable.

With version 3.0.0, I find that the return key will not create a new paragraph in a contenteditable div, unless I clear the wx.TAB_TRAVERSAL style on the iewin window. Note that wx.WANTS_CHARS style is set.

Note that this appears to be a variant of a similar problem I was having in previous versions, where the return key was blocked by an enclosing SplitterWindow, and I needed to clear TAB_TRAVERSAL on that instead. It appears that this problem is fixed, but replaced by the similar issue described above?

Paul