Mike O'Donnell
Mike O'Donnell
The content density switcher is set to compact mode. The add-on button (which is hovered in this screenshot) and the tokenizer are compact, yet the input is cozy.
Per @g-cheishvili 's comment here: https://github.com/SAP/fundamental-ngx/pull/8571#pullrequestreview-1079658077 Would be nice to have an RTL pipe for situations like in the PR above where a glyph needs to change depending on LTR/RTL.
fixes #3910 Before (note the 'p' and 'g' letters above the highlighted element): After:
Screenshots are from fd-ngx but the problem actually comes from fd-styles. In the screenshots below, I show that the padding of the notification footer cuts off the bottom of the...
fixes #11443
The table scrolling behavior must be reworked to more closely match that of the ui5 grid table: https://sapui5.hana.ondemand.com/#/entity/sap.ui.table.Table/sample/sap.ui.table.sample.Basic Notable differences are: - All rows must have a matching fixed height....
We need unit and e2e testing for the focusable grid, list, and item. Tests should run against table, avatar group, segmented button etc. to ensure that the focus is working...