[
https://issues.apache.org/jira/browse/OFBIZ-2602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12752109#action_12752109
]
Ruth Hoffman commented on OFBIZ-2602:
-------------------------------------
Agreed. You could make the page wider, but then that doesn't always work
either. If you make the page wider you risk loosing the entire right column to
resizing. I suppose then you could also "request" that the browser not resize,
but that is no guarantee.
IMHO, this layout should be reverted back to the rev 4.x pattern of one product
per "line" until someone commits to doing the design and CSS correctly for a
fluid 3 column layout. (if that is, in fact the effect the original change was
trying to achieve). Anything less is sloppy and not befitting the project.
Just my 2 cents.
Ruth
> 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: Improvement
> Affects Versions: Release Branch 9.04, SVN 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: Release Branch 9.04, SVN trunk
>
> Attachments: 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 is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.