Denis Duev

Results 7 issues of Denis Duev

OpenUI5 version: 1.104 (but also in older versions) Browser/version (+device/version): Chrome v104.0 Any other tested browsers/devices(OK/FAIL): Firefox - works ok - the scroll is hidden if inactive URL (minimal example...

bug
in progress

https://github.com/helm/helm/releases/tag/v3.5.2 Bump from 3.4.2 -> 3.5.2

We try switching from `sapcloud-form` to`github-form` (v1.42.1 - e.g. latest) and found some strange behaviour: When there is `authorize` button everything is working fine. When there is no such button...

bug

The following code block (see raw) 1. listitem ```yaml kinds: - Deployment - Pod ``` ![image](https://user-images.githubusercontent.com/14068654/187195878-41358c44-a8c5-401f-ba00-892120c7f4fc.png) ## Rendered as: ``` listitem “`yaml kinds: Deployment Pod “` ``` but not code...

Same as: https://github.com/gomarkdown/markdown/issues/242, the difference is that the blockquote is inside list. For example: ``` 1. list > blockquote ``` Returns: ``` list > blockquote ``` Expected: ``` list blockquote...

https://babelmark.github.io/?text=++%3Cdiv+style%3D%22text-align%3Acenter%22%3E%0A++++%3Cimg+src%3D%22https%3A%2F%2Fhatrabbits.com%2Fwp-content%2Fuploads%2F2017%2F01%2Frandom-word-1.jpg%22%3E%0A++%3C%2Fdiv%3E For example if you have in Markdown: ``` ``` It is parsed as: ``` "" ``` ## Desired behaviour: ![image](https://user-images.githubusercontent.com/14068654/169836095-690cdaa3-d423-41b4-a982-b1993f5e7591.png) ``` ```

OpenUI5 version: Hi team, how I can implement a link with an icon as it is specified in the Fiori Guidelines: https://experience.sap.com/fiori-design-web/link/#link-with-icon Like this one: What is the expected result?...

enhancement
in progress