Giter VIP home page Giter VIP logo

Comments (9)

satya164 avatar satya164 commented on July 22, 2024 1

@kitten you would still want the user to be able to select the text, so we wouldn't want to disable it on both. from reading again, I think the issue here is on IE, where it's changing the color of the hidden input text on selection.

I think we'd need to do something like this for IE:

.editor::selection  {
  color: transparent;
  background-color: lightgrey;
}

from react-simple-code-editor.

satya164 avatar satya164 commented on July 22, 2024

thanks for the report! can you send a PR?

from react-simple-code-editor.

manuelc2209 avatar manuelc2209 commented on July 22, 2024

havent found a workaround for this yet.

from react-simple-code-editor.

satya164 avatar satya164 commented on July 22, 2024

Isn't user-select: none enough on the textarea? What's the issue?

from react-simple-code-editor.

kitten avatar kitten commented on July 22, 2024

@satya164 Wouldn't user-select have to be applied to both pre and textarea? Might be simple enough to set it to inherit on both, so that the container can receive user-select and can pass it on to both

from react-simple-code-editor.

satya164 avatar satya164 commented on July 22, 2024

Just pushed a branch: https://github.com/satya164/react-simple-code-editor/tree/%40satya164/ie-selection

I haven't tested it yet. Can you try it and lemme know if it fixes the issue? @manuelc2209

from react-simple-code-editor.

manuelc2209 avatar manuelc2209 commented on July 22, 2024

from react-simple-code-editor.

satya164 avatar satya164 commented on July 22, 2024

@manuelc2209 I have tested it on IE and it is now working fine for me. Please take a look at master when you have time and lemme know if it works for you.

from react-simple-code-editor.

manuelc2209 avatar manuelc2209 commented on July 22, 2024

from react-simple-code-editor.

Related Issues (20)

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.