BV Commerce Forum
»
BV Commerce Support
»
General Support
»
SP1 BETA: Print Book Login Page Formatting
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. |
|
|
|
|
Rank: Member
Joined: 5/24/2004(UTC) Posts: 4,147
|
I'm seeing these issues in SP1 beta, too. What was changed? |
|
|
|
|
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. |
|
|
|
|
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. |
|
|
|
|
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. |
|
|
|
|
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> |
|
|
|
|
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] |
|
|
|
|
Rank: Member
Joined: 5/24/2004(UTC) Posts: 4,147
|
:-)
Guess we need some visible="false" action on it unless triggered? |
|
|
|
|
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.