YAFLogo

continienzo
13 years ago
Hi,
it seems that in ie8 there is an horizzontal scrollbar caused by the following code in controls ForumIconLegend.ascx:

<table style="padding: 2px; margin: 2px" width="100%">

It is necessary to delete "margin: 2px" to resolve it.

Another issue with i8 is the shoutbox scroll. When you scroll down the scrollbar and happens the refresh of the timer the scrollbar go up and does't remain in that position you scrolled.

That problem was solved with the followinf code:


 public static string DisablePageManagerScrollJs
    {
      get
      {
        return
          @"
	var prm = Sys.WebForms.PageRequestManager.getInstance();

	prm.add_beginRequest(beginRequest);

	function beginRequest() {
		prm._scrollPosition = null;
	}
";
      }
    }


In ie8 it doesn't work. anyone has got a solution working for ie8?

Thanks

Enzo
Sponsor

RichP714
  • RichP714
  • 100% (Exalted)
  • YAF All-the-Time
13 years ago
I'm running IE8; I set (in /controls/shoutbox.ascx, line 26)
Quote:



<%--The Interval property is defined in milliseconds. 3000 milliseconds = 3 seconds--%>25500"
runat="server">


Enjoy!

Running YAF 1.9.5.5 final at: http://thecarversite.com 
continienzo
13 years ago
RichP714 wrote:

I'm running IE8; I set (in /controls/shoutbox.ascx, line 26)

Quote:



<%--The Interval property is defined in milliseconds. 3000 milliseconds = 3 seconds--%>25500"
runat="server">



Yeah, that could be a solution but it would refresh too slow, i would like to take it fast so it would be like a chat...

Thanks anyway 🙂
YAF Logo Copyright © YetAnotherForum.NET & Ingo Herbote. All rights reserved
About Us

The YAF.NET is an open source .NET forum project. YAF.NET is supported by an team of international developers who are build community by building community software.

Powered by Resharper Donate with PayPal button