Quantcast
Channel: SharePoint Client Browser for SharePoint Online and SharePoint Server (on-prem)
Viewing all articles
Browse latest Browse all 648

Closed Unassigned: Setting height/width of loginform doesn't work [25415]

$
0
0
public ClaimsWebAuth(string targetSiteUrl, int popUpWidth, int popUpHeight)
{
if (string.IsNullOrEmpty(targetSiteUrl)) throw new ArgumentException(Constants.MSG_REQUIRED_SITE_URL);
this.fldTargetSiteUrl = targetSiteUrl;

// set login page url and success url from target site
this.GetClaimParams(this.fldTargetSiteUrl, out this.fldLoginPageUrl, out this.fldNavigationEndUrl);

// The two lines below are incorrect
this.PopUpHeight = PopUpHeight;
this.PopUpWidth = PopUpWidth;

this.webBrowser = new WebBrowser();
this.webBrowser.Navigated += new WebBrowserNavigatedEventHandler(ClaimsWebBrowser_Navigated);
this.webBrowser.ScriptErrorsSuppressed = true;
this.webBrowser.Dock = DockStyle.Fill;
}
Comments: Resolved with changeset 75374: Resolving height/width of Claims loginform.

Viewing all articles
Browse latest Browse all 648

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>