Giter VIP home page Giter VIP logo

Comments (4)

lmk123 avatar lmk123 commented on May 22, 2024

实际上不仅仅是链接(即 a 标签)内的文本,以 Github 为例,它的很多按钮其实都是 span ,但是样式调成了按钮。也就是说,设定了 cursor: pointer; 的元素都需要这个功能。

from crx-selection-translate.

lmk123 avatar lmk123 commented on May 22, 2024

实现思路 #271 (comment)

from crx-selection-translate.

lmk123 avatar lmk123 commented on May 22, 2024

使用上述实现思路有俩个问题:

  1. 只对 a 标签生效
  2. 实现方式需要再完善。目前试了下在按下 Ctrl 时加入样式,松开时移除,但会遇到一种情况,按下 Ctrl 键的途中焦点切换了(例如按下 Ctrl 后单击鼠标右键选择“检查”打开开发人员面板,这时焦点就跑到开发人员面板里了),这个时候松开 ctrl 的话是检测不到的,会导致样式还留在页面中

from crx-selection-translate.

lmk123 avatar lmk123 commented on May 22, 2024

针对辅助键的改进,我专门开了一个 issue #855 ,其中包含按下辅助键时让链接可翻译。后续进展会更新在 #855 中,这个就先关闭了。

from crx-selection-translate.

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.