Saturday, March 24, 2012

My PasswordStrength extender doesnt work properly in modal popup

I am using a password Strength extender in a modal pop up but the bar indicating the strength does not show up. I removed it to the main page and it was working properly.

So what would be wrong here ? The only thing that I thought might be wrong was CSS file but it seems like the extender can access it on the main page.

Any help is appreciated.

Thank you.


Have you included CSS in the main page ?

Can u provide some code details here...?


Whether you are using Master page concept ?

Thanks

Yes I am using CSS file.

.BarIndicator { color:Blue; background-color:Blue; padding-bottom:1px; }.BarBorder { border-style:solid; border-width:1px; width:200px; vertical-align:middle; }.modalBackground {background-color:Gray;filter:alpha(opacity=70);opacity:0.7;}.modalPopup {background-color:#ffffdd;border-width:3px;border-style:solid;border-color:Gray;padding:3px;width:480px; height:250px;}

When I use PopupControlExtender instead of Modal, everything work good. I can even see the bar. Is there something wrong with Modal Popup extender that prevent the bar to show itself ?



Please, any body know what is wrong ? is there any ideas ?

Check this one may it will help you

http://www.asp.net/learn/videos/view.aspx?tabid=63&id=97


The reason it does not display is because there is a background colour specified for the modal popup display. If you removw the background colour delcaration from the CSS, you can see the bar indicator. While this is not optimal, its got to do with the way the ModalPopup sets the z-index and the way the PasswordStrength extender also displays its indicator elements.

Might want to raise this as a bug on codeplex.com.


Thanks ..Smile


Has there been a fix for this issue? I have the same problem ...

Adam

No comments:

Post a Comment