Priority
Critical
Type
Bug 
State
Fixed 
Assignee
Oleg Stepanov 
Subsystem
Code Completion 
Affected versions
Fixed in
Fixed in build
Next build 
Build
514
  • Submitted by   Erwin Derksen
    2 years ago (16 Aug 2007 00:24)
  • Updated by Erwin Derksen
    2 years ago (17 Oct 2007 13:47)
  • Jira: RSRP-47451
    (history, comments)

RSRP-47451

Code completion in aspx inserts erroneous text

0
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.

Issue was closed
Comments (0)
 
History (0)
 
Links
 
Issue has no comments