[ 
http://issues.apache.org/jira/browse/OFBIZ-450?page=comments#action_12450201 ] 
            
Marco Risaliti commented on OFBIZ-450:
--------------------------------------

Hi Jacques,

I think that this is not a specific problem of Firefox and this issue was 
already present in the JSP/region version.
In any case the same issue is common in all the backend applications, like in 
the account application into the Response from Gateway the screen is overflowed.
I have tried to do a simple change into tabstyle.css into the DIV. contentarea 
style adding the following line:
overflow:auto;

DIV.contentarea {
background-color: #FFFFFF;
border: solid black 1px;
margin-top: 10px;
padding: 10px;
overflow:auto;
}

Doing this changes both of the screen (accounting response from gateway and 
find generic screen) seems to be better but before you can commit this simple 
changes I would like that someone else can test it like me to be sure that this 
is the correct way to solve this issue.

Thanks 
Marco

> Migrate Entity Maintenance from JSPs/region to Screen widget
> ------------------------------------------------------------
>
>                 Key: OFBIZ-450
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-450
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Marco Risaliti
>         Assigned To: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: entity_maint3.patch
>
>
> This patch contains the migration from JSPs/region to Screen widget.
> I have re-applied also the changes that has been done into the issue 
> OFBIZ-421 (Add new link Relation(Reln) on the Entity Data Maintenance Screen) 
> recently committed.
> After this patch the entity maintenance has still two minor issues that they 
> was also present into the previously version written in JSPs/region :
> 1- sometimes the html tables overflow the screen.
> 2- in case of entity that has an group by clause specified the FindGeneric 
> page will show an error.
> That's all what I have done.
> Please give me some feedback on this issue so if everythings is ok I can 
> continue to migrate the next part of the Webtools application (Entity 
> Reference).
> Can also the committer tell me if the patch has a correct formatting and 
> absence of tabs and correct relative paths.
> Thanks in advance
> Marco

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to