Skip to content

Feature/ivyportal 19233 enhance focus and tab key accessibility 10 #2233

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

Draft
wants to merge 12 commits into
base: release/10.0
Choose a base branch
from

Conversation

ntloc-axonivy
Copy link
Contributor

No description provided.

Support check or uncheck tasks and cases filter by pressing space
Support check or uncheck box in columns configuration by pressing space
Automatically focus on dialog when it is opened
…sibility-10' of https://github.com/axonivy-market/portal into feature/IVYPORAL-19233-Enhance-focus-and-tab-key-accessibility
@github-actions github-actions bot added the enhancement New feature or request label Jul 9, 2025
Close the case details info dialog by pressing escape
Refactor code automatically focus on dialog when it is opened
Refactor code auto focus on dialog when it is opened
Fix the accessibility of category selection in filter
@@ -26,6 +26,16 @@
function setupHeightForIFrame() {
var dialogHeight = $('.js-iframe-container').closest('.ui-dialog-content').outerHeight(true) || 0;
$('.js-iframe-container').height(dialogHeight);

const caseDetailsIframe = document.getElementById('i-frame-case-details');
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move this to portal.js
Then call it here.

ntloc-axonivy and others added 4 commits July 16, 2025 23:35
Refactor add event keyboard of case details iframe
…sibility-10' of https://github.com/axonivy-market/portal into feature/IVYPORTAL-19233-Enhance-focus-and-tab-key-accessibility-10
…put (#2257)

- Add function in DateTimePatternBean to get short pattern
- Update the datePicker components to include the pattern as placeholder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants