YAFLogo

syed abuzar
6 years ago
when we are writing for new topic or reply to post, after some delay page refreshes and then suddenly text cursor disappeared, and then we have to click in text filed to write further.

Here is the link of video portraying this issue

https://www.dropbox.com/s/9noggox8oolsxps/screen_issue.wmv?dl=0 

YAF.Net version is 2.2.4.4

Sponsor
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
6 years ago
I can confirm this happens when you press the enter key. At the moment i don't know what is causing this issue.
syed abuzar
6 years ago
Hello tha_watcha,

It is not due to Enter Key as page is refreshed after round about 20 seconds.

is there any option to set page refresh rate?

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
6 years ago

Hello tha_watcha,

It is not due to Enter Key as page is refreshed after round about 20 seconds.

is there any option to set page refresh rate?

Originally Posted by: syed abuzar 

There is no page refresh! I can not reproduce this disappearing cursor, even in your video i dont see a page refresh. I guess it is caused by some java script.

Which browser did you use does this happen with all browsers?

Zero2Cool
  • Zero2Cool
  • 100% (Exalted)
  • YAF Leader YAF Version: YAF 3.1.16
6 years ago

Hello tha_watcha,

It is not due to Enter Key as page is refreshed after round about 20 seconds.

is there any option to set page refresh rate?

Originally Posted by: syed abuzar 

I have not witnessed this myself. I only have noticed the "Last 10 Posts" refresh every 30 (?) seconds or so. If there was a page refresh, text you entered would have been erased.

When this is happening to you, is it on a shared hosted server or your local machine?

Are you able to see anything in the browser console that may indicate an error or warning?

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
6 years ago
Is this issue still occurring with version 2.24.13?

At least in my tests the issue is fixed!

Ahsan225
  • Ahsan225
  • 51.2% (Neutral)
  • YAF Forumling
6 years ago
I m having same issue, but my page is refreshing after every 5 seconds which bothers too much. It should only refresh shout box not whole.

Is there any method to increase the time of page refresh? Kindly Help.

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
5 years ago

I m having same issue, but my page is refreshing after every 5 seconds which bothers too much. It should only refresh shout box not whole.

Is there any method to increase the time of page refresh? Kindly Help.

Originally Posted by: Ahsan225 

You can increase the shoutbox refresh inside the controls/Shoutbox.ascx

if (<%=this.shoutBoxPanel.Visible ? "true" : "false" %>)
        {
            setTimeout('checkForNewMessages()', 5000);
        }