You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "BJ Freeman (JIRA)" <ji...@apache.org> on 2009/06/13 19:00:07 UTC

[jira] Commented: (OFBIZ-2602) Main storefront page, Featured Products (middle column) overwrites right column. Should just crop column, but not overwrite right column.

    [ https://issues.apache.org/jira/browse/OFBIZ-2602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12719157#action_12719157 ] 

BJ Freeman commented on OFBIZ-2602:
-----------------------------------

ruth if you could make this a patch
http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Contributors+Best+Practices
otherwise the commiters have extra work on  a volunteer group that does a lot.
:D


> 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
>             Fix For: Release Branch 9.04, SVN trunk
>
>
> 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.


Re: [jira] Commented: (OFBIZ-2602) Main storefront page, Featured Products (middle column) overwrites right column. Should just crop column, but not overwrite right column.

Posted by Ruth Hoffman <rh...@aesolves.com>.
Hi BJ:
Not sure if I did what you asked correctly. Please let me know if I need 
to do this again - some other way.
Regards,
Ruth
Ruth Hoffman wrote:
> Sure.
> Ruth
> BJ Freeman (JIRA) wrote:
>>     [ 
>> https://issues.apache.org/jira/browse/OFBIZ-2602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12719157#action_12719157 
>> ]
>> BJ Freeman commented on OFBIZ-2602:
>> -----------------------------------
>>
>> ruth if you could make this a patch
>> http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Contributors+Best+Practices
>> otherwise the commiters have extra work on  a volunteer group that 
>> does a lot.
>> :D
>>
>>
>>  
>>> 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
>>>             Fix For: Release Branch 9.04, SVN trunk
>>>
>>>
>>> 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.
>>>     
>>
>>   
>
>


Re: [jira] Commented: (OFBIZ-2602) Main storefront page, Featured Products (middle column) overwrites right column. Should just crop column, but not overwrite right column.

Posted by Ruth Hoffman <rh...@aesolves.com>.
Sure.
Ruth
BJ Freeman (JIRA) wrote:
>     [ https://issues.apache.org/jira/browse/OFBIZ-2602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12719157#action_12719157 ] 
>
> BJ Freeman commented on OFBIZ-2602:
> -----------------------------------
>
> ruth if you could make this a patch
> http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Contributors+Best+Practices
> otherwise the commiters have extra work on  a volunteer group that does a lot.
> :D
>
>
>   
>> 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
>>             Fix For: Release Branch 9.04, SVN trunk
>>
>>
>> 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.
>>     
>
>