Coder Social home page Coder Social logo

Input Cursor about contextsearch-web-ext HOT 8 CLOSED

YaBoyJon23 avatar YaBoyJon23 commented on September 19, 2024
Input Cursor

from contextsearch-web-ext.

Comments (8)

ssborbis avatar ssborbis commented on September 19, 2024 1

Could you disable the search results highlighting and see if it continues to happen? I cant seem to get that bug and I'm trying to narrow it down for you.

image

from contextsearch-web-ext.

ssborbis avatar ssborbis commented on September 19, 2024

As far as I'm aware, this addon doesn't do anything with the cursor position. I'm not sure why that would happen, but you could probably add some post-search script to your google engine that moves the cursor to the end.

from contextsearch-web-ext.

ssborbis avatar ssborbis commented on September 19, 2024

Something like...

{
  let input = document.querySelector('textarea');
  input.focus();
  input.selectionStart = input.value.length;
}

from contextsearch-web-ext.

YaBoyJon23 avatar YaBoyJon23 commented on September 19, 2024

Thanks for the suggestion. Unfortunately it doesnt seem to work.
I also tried reinstalling the extension so it loads with most defaults and only thing I changed was it to auto show quick menu. That didn't work so I thought maybe its one of the many many other extensions I have installed so I tried in private mode just enabling this extension and I tried it on the Edge Beta I have installed that has no extensions except this one. I captured a video and I my observation is it doesn't seem to move the cursor all the time. Its more than half the time so its just so frustrating. If you see in the video below the cursor moves to the beginning on the 2nd search. So far I've only notice this happening on Google

0608.mp4

from contextsearch-web-ext.

ssborbis avatar ssborbis commented on September 19, 2024

When you land on google.com, are you clicking anything to get the dropdown menu (suggestions) on the search field? It seems to be opening by itself. I don't seem to have that as my default behavior in either Firefox, Edge, or Chrome.

from contextsearch-web-ext.

YaBoyJon23 avatar YaBoyJon23 commented on September 19, 2024

I am clicking anywhere but usually at the end of the search term last letter so I can start typing. As soon as I do the search suggests dropdown comes out.

from contextsearch-web-ext.

YaBoyJon23 avatar YaBoyJon23 commented on September 19, 2024

Just did it again just to make sure I answered you correctly.
As soon as google.com opened I clicked at the end of the last letter where the search box is.
The cursor went from the end to the start.
Had to click at the end again to place cursor and add additional search terms.

Screenshot.2024-06-09.3516.mp4

from contextsearch-web-ext.

YaBoyJon23 avatar YaBoyJon23 commented on September 19, 2024

Thank you. That fixed it I think. I did 10 tests and the issue did not appear once.
This is great

from contextsearch-web-ext.

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.