You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using your Datetime picker in my webportal, It works great for us thank you,
But Last month my webportal went through the Accessibility checks and they reported bugs and requested us fix following scenarios. Could you please help us to fix these accessibility bugs.
**1. On invoking "issue start date and time" edit box we can be able to navigate on the calendar and we can be able to select the elements in the calendar pane
Upon Invoking the “issue start date & time” in calendar “previous, next, Home, Downward and Upward buttons Should be clearly visible in High Contrast Aquatic theme.
The minimum color contrast ratio for the non-selected elements should be more than 4.5:1, the minimum color contrast ratio for the text is 4.5:1
On giving show numbers command, numbers should be shown for all the elements in calendar.**
<div class="col-md-6">
<label class="font-weight-bold" for="IssueDate">Issue Start Date & Time</label>
@Html.TextBoxFor(m => m.IssueDate, new { @class = "form-control", type = "text", value = "" })
</div>
//Javascript
$('#IssueDate').datetimepicker({
format: 'm/d/Y H:i:s',
// row class was added to scale it properly at 400% zoom level to a single row
className: 'row'
});
Thank you
The text was updated successfully, but these errors were encountered:
I have been using your Datetime picker in my webportal, It works great for us thank you,
But Last month my webportal went through the Accessibility checks and they reported bugs and requested us fix following scenarios. Could you please help us to fix these accessibility bugs.
**1. On invoking "issue start date and time" edit box we can be able to navigate on the calendar and we can be able to select the elements in the calendar pane
Upon Invoking the “issue start date & time” in calendar “previous, next, Home, Downward and Upward buttons Should be clearly visible in High Contrast Aquatic theme.
The minimum color contrast ratio for the non-selected elements should be more than 4.5:1, the minimum color contrast ratio for the text is 4.5:1
On giving show numbers command, numbers should be shown for all the elements in calendar.**
Thank you
The text was updated successfully, but these errors were encountered: