Reviews run outside of screen on Firefox with 7.0.2

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
Brewhaus
Vice Admiral (VADM)
Vice Admiral (VADM)
Posts: 878
Joined: Sat Jan 19, 2008 4:30 pm

Reviews run outside of screen on Firefox with 7.0.2

Post by Brewhaus » Mon Apr 27, 2009 4:50 pm

A customer just informed us today that, apparently since upgrading to 7.0.2 some of the reviews run across the screen on Firefox. We did run the post installation tasks, which took care of the issue on IE. Has anyone found a solution to this?
Rick Morris
Brewhaus (America) Inc.
Hot Sauce Depot

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Reviews run outside of screen on Firefox with 7.0.2

Post by jmestep » Tue Apr 28, 2009 6:12 am

There is some code at the bottom of the new style.css that is new and concerns reviews. That was almost the only change in the style.css.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

Brewhaus
Vice Admiral (VADM)
Vice Admiral (VADM)
Posts: 878
Joined: Sat Jan 19, 2008 4:30 pm

Re: Reviews run outside of screen on Firefox with 7.0.2

Post by Brewhaus » Tue Apr 28, 2009 7:01 am

It appears that this:

Code: Select all

/* close the screen media selector */
}
/* used to display reviews message  */
pre.Reviews
{
font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    white-space: pre-wrap;       /* css-3 */
white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
.nodeSummaryLink{text-decoration: underline; text-indent: 0px; color:#5872CB; margin:4px 0 8px 0; padding:4px 0 8px 0; cursor:pointer;}
becomes

Code: Select all

.orderItemsList{ margin-left:12px; padding:0; color:#666666; }

/* used to display reviews message  */
pre.Reviews 
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.nodeSummaryLink{text-decoration: underline; text-indent: 0px; color:#5872CB; margin:4px 0 8px 0; padding:4px 0 8px 0; cursor:pointer;}

/* close the screen media selector */
}
The only change, aside from placing the reviews sections before the close screen note is the addition of .orderItemsList{ margin-left:12px; padding:0; color:#666666; }. Is the .orderItemsList code necessary, and will it have any other effect on the page?
Rick Morris
Brewhaus (America) Inc.
Hot Sauce Depot

Post Reply