Giter Club home page Giter Club logo

Comments (3)

tg44 avatar tg44 commented on June 30, 2024 1

@dmonad yes, and no. In the last 1 hour I tried to solve this like you advised (before I even commented), and the top padding solved the problem as you say. The main problem is not the top/bottom, but the left/right direction. If I render usernames as email addresses, they can be ~20-30 char long easily. Creating a 30 char long right padding is not a good UX :( One better solution would be if the content would overflow top/right, we would try to render it bottom/left from the cursor. In a case when there is no space for top/bottom or left/right the padding advice would still be valid, but at least we would add a much bigger room for "styling".

from y-codemirror.next.

tg44 avatar tg44 commented on June 30, 2024

@panchaoco do you have any solution to this?

from y-codemirror.next.

dmonad avatar dmonad commented on June 30, 2024

Hi @panchaoco & @tg44,

I get this and I'd like to change it too. Unfortunately, there is nothing I can do about this.

CodeMirror (and most other editors) wrap the content in a div that hides content that is not inside a div. This is the expected behavior, unless you create an editor without a scrollarea.

Since content is hidden, I can't ensure that the cursor is visible. So this is literally something I can't fix since I have no control over it.

You can fix this in your application by increasing the padding of the scrollarea. Alternatively, you can disable the scrollarea and make content outside the div visible. This article might help: https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Overflowing_content

from y-codemirror.next.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.