ui5-webcomponents
ui5-webcomponents copied to clipboard
UI5 Web Components - the enterprise-flavored sugar on top of native APIs! Build SAP Fiori user interfaces with the technology of your choice.
### Describe the bug ### Isolated Example https://stackblitz.com/edit/github-vqjzhyet-vc9s5a7s?file=src%2FApp.tsx ### Reproduction steps 1. Use tab to navigate (tabs will be focused) 2. Trigger more button 3. Use shift tab to navigate...
### Feature Request Description Currently there is no way to suggest that a specific button is selected via screenreader. When a button is selected we expect it to be read...
### Bug Description With change [#11271](https://github.com/SAP/ui5-webcomponents/pull/11271) we introduced to the click event details about key modifiers - if Ctrl, Shift, Alt or Meta key was pressed. Currently if we press...
Convert FCL wdio tests to Cypress component tests while maintaining test coverage and functionality parity with original specs. JIRA: [BGSOFUIPIRIN-6816](https://jira.tools.sap/browse/BGSOFUIPIRIN-6816)
Convert illustrated message wdio tests to Cypress component tests while maintaining test coverage and functionality parity with original specs. JIRA: [BGSOFUIPIRIN-6816](https://jira.tools.sap/browse/BGSOFUIPIRIN-6816)
Move the logic that checks whether the component should be rendered (in case it gets detached from the DOM) to after all child components are processed. This prevents unnecessary rendering...
Convert DynamicPage tests to Cypress component tests while maintaining test coverage and functionality parity with original specs. Work in progress... JIRA: [BGSOFUIPIRIN-6816](https://jira.tools.sap/browse/BGSOFUIPIRIN-6816)
work in progress to do: polish the code, simplify some methods and checks (template, date calcs)