<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>richtextedit Work Item Rss Feed</title><link>http://www.codeplex.com/richtextedit/WorkItem/List.aspx</link><description>richtextedit Work Item Rss Description</description><item><title>Commented Issue: How can I get the actual height of RichText</title><link>http://richtextedit.codeplex.com/WorkItem/View.aspx?WorkItemId=3023</link><description>Dear&amp;#33;&lt;br /&gt;&lt;br /&gt;After I insert a paragraph, some buttons, some images to rich text, the rich text show the vertical scrollbar. Now I don&amp;#39;t want to show the vertical scrollbar but change the height of rich text to make it fit the text&lt;br /&gt;&lt;br /&gt;How can I do that&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: RajuHosamani ** &lt;p&gt;assignment to m_Scroll.Height  give Error message &amp;#34;Value does not fall within the expected range&amp;#34; in update method of RichTextEdit class.&lt;/p&gt;</description><author>RajuHosamani</author><pubDate>Fri, 13 Mar 2009 12:02:10 GMT</pubDate><guid isPermaLink="false">Commented Issue: How can I get the actual height of RichText 20090313120210P</guid></item><item><title>Commented Issue: Import/Export content into RTF format</title><link>http://richtextedit.codeplex.com/WorkItem/View.aspx?WorkItemId=3719</link><description>A user should be able to take a document in RTF format, import it and display the document in RichTextEdit. They should also be able to export to an RTF document. This could potentailly just be a property. It may also not be able to include all object types so would be lossy.&lt;br /&gt;Comments: ** Comment from web user: RajuHosamani ** &lt;p&gt;Can it be possible in near future to get document in RTF format.&lt;/p&gt;</description><author>RajuHosamani</author><pubDate>Fri, 13 Mar 2009 11:45:10 GMT</pubDate><guid isPermaLink="false">Commented Issue: Import/Export content into RTF format 20090313114510A</guid></item><item><title>Created Issue: There is no relative location of a selected string</title><link>http://www.codeplex.com/richtextedit/WorkItem/View.aspx?WorkItemId=3791</link><description>When selecting text with richText.QuerySelectionText&amp;#40;&amp;#41;, the &amp;#34;SelectionStart&amp;#34; property always returns 0. &amp;#40;There are edge cases where this isn&amp;#39;t true.&amp;#41; There should be a way to select text and from there no where it was selected from.&lt;br /&gt;&lt;br /&gt;Scenario&amp;#58; User selects a sentence from a paragraph. Developer wants to know what paragraph it was selected from.&lt;br /&gt;</description><author>MisinformedDNA</author><pubDate>Mon, 09 Feb 2009 22:48:29 GMT</pubDate><guid isPermaLink="false">Created Issue: There is no relative location of a selected string 20090209104829P</guid></item><item><title>Created Issue: SelectionStart throws exception after selecting an object &amp; text</title><link>http://www.codeplex.com/richtextedit/WorkItem/View.aspx?WorkItemId=3790</link><description>Unit test SelectObjectAndTextTest fails.&lt;br /&gt;&lt;br /&gt;Repro&amp;#58;&lt;br /&gt;&lt;br /&gt;Insert an object&lt;br /&gt;Insert a string&lt;br /&gt;Select all&lt;br /&gt;textEdit.QuerySelectionText&amp;#40;&amp;#41;.SelectionStart&lt;br /&gt;&lt;br /&gt;EXPECTED&amp;#58; a value&lt;br /&gt;ACTUAL&amp;#58; ArgumentOutOfRangeException&lt;br /&gt;&lt;br /&gt;I&amp;#39;m not sure what SelectionStart should return. According to my tests, with no objects it always returns 0. I&amp;#39;m pretty sure it should be 0, but I am not sure when the exception should get thrown. Don&amp;#39;t want to fix one and break another.&lt;br /&gt;</description><author>MisinformedDNA</author><pubDate>Mon, 09 Feb 2009 22:20:43 GMT</pubDate><guid isPermaLink="false">Created Issue: SelectionStart throws exception after selecting an object &amp; text 20090209102043P</guid></item><item><title>Closed Issue: QuerySelectionText().SelectionStart throws an exception when nothing is selected</title><link>http://www.codeplex.com/richtextedit/WorkItem/View.aspx?WorkItemId=3778</link><description>Calling QuerySelectionText&amp;#40;&amp;#41;.SelectionStart when no text is selected should return the position of the cursor.&lt;br /&gt;Comments: Fixed in change #18357</description><author>MisinformedDNA</author><pubDate>Sun, 08 Feb 2009 22:49:49 GMT</pubDate><guid isPermaLink="false">Closed Issue: QuerySelectionText().SelectionStart throws an exception when nothing is selected 20090208104949P</guid></item><item><title>Created Issue: QuerySelectionText().SelectionStart throws an exception when nothing is selected</title><link>http://www.codeplex.com/richtextedit/WorkItem/View.aspx?WorkItemId=3778</link><description>Calling QuerySelectionText&amp;#40;&amp;#41;.SelectionStart when no text is selected should return the position of the cursor.&lt;br /&gt;</description><author>MisinformedDNA</author><pubDate>Sun, 08 Feb 2009 19:16:42 GMT</pubDate><guid isPermaLink="false">Created Issue: QuerySelectionText().SelectionStart throws an exception when nothing is selected 20090208071642P</guid></item><item><title>Closed Issue: Moving mouse over RichTextEdit box takes focus</title><link>http://www.codeplex.com/richtextedit/WorkItem/View.aspx?WorkItemId=3758</link><description>Hi,&lt;br /&gt;&lt;br /&gt;First my real appreciation for a wonderful RTF for SL, Great Control.&lt;br /&gt;&lt;br /&gt;After &amp;#91;programatically&amp;#33;&amp;#93; inserting a lengthy text &amp;#40;Scroll bar apprears&amp;#41;,  the mouse cursor is moved to the end of the text, which scrolls the text all the way down. Now, using &lt;br /&gt;&lt;br /&gt;RichEdit.QueryText&amp;#40;&amp;#41;.MoveCursor&amp;#40;0&amp;#41;&amp;#59; --&amp;#62; pushes the cursor to top of the RTF, but then i cannot set focus on any other controls on the page&amp;#63; Even after manually focussing other controls &amp;#91;like textbox&amp;#93; when i move the&lt;br /&gt;mouse over the RTF, the focus is back to RTF Control&amp;#63;&lt;br /&gt;&lt;br /&gt;Is there a way to unfocus&amp;#40;&amp;#41;&amp;#63; &lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;&lt;br /&gt;Gopi&lt;br /&gt;Comments: Fixed in 18295. Moving the mouse over the RichTextEdit box no longer takes focus. This behavior is similar to how TextBox works.</description><author>MisinformedDNA</author><pubDate>Thu, 05 Feb 2009 16:16:00 GMT</pubDate><guid isPermaLink="false">Closed Issue: Moving mouse over RichTextEdit box takes focus 20090205041600P</guid></item><item><title>Closed Issue: Selectable text in ReadOnly state</title><link>http://www.codeplex.com/richtextedit/WorkItem/View.aspx?WorkItemId=3717</link><description>A RichTextBox might be used for a news article and may want to allow the text to be selectable.&lt;br /&gt;&lt;br /&gt;Proposed solution&amp;#58; The current defaults for RichTextEdit are editable and selectable. Making it read only, makes it non-selectable. We should seperate these into IsReadOnly and IsSelectable. This would be a breaking change on functionality.&lt;br /&gt;Comments: Fixed in #18295. Selection and unselection of text and objects now only possible when IsSelectable is true.</description><author>MisinformedDNA</author><pubDate>Thu, 05 Feb 2009 16:14:39 GMT</pubDate><guid isPermaLink="false">Closed Issue: Selectable text in ReadOnly state 20090205041439P</guid></item><item><title>Created Issue: Moving mouse over RichTextEdit box takes focus</title><link>http://www.codeplex.com/richtextedit/WorkItem/View.aspx?WorkItemId=3758</link><description>Hi,&lt;br /&gt;&lt;br /&gt;First my real appreciation for a wonderful RTF for SL, Great Control.&lt;br /&gt;&lt;br /&gt;After &amp;#91;programatically&amp;#33;&amp;#93; inserting a lengthy text &amp;#40;Scroll bar apprears&amp;#41;,  the mouse cursor is moved to the end of the text, which scrolls the text all the way down. Now, using &lt;br /&gt;&lt;br /&gt;RichEdit.QueryText&amp;#40;&amp;#41;.MoveCursor&amp;#40;0&amp;#41;&amp;#59; --&amp;#62; pushes the cursor to top of the RTF, but then i cannot set focus on any other controls on the page&amp;#63; Even after manually focussing other controls &amp;#91;like textbox&amp;#93; when i move the&lt;br /&gt;mouse over the RTF, the focus is back to RTF Control&amp;#63;&lt;br /&gt;&lt;br /&gt;Is there a way to unfocus&amp;#40;&amp;#41;&amp;#63; &lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;&lt;br /&gt;Gopi&lt;br /&gt;</description><author>MisinformedDNA</author><pubDate>Thu, 05 Feb 2009 15:51:03 GMT</pubDate><guid isPermaLink="false">Created Issue: Moving mouse over RichTextEdit box takes focus 20090205035103P</guid></item><item><title>Closed Issue: Copy throws an exception when copying objects</title><link>http://www.codeplex.com/richtextedit/WorkItem/View.aspx?WorkItemId=3733</link><description>Copying text with objects&lt;br /&gt;&lt;br /&gt;ACTUAL&amp;#58; Throws an exception.&lt;br /&gt;EXPECTED&amp;#58; At a minimum, ignores the objects and only copies the text.&lt;br /&gt;Comments: Fixed in change set 18246.&lt;br /&gt;&lt;br /&gt;Actually all copying (using ctrl-c) was broken due to a breaking change in Silverlight from Beta 2 to RTM. (See http://download.microsoft.com/download/6/f/e/6fe1f43d-9d0c-4346-ad08-602df9bcb3cf/BreakingChangesBetweenBeta2andRelease.doc, Section "KeyDown Sent Synchronously")</description><author>MisinformedDNA</author><pubDate>Mon, 02 Feb 2009 00:50:30 GMT</pubDate><guid isPermaLink="false">Closed Issue: Copy throws an exception when copying objects 20090202125030A</guid></item><item><title>Created Issue: Copy throws an exception when copying objects</title><link>http://www.codeplex.com/richtextedit/WorkItem/View.aspx?WorkItemId=3733</link><description>Copying text with objects&lt;br /&gt;&lt;br /&gt;ACTUAL&amp;#58; Throws an exception.&lt;br /&gt;EXPECTED&amp;#58; At a minimum, ignores the objects and only copies the text.&lt;br /&gt;</description><author>MisinformedDNA</author><pubDate>Sat, 31 Jan 2009 23:54:02 GMT</pubDate><guid isPermaLink="false">Created Issue: Copy throws an exception when copying objects 20090131115402P</guid></item><item><title>Created Issue: Import/Export content into RTF format</title><link>http://www.codeplex.com/richtextedit/WorkItem/View.aspx?WorkItemId=3719</link><description>A user should be able to take a document in RTF format, import it and display the document in RichTextEdit. They should also be able to export to an RTF document. This could potentailly just be a property. It may also not be able to include all object types so would be lossy.&lt;br /&gt;</description><author>MisinformedDNA</author><pubDate>Wed, 28 Jan 2009 18:44:14 GMT</pubDate><guid isPermaLink="false">Created Issue: Import/Export content into RTF format 20090128064414P</guid></item><item><title>Created Issue: Databinding</title><link>http://www.codeplex.com/richtextedit/WorkItem/View.aspx?WorkItemId=3718</link><description>RichTextEdit should enable databinding.&lt;br /&gt;</description><author>MisinformedDNA</author><pubDate>Wed, 28 Jan 2009 18:29:33 GMT</pubDate><guid isPermaLink="false">Created Issue: Databinding 20090128062933P</guid></item><item><title>Commented Issue: Internet Explorer crashes randomly</title><link>http://www.codeplex.com/richtextedit/WorkItem/View.aspx?WorkItemId=2095</link><description>This seems to be an issue of IE, try to use Firefox until Silverlight Beta 2 is released... Firefox didn&amp;#39;t crash once...&lt;br /&gt;The IE 7 seems to be very unstable for me, it even crashes when loading www.silverlight.net, so maybe this only applies to my Windows Vista &amp;#43; IE7 but I don&amp;#39;t think so...&lt;br /&gt;Comments: ** Comment from web user: MisinformedDNA ** &lt;p&gt;I&amp;#39;m not seeing this with Vista x64 and IE7. If you are seeing IE 7 crash on silverlight.net, which doesn&amp;#39;t have RichTextEdit, then it&amp;#39;s not probably not an issue with RichTextEdit.&lt;/p&gt;</description><author>MisinformedDNA</author><pubDate>Wed, 28 Jan 2009 18:27:34 GMT</pubDate><guid isPermaLink="false">Commented Issue: Internet Explorer crashes randomly 20090128062734P</guid></item><item><title>Created Issue: Selectable text in ReadOnly state</title><link>http://www.codeplex.com/richtextedit/WorkItem/View.aspx?WorkItemId=3717</link><description>A RichTextBox might be used for a news article and may want to allow the text to be selectable.&lt;br /&gt;&lt;br /&gt;Proposed solution&amp;#58; The current defaults for RichTextEdit are editable and selectable. Making it read only, makes it non-selectable. We should seperate these into IsReadOnly and IsSelectable. This would be a breaking change on functionality.&lt;br /&gt;</description><author>MisinformedDNA</author><pubDate>Wed, 28 Jan 2009 18:23:17 GMT</pubDate><guid isPermaLink="false">Created Issue: Selectable text in ReadOnly state 20090128062317P</guid></item><item><title>Commented Issue: How can I get the actual height of RichText</title><link>http://www.codeplex.com/richtextedit/WorkItem/View.aspx?WorkItemId=3023</link><description>Dear&amp;#33;&lt;br /&gt;&lt;br /&gt;After I insert a paragraph, some buttons, some images to rich text, the rich text show the vertical scrollbar. Now I don&amp;#39;t want to show the vertical scrollbar but change the height of rich text to make it fit the text&lt;br /&gt;&lt;br /&gt;How can I do that&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: MisinformedDNA ** &lt;p&gt;Does setting Height&amp;#61;&amp;#34;Auto&amp;#34; solve your issue&amp;#63;&lt;/p&gt;</description><author>MisinformedDNA</author><pubDate>Wed, 28 Jan 2009 18:13:30 GMT</pubDate><guid isPermaLink="false">Commented Issue: How can I get the actual height of RichText 20090128061330P</guid></item><item><title>Commented Issue: Rich Text Viewer</title><link>http://www.codeplex.com/richtextedit/WorkItem/View.aspx?WorkItemId=3424</link><description>Hi Do we have a control which can be used as a rich text viewer&amp;#63; if so can you please let us know. &lt;br /&gt;Thanks a bunch.&lt;br /&gt;Comments: ** Comment from web user: MisinformedDNA ** &lt;p&gt;If you set IsReadOnly to true, does this solve you problem&amp;#63; If not, what exactly are you looking for&amp;#63;&lt;/p&gt;</description><author>MisinformedDNA</author><pubDate>Wed, 28 Jan 2009 18:12:25 GMT</pubDate><guid isPermaLink="false">Commented Issue: Rich Text Viewer 20090128061225P</guid></item><item><title>Created Issue: Rich Text Viewer</title><link>http://www.codeplex.com/richtextedit/WorkItem/View.aspx?WorkItemId=3424</link><description>Hi Do we have a control which can be used as a rich text viewer&amp;#63; if so can you please let us know. &lt;br /&gt;Thanks a bunch.&lt;br /&gt;</description><author>chinkul</author><pubDate>Sun, 30 Nov 2008 08:31:18 GMT</pubDate><guid isPermaLink="false">Created Issue: Rich Text Viewer 20081130083118A</guid></item><item><title>Created Issue: How can I get the actual height of RichText</title><link>http://www.codeplex.com/richtextedit/WorkItem/View.aspx?WorkItemId=3023</link><description>Dear&amp;#33;&lt;br /&gt;&lt;br /&gt;After I insert a paragraph, some buttons, some images to rich text, the rich text show the vertical scrollbar. Now I don&amp;#39;t want to show the vertical scrollbar but change the height of rich text to make it fit the text&lt;br /&gt;&lt;br /&gt;How can I do that&amp;#63;&lt;br /&gt;</description><author>haughtycool</author><pubDate>Thu, 25 Sep 2008 10:56:45 GMT</pubDate><guid isPermaLink="false">Created Issue: How can I get the actual height of RichText 20080925105645A</guid></item><item><title>Closed Issue: Not Working with new Silverlight version 2.0.30523. BETA 2 ?????</title><link>http://www.codeplex.com/richtextedit/WorkItem/View.aspx?WorkItemId=2338</link><description>I tried to run this demo, but it&amp;#39;s asking me to unistall new version 2.0.30523 and install version 2.0.30226.&lt;br /&gt;Not working with Silvelight 2 Beta 2&amp;#63;&lt;br /&gt;</description><author>ChristophHusse</author><pubDate>Fri, 13 Jun 2008 13:23:11 GMT</pubDate><guid isPermaLink="false">Closed Issue: Not Working with new Silverlight version 2.0.30523. BETA 2 ????? 20080613012311P</guid></item></channel></rss>