[FeedbackMessage++] Success and info feedback to disable auto hide
feedbackmessage
Web icon
Forge component by André Siébra
Application Type
Traditional Web

Hi, I have use case for the Info and Success feedback message where it should not auto hide. I have tried using the component and setting the ManualClose to 'True' but it still auto hide itself. Any idea how to disable auto hide for Info and Success?

Hi @KMS ,

This happens because the default behavior for success type messages is to auto close, unlike the error type messages that never closes (which was the purpose of this component at the beginning). I agree that it is a bug, since the property description is confusing as it leads you to believe that the manual close will never close the box for any kind of message (sorry about that, I'll fix it).

The auto close consider the Site.TimeoutSuccess value definition to set the duration in miliseconds for the message. So, in order to keep it displayed, you could set this site property with a big value (it won't be shown forever, but maybe for time enough to attend your requirements). Of course it is a workaround. If you do really need to change the component behavior, you'll need to customize the JS inside of it.

Thanks Andre for getting back and clarifying this, wanted to confirm that I'm not implementing it wrongly. I will go with you suggestion to tweak the Site.TimeoutSuccess to get around this.

Hi KMS,

Can you please share why are you not using RichWidgets Feedback_Message 

Hi @Deepak Kumar Yogi, I would like to get some timer control to the Feedback_Message to autohide or not hide at all hence I'm using the plugin from Forge to achieve this.

Hi @KMS ,

This happens because the default behavior for success type messages is to auto close, unlike the error type messages that never closes (which was the purpose of this component at the beginning). I agree that it is a bug, since the property description is confusing as it leads you to believe that the manual close will never close the box for any kind of message (sorry about that, I'll fix it).

The auto close consider the Site.TimeoutSuccess value definition to set the duration in miliseconds for the message. So, in order to keep it displayed, you could set this site property with a big value (it won't be shown forever, but maybe for time enough to attend your requirements). Of course it is a workaround. If you do really need to change the component behavior, you'll need to customize the JS inside of it.

Thanks Andre for getting back and clarifying this, wanted to confirm that I'm not implementing it wrongly. I will go with you suggestion to tweak the Site.TimeoutSuccess to get around this.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.