Bugzilla – Bug 428558
RichTextBox: Begin implementation
Last modified: 2009-01-21 19:51:29 UTC
Implement AtkAccessible and AtkComponent for RichTextBox and develop initial unit test. Specification ============== Acts As: Text Similar To: GtkTextView Provides: AtkAccessible, AtkComponent, AtkStreamableContent, AtkText, AtkEditableText Default State: Editable, Enabled, Focusable, Multi-Line, Sensitive, Showing, Visible
Straightforward.
New default assignee and QA (although we'll create a new dummy mailing list specifically for QA soon).
Moving all of these to P4 to show that they have been triaged. Will be reprioritizing these properly tomorrow.
Orig. Est is not the right place for estimates as they do not alter the Curr. Est. field. Because of this, Bugzilla tells Berserk that Remaining Hours is 0. Updating Remaining Hours is the right place for new estimates. Sorry for the spam.
Hours.
I will get RichTextBox acting like a regular text box for this release, and push off more complicated support to 1.0, as it will require gtk# changes.
In the course of this, I had to get TextBoxEntryView to a more stable state, and as of r119349, you can read a RichTextBox and you can kind of write to it, but all formatting is lost. At least it doesn't crash. I'm pushing what remains of this issue off until 1.0 as the remaining work has to wait for Atk# fixes.
Completed in r124098.