https://bugzilla.novell.com/show_bug.cgi?id=640194
https://bugzilla.novell.com/show_bug.cgi?id=640194#c1 --- Comment #1 from Jonathan Pobst <[email protected]> 2010-09-17 17:01:34 UTC --- For reference, here is the Java I was trying to port: @Override public Editable getText() { return (Editable) super.getText(); } @Override public void setText(CharSequence text, BufferType type) { super.setText(text, BufferType.EDITABLE); } -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
