Jump to content
  • Status Definitions

    Pending = We have not yet reviewed the report.

    Unconfirmed = We have acknowledged the submission but have not yet confirmed whether or not the bug exists.

    Confirmed = We've reviewed the bug report and found the source of the error. Fix imminent.

    Fixed = The issue has been fixed and/or implemented and should be pushed live shortly if it hasn't been already.

    Closed = Reports that we cannot reproduce or need more information. In this case just add a comment and we will review it again.

     

    Disable any custom modifications to your browser, clear cache and cookies, and perform necessary updates before submitting a bug.

Tool-tips disappear


Zoltan
  • Unconfirmed



User Feedback

Recommended Comments

  • Developers

That's a browser feature afaik. Working fine for me on Edge, so should be working in any Chromium-based browser, though may be affected by extensions.

Link to comment
Share on other sites

  • Administrators

I'll try to investigate this further, hopefully I can catch what causes it, would be good to know, perhaps it affects many.

Link to comment
Share on other sites

  • Developers

I've seen similar behaviour now on a couple of other sites, from what I can tell if the website makes an AJAX request while typing in a text field, the auto-complete suggestions are cleared. I'm not sure if there's anything we can do about this without compromising the auto-refreshing info.

Link to comment
Share on other sites

  • Administrators

I was thinking about this, and first I thought hell yeah, it must be the ajax and started looking for some answers.
But now that I'm thinking about it, I reckon it can't be that, it's simply happening way too fast. I mean i press a key, the autocomplete comes up, then it's gone in a split second. And it repeats at the same speed no matter how many times I try.

I was reading however about this autocomplete css selector, and this relatively new thing looks a bit dodgy. There is not much info about it, but it seems it can affect the autocomplete in fundamental ways.

Another thing came to mind is that we could have a conflicting script or even a simple line of code somewhere, ie. I remember that I did something to hide an element when it was in the way. Not saying it's that, but maybe something similar you get me.

Link to comment
Share on other sites

  • Developers

AFAIK we're not using any autocomplete plugins or anything. Done a quick search of the code and can't find anything (at least nothing called autocomplete lol).

Another thought - your video is on one of the CEO popups, which are div's filled via AJAX themselves, rather than just a static part of the DOM. I'm not sure if that would be a factor - have you seen the same behaviour in any normal loaded inputs? 

Link to comment
Share on other sites

  • Administrators

Which ones should I try? Cause one thing I noticed, that it doesn't happen all the time, not sure if due to the different inputs or something else.

Link to comment
Share on other sites

  • Developers

Anything that's on the page as it first loads, so no popups or anything. I guess stuff like Edit Company, Edit Profile, things like that. I still can't get it to happen on vN so can't really troubleshoot it myself

Link to comment
Share on other sites

  • Administrators

Ok, so the edit company inputs work as they should. Seems you're right and must have something to do with the ajax, but if that's the case something must be wrong too, since it triggers basically instantly.

ps. forgot to say that yeah, we don't have autocomplete selector in our css, i was just thinking it could be a solution, maybe...

oh and it's not a biggie though, so just keep this open, maybe we'll figure it out at some point

Link to comment
Share on other sites

  • Administrators

Update:
today when proposing a policy had the same issue,autocomplete is gone in a split second.
However, I've waited like 30 seconds, then when I tried it worked!

So really seems ajax, but for some reason it's not consistent even on the same input.

Link to comment
Share on other sites



Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...