Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sev1 Accessibilty bugs, Please looking for solution on these reporetd accessibility bugs. #813

Open
kotapavan07 opened this issue Apr 27, 2023 · 0 comments

Comments

@kotapavan07
Copy link

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

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

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant