Nayden Naydenov

Results 54 issues of Nayden Naydenov

Introduced altTypes (alternative type) for properties. Some limitations that we have to discuss: - Boolean can't have altTypes, because its value depends if the attribute appears. - String property can't...

Added new CSS style class `.ui5-content-native-scrollbars`. This property remove custom added styles to components, which overstyle scrollbar. To use native scrollbar styles, you have to add the CSS style class...

Added missing `ui5-` prefix to all templates. Part of: #5646

As we internally synced if event is described in metadata of the component, it must be used with `ui5-` prefix in following cases: - When event listener is used in...

enhancement
TOPIC Core

Now, we support two scenarios where OpenUI5/ SAPUI5 is detected and stand-alone web components project. If OpenUI5Support is feature is registered, we leave previous implementation where sap.ui.core CSS variables should...

Hello colleagues, I noticed that `Sub-menu creation, opening, closing and destroying` regularly fails when PR is created even if the change is not related to the `ui5-menu` component. ![image](https://user-images.githubusercontent.com/31909318/194868046-0d75a6c5-c9c2-4007-b387-0ae92923e78c.png)

bug
TOPIC B

Previously, if there was a multi package hierarchy (e.g. NotificationListItem) some properties were missing. With this change all properties are displayed. In addition, implemented interfaces are added to each child...

### Bug Description https://sap.github.io/ui5-webcomponents/nightly/playground/main/pages/Button/ Clicking on the `Bar` text doesn't focus the button. ```html Action Bar Button ``` ### Affected Component _No response_ ### Expected Behaviour _No response_ ### Isolated...

bug
TOPIC B

Quality
Stale
for discussion

Integrate popover browser API to `ui5-popover` and `ui5-dialog` behind `useNativePopovers` config.