• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Andy Miller
#1 Posted : Friday, November 3, 2006 5:35:35 PM(UTC)
Andy Miller

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 2,136

Was thanked: 1 time(s) in 1 post(s)
In IE7 the new user fields are cut off. In FireFox 2 the Validation Summary is visible (red block).


I tried this on two separate sites and used CTRL-F5 to make sure I was using the latest css.
Andy Miller attached the following image(s):
loginie7.png (110kb) downloaded 20 time(s).

You cannot view/download attachments. Try to login or register.
Andy Miller
Structured Solutions

Shipper 3 - High Velocity Shipment Processing
Cliff
#2 Posted : Friday, November 3, 2006 9:46:48 PM(UTC)
Cliff

Rank: Member

Joined: 5/24/2004(UTC)
Posts: 4,147

I'm seeing these issues in SP1 beta, too. What was changed?
Cliff
#3 Posted : Friday, November 3, 2006 10:02:17 PM(UTC)
Cliff

Rank: Member

Joined: 5/24/2004(UTC)
Posts: 4,147

Looks like the NewUserControl.ascx has been updated. Giving the table that contains the form a width of 100% should fix that cutoff issue. Probably should add this to all of the themes, which should cover most issues in browsers where a table doesn't have a default width:
Code:
table { width: 100%; }


As for the background color always showing in FireFox, this was an issue in BVC 2004, as well, if you applied a background color to any validation. The validation shouldn't show at all unless there are errors.
Cliff
#4 Posted : Monday, November 6, 2006 6:28:07 PM(UTC)
Cliff

Rank: Member

Joined: 5/24/2004(UTC)
Posts: 4,147

On the error message issue, it looks like the culprit is the error for postback:
Code:
<span id="ctl00_MainContentHolder_LoginControl1_lblError" class="errormessage"></span>


That span shouldn't exist on the page unless there is an error.
Andy Miller
#5 Posted : Monday, November 6, 2006 7:30:11 PM(UTC)
Andy Miller

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 2,136

Was thanked: 1 time(s) in 1 post(s)
If one of the guys adds Display="Dynamic" to the validation control then the span will not be visible unless there really is an error.
Andy Miller
Structured Solutions

Shipper 3 - High Velocity Shipment Processing
Cliff
#6 Posted : Monday, November 6, 2006 9:15:16 PM(UTC)
Cliff

Rank: Member

Joined: 5/24/2004(UTC)
Posts: 4,147

You can do that to the postback errors label?
Code:
<asp:Label ID="lblError" runat="server" CssClass="errormessage" EnableViewState="False"></asp:Label>
Andy Miller
#7 Posted : Monday, November 6, 2006 9:28:49 PM(UTC)
Andy Miller

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 2,136

Was thanked: 1 time(s) in 1 post(s)
oops....I mean...No...of course not...I can't believe you even suggested such a thing!




"I reject your reality and substitute my own!" - Adam Savage

[/code]
Andy Miller
Structured Solutions

Shipper 3 - High Velocity Shipment Processing
Cliff
#8 Posted : Monday, November 6, 2006 9:53:42 PM(UTC)
Cliff

Rank: Member

Joined: 5/24/2004(UTC)
Posts: 4,147

:-)

Guess we need some visible="false" action on it unless triggered?
Cliff
#9 Posted : Tuesday, November 7, 2006 4:34:22 PM(UTC)
Cliff

Rank: Member

Joined: 5/24/2004(UTC)
Posts: 4,147

Nice, looks like this is fixed in SP1 Beta 2.
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

©2025 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012