Ticket #61 (closed enhancement: fixed)

Opened 10 months ago

Last modified 10 months ago

Add OpenIdTextBox.UsePopup property

Reported by: http://blog.nerdbank.net/ Owned by: http://david.christiansen.myopenid.com/
Priority: minor Milestone: v3.2 RTW
Component: OpenID Version:
Keywords: rp Cc: david@…

Description (last modified by http://blog.nerdbank.net/) (diff)

The UsePopup property should be an enum with these values:

public enum PopupOptions {

Never,
Always,
IfProviderSupported,

}

In all cases the popup should comply with the UI extension guidelines including size, positioning, location bar, and the dimming out of the RP page, and responding to the window.onclosed event.

Change History

Changed 10 months ago by http://blog.nerdbank.net/

  • description modified (diff)

Changed 10 months ago by http://blog.nerdbank.net/

  • description modified (diff)

Changed 10 months ago by http://david.christiansen.myopenid.com/

  • cc david@… added
  • owner changed from http://blog.nerdbank.net/ to http://david.christiansen.myopenid.com/
  • status changed from new to accepted

Changed 10 months ago by http://david.christiansen.myopenid.com/

So, we will need to bring a level of Ajax-ness to the textbox to ascertain whether the OP is capable of supporting PopUp? UI.

Changed 10 months ago by http://blog.nerdbank.net/

  • keywords rp added
  • status changed from accepted to closed
  • resolution set to fixed
  • milestone set to v3.2 RTW

master 674cc8db0

Note: See TracTickets for help on using tickets.