History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-60518
Type: Usability Problem Usability Problem
Status: Open Open
Priority: Major Major
Assignee: Sergey Coox
Reporter: Serge Baltic
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ReSharper

XML::CommentWithLineComment: Should Not Include Leading Whitespace

Created: 06 Mar 08 15:16   Updated: 11 Mar 08 18:33
Component/s: Language - XAML
Fix Version/s: 4.0
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
Before:
...
      <Publish Dialog="UI.Dlg.VsVersions" Control="Next" Event="NewDialog" Value="UI.Dlg.Upgrades" Order="10">1</Publish>

After, now:

...
<!--      <Publish Dialog="UI.Dlg.VsVersions" Control="Next" Event="NewDialog" Value="UI.Dlg.Upgrades" Order="10">1</Publish>-->

After, should be:

...
      <!--<Publish Dialog="UI.Dlg.VsVersions" Control="Next" Event="NewDialog" Value="UI.Dlg.Upgrades" Order="10">1</Publish>-->


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.