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

Key: RSRP-47451
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Oleg Stepanov
Reporter: Erwin Derksen
Votes: 0
Watchers: 1
Operations

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

Code completion in aspx inserts erroneous text

Created: 16 Aug 07 00:24   Updated: 17 Oct 07 13:47
Component/s: Code Completion
Fix Version/s: 4.0, 3.1
Security Level: Everybody (All jira users)

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

Build: 514


 Description  « Hide
In an aspx file I have the following line of code (| is cursor position):
<asp:Button ID="Controleren" Text="Controleren..." OnClick="|" runat="server" />

Pressing ctrl +space or ctrl + shift + space brings up a few choices, among others the one I want to choose, namely the method Controleren_OnClick. Selecting this method results in the following code:

<asp:Button ID="Controleren" Text="Controleren..." OnClick="Controleren_OnClick(@"C__;")="server" />

This clearly is an error.



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