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.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
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
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
then the ugly scroll bar disappear in some browser e.g chrome, firefox now.
but ie9 may have bug, it didn't disappear.