Git Product home page Git Product logo

Comments (8)

alyssaxuu avatar alyssaxuu commented on April 25, 2024

Hmm, I've just tried to use Jira with Omni and it seems to work fine - any specific page you're trying to use it in?

from omni.

gsabater avatar gsabater commented on April 25, 2024

You are right, it's not on every page.
The problem is specifically on a kanban project while the task card is open. I can't give you more detailed screenshots than this for privacy, sorry

image

from omni.

gsabater avatar gsabater commented on April 25, 2024

Opening the omnibox manually with the extension icon has the same behaviour, I guess its not something related to the keybind used to open it

from omni.

036 avatar 036 commented on April 25, 2024

Can confirm I'm seeing the same behaviour. It also stops the search functionality working.

from omni.

alyssaxuu avatar alyssaxuu commented on April 25, 2024

Hmm I can't find a way to fix this. I've tried a million different things, it seems to be a javascript thing (no CSS appears to be conflicting with the input), but I've listened to possible blur / focusout events and there were none. I just got the focus event on the input and that was it.

Would appreciate any ideas - otherwise I might look into putting the whole omnibox inside an iframe to prevent it from conflicting with any page.

from omni.

gsabater avatar gsabater commented on April 25, 2024

Welp, I tried a few things. You are completelly right that this isn't a css thing. I tried to focus the input both with jquery and vanilla js and the event is obliterated by some external JS.

I thought that maybe replacing the element after the dom is loaded and the page is renderer with something simple but effective like element.outerHTML = element.outerHTML; might clean all DOM events, but for some reason is not working either.

The only reference I have been able to find to something that could prevent the focus from happening is this
image

from omni.

yoroshikun avatar yoroshikun commented on April 25, 2024

Hint to a solution is that jira uses this specifically
https://github.com/theKashey/focus-lock/
Which is causing issues with focus scope

from omni.

alyssaxuu avatar alyssaxuu commented on April 25, 2024

Ended up doing a bit of a focus fight - I installed the library and I managed to keep the focus on Omni. Should be working fine in the latest version!

from omni.

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.