Giter Site home page Giter Site logo

Comments (4)

aartaka avatar aartaka commented on June 1, 2024

This is not the problem with hint system, it's a bug in foreign interface. So here's how it happens:

  • Invoking zooming commands modifies buffer zoom settings.
  • This setting modification triggers (setf ffi-buffer-zoom-level) method.
  • This method tries to dispatch over the current buffer.
    • If it's a regular buffer, use fallback JavaScript-based zooming.
    • If it's a gtk-buffer, use WebKit-provided scrolling.
  • Here's when it breaks: buffer is inherited from gtk-buffer and thus is more specific.
  • So JavaScript-invoking method is picked instead of FFI one.
  • And thus the zooming is slightly broken, because JS-based zooming is somewhat broken by design.

from nyxt.

aartaka avatar aartaka commented on June 1, 2024

Or we have two bugs 😃

from nyxt.

aadcg avatar aadcg commented on June 1, 2024

The discussion about zooming is orthogonal to the issue at hand, as demonstrated in the screenshot below at URL https://maximilian-schillinger.de/tmp/hint-test.html.

2023_11_30_15:52:02-nyxt

from nyxt.

aartaka avatar aartaka commented on June 1, 2024

from nyxt.

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.