Skip to Content Skip to Menu

Strange sequence to have mention user's list working...

  • Toulouzing
  • Toulouzing
  • ONLINE
  • Posts: 167
  • Thanks: 18
  • Karma: 2
2 months 3 days ago - 2 months 3 days ago #342860 by Toulouzing
I did some quick tests ...
OK: I have the pop-up list after typing @S ,( got "Susan" ,"Super Admin") on the CB demo site ,
KO: In every case it works only if I type @S [backward] S , If i delete the @ , i must restart

With Google Chrome  : KO on PC Windows 11, KO on tablet Android 15, KO on smartphone Android 16
With Firefox : KO on PC Windows 11 , OK on tablet Android 15 , OK on smartphone Android 16
With Samsung Internet : KO on smartphone Android 16

fyi, I tried also with virtual keyboard ( no change in behavior)

Yes, that's Odd , it's a minor issue but user must be aware of this ( it's took a while for me to understand why i cannot use @mention  )
Last edit: 2 months 3 days ago by Toulouzing.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 50219
  • Thanks: 8597
  • Karma: 1470
2 months 2 days ago #342869 by krileon

OK: I have the pop-up list after typing @S ,( got "Susan" ,"Super Admin") on the CB demo site ,
KO: In every case it works only if I type @S [backward] S , If i delete the @ , i must restart

Ok, so it sounds like it's working fine on our demo site, but not on your own site. Is that correct? As in the KO instance is your site? Very weird. At this point I'm not sure what to suggest and it's probably time for install review. If you'd like me to take a look please PM backend (see PM link in signature below) super user login credentials and will take a look.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

  • Toulouzing
  • Toulouzing
  • ONLINE
  • Posts: 167
  • Thanks: 18
  • Karma: 2
2 months 2 days ago #342875 by Toulouzing
Thank you.

Ok, so it sounds like it's working fine on our demo site, but not on your own site. Is that correct?

My wording was not compréhensive, sorry for that. I was just explaining the meaning of "OK"  or "KO". The issue is same both on your demo site and my site (as far i know). 

Meanwhile i granted a superadmin access to you by PM

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 50219
  • Thanks: 8597
  • Karma: 1470
2 months 1 day ago - 2 months 1 day ago #342884 by krileon
Have reviewed your install and mentions appear to be working instantly for me. For example typing @f had a response time of 230ms, which is quite fast, and shows the 2 users with their names beginning with the letter "f". Went ahead and checked hashtags and it's the same with roughly 230ms delay. I'm not sure why this isn't working properly for you, but since you confirmed it's also a problem on our demo site for you I'm not really sure what to suggest since that also appears working fine in my tests. Has anyone reported any problems with mentions? This is very strange.

I'll do further investigation on my end of things locally and see if there's maybe some improvements I can make to the type checking in the contenteditable as maybe there's room to improve there with something more reliable.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
Last edit: 2 months 1 day ago by krileon.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 50219
  • Thanks: 8597
  • Karma: 1470
2 months 1 day ago #342889 by krileon
I'm working on substantially reducing the debounce for hashtag and mentions. Currently it's 600ms and I'm reducing it to 100ms. Hopefully this should make it feel more responsive. I'm not entirely sure if that's the issue you might be having, but will give it a shot. New build won't be until tomorrow though as I'm looking at other improvements that can be done to speed both of these behaviors up.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 50219
  • Thanks: 8597
  • Karma: 1470
2 months 1 day ago #342890 by krileon
Aha, believe I found the cause. Reducing the debounce revealed that typing too slow causes a check to fail, which causes it to lose its position, which then causes it to disable hashtagging and mentioning until restarted. Working on a fix for this as well. That might be what's happening for you.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum