Nikolay Stoychev

Results 43 comments of Nikolay Stoychev

Related to this discussion - https://discuss.prosemirror.net/t/preserve-styles-after-newline/625/12

Here is how it can be handled: ```tsx import * as React from 'react'; import * as ReactDOM from 'react-dom'; import { Editor, EditorTools } from '@progress/kendo-react-editor'; import { buildKeymap,...

@morpheis91 - It is not clear that all Editor's users (developers) will like this functionality to be built-in. That's why it is not implemented in the Editor yet. In the...

Yes, the fix is on a pull request.

Fixed in our dev channel version 5.5.1-dev.202207140841. Example with the fix - https://stackblitz.com/edit/react-cgbtoa-zlopbt?file=app%2Fmain.jsx.

The link with the example does not work. Can you check it?

This is what we have in React - https://stackblitz.com/edit/react-ufhuta?file=app%2Fmain.tsx. More examples here - https://www.telerik.com/kendo-react-ui/components/grid/columns/locked/. In React, locked columns are rendered with `position: sticky;`, in Angular/jQuery in a separate table.

Working on it https://github.com/telerik/kendo-react/issues/1432.

Fixed in our development channel version 5.5.1-dev.202207141327. Example: https://stackblitz.com/edit/react-mj12dg?file=app%2Fmain.jsx.

We made a lot of accessibility improvements for the 5.6.0 release and now testing this using Axe in Chrome no issues are found. Example: https://stackblitz.com/edit/react-7snabd?file=app%2Fmain.tsx @Frenemee2020 - Could you check...