Commented Issue: [HelpPage Accessibility]Printouts in high contrast mode are...
After going into high contrast mode, when I print pages, I see that the text in the printouts is very light. I can share the print outs before and after the high contrast changes. I am sure that the...
View ArticleEdited Issue: [HelpPage Accessibility]Printouts in high contrast mode are...
After going into high contrast mode, when I print pages, I see that the text in the printouts is very light. I can share the print outs before and after the high contrast changes. I am sure that the...
View ArticleClosed Issue: [HelpPage Accessibility]Printouts in high contrast mode are...
After going into high contrast mode, when I print pages, I see that the text in the printouts is very light. I can share the print outs before and after the high contrast changes. I am sure that the...
View ArticleEdited Issue: [HelpPage Accessibility]Satisfy Visible Text Contrast...
HelpPage currently fails for __MAS 17 – Visible Text Contrast__ rule.__Attached__ a document with more information.
View ArticleEdited Issue: [HelpPage Accessibility] Add language attribute to html files...
HelpPage and in general the template generated Web Application is not having the ‘lang’ attribute in its html files. We need to add this attribute to satisfy __MAS 41 – Language Content__Attached a...
View ArticleEdited Issue: AllowAnonymous attribute does not work when Method is called...
I Created a controller.Added authorize attribute on controller level.Then on one method I added AllowAnonymous attribute.When accessing that action directly from browser it works fine and allows...
View ArticleCommented Issue: AllowAnonymous attribute does not work when Method is called...
I Created a controller.Added authorize attribute on controller level.Then on one method I added AllowAnonymous attribute.When accessing that action directly from browser it works fine and allows...
View ArticleClosed Unassigned: MVC: Issues with nested ProjectItems ContentType...
When we have project items nested under a _file_ in MVC project, their ContentType are classified as unknown item. Further investigation suggests; they are treated as rather differently than the...
View ArticleEdited Feature: Implement StreamContent(...) (or Content taking a stream) [1618]
For a future breaking changes release we should add the ability for Content<T>(...) to accept streams.You can see the need for this feature in the ContentControllerSample on aspnet.codeplex.com...
View ArticleEdited Feature: Implement StreamContent(...) (or Content taking a stream) [1618]
Content<T> doesn't make sense because non of the serializers take a stream as input.However we can consider adding a StreamContent method on ApiControllerYou can see the need for this feature in...
View ArticleEdited Feature: Implement StreamContent(...) (or Content taking a stream) [1618]
Content<T> doesn't make sense because non of the serializers take a stream as input.However we can consider adding a StreamContent method on ApiControllerYou can see the need for this feature in...
View ArticleEdited Feature: Trigger a custom ajax call in unobtrusive ajax [1613]
The way I see it, I can create `form` or `a` elements, decorated with the data attributes. The unobtrusive script listens for form submit and anchor click events. There is no way to interact with the...
View ArticleEdited Issue: When used inside the area the Remote attribute, you can not...
If you specify an empty string as areaName the Remote attribute, "area" key to RouteData is not added.However, it is possible if you specify an empty string in the "area", such as UrlHelper is,...
View ArticleClosed Unassigned: Format JSON document and Adding comments [1611]
Please also add the support to encode the **Formatted / Readable** JSON document; perhaps by adding a second parameter to `JSON.Encode`? Preferably, [Minify = false] (overloaded method to avoid CA...
View ArticleCreated Unassigned: ApiController.Created should accept relative URI [1627]
The Location header for HTTP 201 supports relative URIs, but the current code for ApiController.Created (which takes a string URI) does not.
View ArticleEdited Issue: Bound actions/functions should not be added as...
Now all the actions/functions are added as ActionImport/FunctionImport, even for bound action/function.For example: var actionConfiguration = employee.Action("AddSkill");...
View ArticleCreated Issue: Query options following a compoable function should not be...
If a request like this is requested:~/GetAllConventionCustomers()?$filter=ID eq 1Then all the ConventionCustomers are returned as if the $filter does not exist. HTTP/1.1 200 OK Content-Length: 1373...
View ArticleCommented Unassigned: Projection and $expand results in The argument to...
When exposing an OData service with a 'projected' DTO model, $expand on a To-One relationship throws a "The argument to DbIsNullExpression must refer to a primitive, enumeration or reference type."...
View ArticleEdited Feature: ApiController.Created should accept relative URI [1627]
The Location header for HTTP 201 supports relative URIs, but the current code for ApiController.Created (which takes a string URI) does not.
View ArticleEdited Issue: Unobtrusive AJAX can't handle special characters [1617]
If I'm using unobtrusive AJAX and my ID's contain special characters, like a dot or a colon, which is perfectly valid, it breaks and cannot find the referenced elements. In AjaxOptions, you have this...
View Article