Giter Site home page Giter Site logo

Comments (4)

NoiSek avatar NoiSek commented on July 17, 2024 1

It's possible to make sure that no element shows the"highlighted" styling with that, but I'm not entirely sure that you can force-select the contents of an input.

i.e. for a user that does Ctrl+A outside of the password field accidentally it would be strange if it highlighted nothing AND it didn't select the password field text

from aether.

NoiSek avatar NoiSek commented on July 17, 2024

I think that this is probably the expected, if unfortunate, behavior when pressing Ctrl+A outside of an input field.

That said, I'll add a feature in the next release to detect that key combo and focus / highlight the user input, if possible.

from aether.

guihkx avatar guihkx commented on July 17, 2024

Thanks! I don't have much knowledge about CSS but wouldn't it be possible to apply user-select: none to all elements, except inputs?

from aether.

guihkx avatar guihkx commented on July 17, 2024

I see... Well, I've been fiddling with the index.html file and I've achieved the behavior I wanted by simply adding the noselect class to the <html> element. Ctrl+A still works, but only when the focus is on the password field. Anyway, that's probably not the behavior you're looking for, so it's totally fine for me if you don't change it. 😝

I've also added draggable=false to all <img> elements. That didn't work. But adding img { -webkit-user-drag: none } to the CSS file does work. Don't ask me why I made those changes, I just don't like stuff being dragged and selected I guess. lol

(Feel free to close this if you want)

from aether.

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.