Giter VIP home page Giter VIP logo

Comments (4)

keepassium avatar keepassium commented on May 29, 2024

Yeah, this is quite an annoying one…

Apparently, Mac Catalyst automatically activates the (system-wide) Secure Input mode in password fields, but fails to disable it when the field/app loses input focus. As a result, the system blocks all the input monitoring/modifying apps (a macOS security feature) because it considers you keep entering something sensitive (a Mac Catalyst bug). Seems to be a widespread issue among macOS apps, too…

From a quick search, it seems to be possible to control this manually by tapping into some macOS-specific libraries. I will look into this.

from keepassium.

keepassium avatar keepassium commented on May 29, 2024

In order to test possible solutions, here are the steps to reproduce the issue:

  1. Enable app passcode and Touch ID
  2. Launch KeePassium, it shows Touch ID prompt. Secure input mode (SIM) = off
  3. In Touch ID prompt, click "Use Passcode", then click the passcode field to focus on it (SIM -> on)
  4. Press Esc to show Touch ID prompt again (SIM -> off)
  5. Cmd-Tab to another app (SIM = off)
  6. Cmd-Tab back to KeePassium (SIM -> on)
  7. Cmd-Tab to another app
    • Expected: SIM -> off
    • Observed: SIM remains ON, system-wide, until KeePassium is restarted

from keepassium.

keepassium avatar keepassium commented on May 29, 2024

@ezamelczyk, it should be better now, please check.

from keepassium.

keepassium avatar keepassium commented on May 29, 2024

Ok, I assume it is fixed.

from keepassium.

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.