<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>UIAutomationVerify Work Item Rss Feed</title><link>http://www.codeplex.com/UIAutomationVerify/WorkItem/List.aspx</link><description>UIAutomationVerify Work Item Rss Description</description><item><title>Created Issue: Windows Security dialog is not visible [17330]</title><link>http://uiautomationverify.codeplex.com/workitem/17330</link><description>This is a great tool &amp;#33; During automation, I found that Windows Security dialog is not visible through this tool.&lt;br /&gt;&lt;br /&gt;Note&amp;#58; This issue happens only on Windows 8 dev build, but perfectly works on Windows XP&amp;#47;7&lt;br /&gt;&lt;br /&gt;Need additional info, please let me know.&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;</description><author>nagappanal</author><pubDate>Tue, 31 Jan 2012 21:43:51 GMT</pubDate><guid isPermaLink="false">Created Issue: Windows Security dialog is not visible [17330] 20120131094351P</guid></item><item><title>Created Issue: uialogging - LogInfo - BaseInfo - ToString() has several bugs [11186]</title><link>http://uiautomationverify.codeplex.com/WorkItem/View.aspx?WorkItemId=11186</link><description>the line&lt;br /&gt;            return string.Format&amp;#40;&amp;#34;&amp;#91;&amp;#123;0&amp;#125;&amp;#58;&amp;#123;1&amp;#125;&amp;#58;&amp;#123;2&amp;#125;&amp;#58;&amp;#123;3&amp;#125;&amp;#93;&amp;#34;,DateTime.Now.Hour.ToString&amp;#40;&amp;#34;00&amp;#34;&amp;#41;, DateTime.Now.Minute.ToString&amp;#40;&amp;#34;00&amp;#34;&amp;#41;, DateTime.Now.Second.ToString&amp;#40;&amp;#34;00&amp;#34;&amp;#41;, DateTime.Now.Millisecond.ToString&amp;#40;&amp;#34;00&amp;#34;&amp;#41;.Substring&amp;#40;0, 2&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;has the following problems&amp;#58;&lt;br /&gt;a&amp;#41; DateTime.Now might part way through, resulting in say 11&amp;#58;59&amp;#58;59&amp;#58;99 being displayed as 11&amp;#58;00&amp;#58;00&amp;#58;00, as 11&amp;#58;59&amp;#58;59&amp;#58;99 becoming 12&amp;#58;00&amp;#58;00&amp;#58;00 after 11 has been calced. if order is right to left then 11&amp;#58;59&amp;#58;59&amp;#58;99 might be displayed as 12&amp;#58;59&amp;#58;59&amp;#58;99.&lt;br /&gt;b&amp;#41; Milliseconds of 10 displays as &amp;#34;10&amp;#34;, 98 displays as &amp;#34;98&amp;#34;, 100 as &amp;#34;10&amp;#34; and 980 as &amp;#34;98&amp;#34;. some of these are incorrect.&lt;br /&gt;These problems can be fixed by using a more compact line of&lt;br /&gt;            return DateTime.Now.ToString&amp;#40;&amp;#34;HH&amp;#58;mm&amp;#58;ss&amp;#58;ff&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;</description><author>brewmanz</author><pubDate>Mon, 14 Dec 2009 05:53:51 GMT</pubDate><guid isPermaLink="false">Created Issue: uialogging - LogInfo - BaseInfo - ToString() has several bugs [11186] 20091214055351A</guid></item><item><title>Commented Issue: UI controls embed within Properties of Custom Control  not identified [10604]</title><link>http://uiautomationverify.codeplex.com/WorkItem/View.aspx?WorkItemId=10604</link><description>LayoutTabControl - Custom UI control - Contains Controls embeded within properties&lt;br /&gt;Property - MenuContent encloses Button control&lt;br /&gt;&lt;br /&gt;I am not able to get the Controls within the Property, I tried with Automation by ID, or Name  with TreeScope.Descendents, TreeScope.Subtree. etc.&lt;br /&gt;&lt;br /&gt;The Find All option with Custom control type returns objects but the properties are all blank&lt;br /&gt;&lt;br /&gt;this is how the properties are being set&lt;br /&gt;&lt;br /&gt;&amp;#91;Category&amp;#40;&amp;#34;Common Properties&amp;#34;&amp;#41;&amp;#93;&lt;br /&gt;        public object MenuContent&lt;br /&gt;        &amp;#123;&lt;br /&gt;            get &amp;#123; return &amp;#40;object&amp;#41;GetValue&amp;#40;MenuContentProperty&amp;#41;&amp;#59; &amp;#125;&lt;br /&gt;            set &amp;#123; SetValue&amp;#40;MenuContentProperty, value&amp;#41;&amp;#59; &amp;#125;&lt;br /&gt;        &amp;#125;&lt;br /&gt;&lt;br /&gt;        public static readonly DependencyProperty MenuContentProperty &amp;#61;&lt;br /&gt;            DependencyProperty.Register&amp;#40;&amp;#34;MenuContent&amp;#34;, typeof&amp;#40;object&amp;#41;, typeof&amp;#40;LayoutTabControl&amp;#41;, new FrameworkPropertyMetadata&amp;#40;&amp;#40;object&amp;#41;null&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;Comments: ** Comment from web user: Visa1234 ** &lt;p&gt;Pls remove the attachment.&lt;/p&gt;</description><author>Visa1234</author><pubDate>Mon, 14 Sep 2009 04:27:55 GMT</pubDate><guid isPermaLink="false">Commented Issue: UI controls embed within Properties of Custom Control  not identified [10604] 20090914042755A</guid></item><item><title>Created Issue: UI controls embed within Properties of Custom Control  not identified [10604]</title><link>http://uiautomationverify.codeplex.com/WorkItem/View.aspx?WorkItemId=10604</link><description>LayoutTabControl - Custom UI control - Contains Controls embeded within properties&lt;br /&gt;Property - MenuContent encloses Button control&lt;br /&gt;&lt;br /&gt;I am not able to get the Controls within the Property, I tried with Automation by ID, or Name  with TreeScope.Descendents, TreeScope.Subtree. etc.&lt;br /&gt;&lt;br /&gt;The Find All option with Custom control type returns objects but the properties are all blank&lt;br /&gt;&lt;br /&gt;this is how the properties are being set&lt;br /&gt;&lt;br /&gt;&amp;#91;Category&amp;#40;&amp;#34;Common Properties&amp;#34;&amp;#41;&amp;#93;&lt;br /&gt;        public object MenuContent&lt;br /&gt;        &amp;#123;&lt;br /&gt;            get &amp;#123; return &amp;#40;object&amp;#41;GetValue&amp;#40;MenuContentProperty&amp;#41;&amp;#59; &amp;#125;&lt;br /&gt;            set &amp;#123; SetValue&amp;#40;MenuContentProperty, value&amp;#41;&amp;#59; &amp;#125;&lt;br /&gt;        &amp;#125;&lt;br /&gt;&lt;br /&gt;        public static readonly DependencyProperty MenuContentProperty &amp;#61;&lt;br /&gt;            DependencyProperty.Register&amp;#40;&amp;#34;MenuContent&amp;#34;, typeof&amp;#40;object&amp;#41;, typeof&amp;#40;LayoutTabControl&amp;#41;, new FrameworkPropertyMetadata&amp;#40;&amp;#40;object&amp;#41;null&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;</description><author>Visa1234</author><pubDate>Tue, 08 Sep 2009 21:36:51 GMT</pubDate><guid isPermaLink="false">Created Issue: UI controls embed within Properties of Custom Control  not identified [10604] 20090908093651P</guid></item><item><title>Created Issue: GridPatternPropertyObject.GetItem has the parameters backwards</title><link>http://uiautomationverify.codeplex.com/WorkItem/View.aspx?WorkItemId=10555</link><description>When you use the GridPatternPropertyObject &amp;#40;e.g. go to the GridPattern in the property grid for a ListView using a GridView&amp;#41;, you&amp;#39;re passing the Column as the first parameter and the Row as the second. Well, the GridPattern object takes the Row as the first parameter and the Column as the second.&lt;br /&gt;</description><author>agsmith</author><pubDate>Fri, 28 Aug 2009 19:09:01 GMT</pubDate><guid isPermaLink="false">Created Issue: GridPatternPropertyObject.GetItem has the parameters backwards 20090828070901P</guid></item><item><title>Created Issue: TablePattern not properly supported</title><link>http://uiautomationverify.codeplex.com/WorkItem/View.aspx?WorkItemId=10554</link><description>You have a bug in the AutomationElementPropertyObject ctor. You&amp;#39;re asking for a pattern from the AutomationElement and then checking if its a GridPattern before checking if its a TablePattern. Well, TablePattern derives from GridPattern so you end up storing the results of request for the TablePattern in the _gridPatternPropertyObject instead of in the _tablePatternPropertyObject.&lt;br /&gt;</description><author>agsmith</author><pubDate>Fri, 28 Aug 2009 19:06:27 GMT</pubDate><guid isPermaLink="false">Created Issue: TablePattern not properly supported 20090828070627P</guid></item><item><title>CREATED ISSUE: Second toolbar button for "Run selected test..." is not wokring</title><link>http://www.codeplex.com/UIAutomationVerify/WorkItem/View.aspx?WorkItemId=5896</link><description>Thanks for your interests in UI Automation Verify tool&amp;#33;&lt;br /&gt;&lt;br /&gt;There are two toolbar buttons for running test against selected Automation Element node. The second button was meant to provide an option to run test against the selection and all children, however the implementation was pulled just before we published the initial release. We want to pull back the feature to work eventually, but so far the button is not operable. We may remove the button temporary in future updates.&lt;br /&gt;&lt;br /&gt;By writing test driver, you can still run any test against all or any portion of your Automation Element tree.&lt;br /&gt;</description><author>UIAutomationTeam</author><pubDate>Fri, 04 Apr 2008 19:37:03 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Second toolbar button for "Run selected test..." is not wokring 20080404073703P</guid></item></channel></rss>