Git Product home page Git Product logo

Comments (2)

garykac avatar garykac commented on September 6, 2024

Currently, the API is for top-level browsing contexts only, but we could extend it to allow same origin subframes if there is a need.

from keyboard-lock.

mjbvz avatar mjbvz commented on September 6, 2024

I believe that VS Code may offer a good use case for a feature like this. We use iframes to power our webview api. Here's an example page structure:

- Top level html for editor
    - iframe from different origin that contains code VS Code controls
        - iframe that contains arbitrary html from extensions

We need a way to intercept and prevent native browser keyboard shortcuts (such as cmd+p for print or cmd+w for close window) even when the user is focused on the iframe. As far as I know, there is no way to do this using existing apis. This currently means that when a user is focused on an iframe, pressing cmd+w ends up closing the entire browser tab instead of just closing the current editor in VS Code

I've also raised this issue against chromium here: https://bugs.chromium.org/p/chromium/issues/detail?id=1016034

from keyboard-lock.

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.