LiveMessengerControl.cs

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
12/16/2011 2:53:48 AM
Gravatar
Total Posts 46

LiveMessengerControl.cs

hi, joe

when  compare to  http://settings.messenger.live.com/applications/CreateHtml.aspx.

the iframe in LiveMessengerControl.cs lack scrolling='no' .

protected override void Render(HtmlTextWriter writer)

{

....

writer.Write("frameborder='0' ");  //  writer.Write("frameborder='0' scrolling='no'");

writer.Write(">");

writer.Write("</iframe>");

}

thanks!

version:2.3.7.5

db:sqlce

os:windows 7

12/16/2011 7:31:10 AM
Gravatar
Total Posts 18439

Re: LiveMessengerControl.cs

I was trying to avoid w3c validation errors but I guess it is not so important, I will add the change as you requested.

Best,

Joe

12/16/2011 10:47:40 AM
Gravatar
Total Posts 46

Re: LiveMessengerControl.cs

then the ugly scroll bar disappear in some browser e.g chrome, firefox now.

but ie9 may have bug, it didn't disappear.

thanks!

You must sign in to post in the forums. This thread is closed to new posts.