[
https://issues.apache.org/jira/browse/OFBIZ-2602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jacques Le Roux closed OFBIZ-2602.
----------------------------------
Resolution: Fixed
Fix Version/s: Upcoming Branch
13.07.02
12.04.06
14.12.01
Assignee: Jacques Le Roux (was: Scott Gray)
Thanks Amardeep,
Your patch is in
trunk r1652725
R14.12 r1652726
R13.07 r1652727
R12.04 r1652728
> Main storefront page, Featured Products (middle column) overwrites right column. Should just crop column, but not overwrite right column.
> -----------------------------------------------------------------------------------------------------------------------------------------
>
> Key: OFBIZ-2602
> URL:
https://issues.apache.org/jira/browse/OFBIZ-2602> Project: OFBiz
> Issue Type: Sub-task
> Components: specialpurpose/ecommerce
> Affects Versions: Release Branch 09.04, Trunk
> Environment: Note: when using a table inside a div as is done w/matrix category layout, the table expands past the div in all but the largest browser windows (with the smallest font settings) and overwrites the right column. Very messy. At a minimum, the middle column should just be cropped - this will force the user to expand the browser if they want to see all that is in the middle column. [Better fix is to make the whole thing fluid - but that would require a major CSS & possibly widget redo.]
> Reporter: Ruth Hoffman
> Assignee: Jacques Le Roux
> Fix For: 14.12.01, 12.04.06, 13.07.02, Upcoming Branch
>
> Attachments: OFBIZ-2602.patch, ProductGrid.patch, ecommain.css.patch
>
>
> To fix this, add the following line to the ecommain.css:
> OLD version:
> #ecom-mainarea .center {
> margin-left:201px;
> margin-right:261px;
> voice-family:inherit;
> }
> NEW version
> #ecom-mainarea .center {
> margin-left:201px;
> margin-right:261px;
> overflow:hidden;
> voice-family:inherit;
> }
> This will force any overflow to be cropped.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)