Reporter | Tatyana Lunegova (lunega) |
---|---|
Created | May 3, 2012 2:48:19 PM |
Updated | May 4, 2012 12:17:01 AM |
Resolved | May 4, 2012 12:17:01 AM |
Priority | Show-stopper |
Type | Performance Problem |
Fix versions | 7.0 Preview |
State | Fixed |
Assignee | Sergey Shkredov (serjic.shkredov) |
Subsystem | JavaScript |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
Open VS11 2012-04.RC.50407.
Create new MVC4 Web Application.
Open Scripts\jquery.validate.js file in editor.
Go to line 78:
Place the caret at 'submit' word. VS hangs, devenv process uses a lot of memory (1.5Gb on the virtual machine).
Create new MVC4 Web Application.
Open Scripts\jquery.validate.js file in editor.
Go to line 78:
this.submit( function( event ) {
Place the caret at 'submit' word. VS hangs, devenv process uses a lot of memory (1.5Gb on the virtual machine).