serdarciplak / BlazorMonaco

Blazor component for Microsoft's Monaco Editor which powers Visual Studio Code.
https://serdarciplak.github.io/BlazorMonaco/
MIT License
441 stars 99 forks source link

Editor gets buggy when Radzen.Blazor is added with supporting css libraries. #57

Open CliffBDev opened 2 years ago

CliffBDev commented 2 years ago

I added Radzen.Blazor and now the editor is not working correctly. Issues experienced: SetValue not always working Cursor doesn't move on the editor UI Right side preview goes past extents of actual editor. Unable to scroll to top one you scroll down. Intellisense menu glitching (No better description

Scrolling:

Scroll

Cursor and Intellisense:

CursorAndIntellisense

Preview overflow:

Overflow )