Bug 428558 - RichTextBox: Begin implementation
Summary: RichTextBox: Begin implementation
Status: RESOLVED FIXED
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - ATK (show other bugs)
Version: Unspecified
Hardware: Other Other
: P4 - Low : Enhancement
Target Milestone: Release 1.0
Assignee: Brad Taylor
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on: 443885
Blocks:
  Show dependency treegraph
 
Reported: 2008-09-22 18:09 UTC by Brad Taylor
Modified: 2009-01-21 19:51 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brad Taylor 2008-09-22 18:09:24 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
Comment 1 Andres Aragoneses 2008-09-23 20:37:44 UTC
Straightforward.
Comment 2 Andres Aragoneses 2008-09-24 20:44:44 UTC
New default assignee and QA (although we'll create a new dummy mailing list specifically for QA soon).
Comment 3 Brad Taylor 2008-09-25 22:11:52 UTC
Moving all of these to P4 to show that they have been triaged.  Will be reprioritizing these properly tomorrow.
Comment 4 Brad Taylor 2008-10-29 20:25:52 UTC
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.
Comment 5 Andres Aragoneses 2008-10-31 02:26:41 UTC
Hours.
Comment 6 Brad Taylor 2008-11-19 16:16:13 UTC
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.
Comment 7 Brad Taylor 2008-11-19 17:25:05 UTC
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.
Comment 8 Brad Taylor 2009-01-21 19:51:29 UTC
Completed in r124098.