input field shown too long
-------------------------- Key: OFBIZ-2453 URL: https://issues.apache.org/jira/browse/OFBIZ-2453 Project: OFBiz Issue Type: Sub-task Affects Versions: Release Branch 9.04 Reporter: Hans Bakker If in a widget form i define an input text field and as length 2 characters, the field shown is much longer and is shown much more characters and taking up too much screen space. The main problem is shown on the weekly timesheet where there are a lot of input fields. (myportal -> timesheet) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-2453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12707738#action_12707738 ] BJ Freeman commented on OFBIZ-2453: ----------------------------------- belive this is related had this converstation last year https://issues.apache.org/jira/browse/OFBIZ-2021 > input field shown too long > -------------------------- > > Key: OFBIZ-2453 > URL: https://issues.apache.org/jira/browse/OFBIZ-2453 > Project: OFBiz > Issue Type: Sub-task > Affects Versions: Release Branch 9.04 > Reporter: Hans Bakker > > If in a widget form i define an input text field and as length 2 characters, the field shown is much longer and is shown much more characters and taking up too much screen space. > The main problem is shown on the weekly timesheet where there are a lot of input fields. (myportal -> timesheet) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12707739#action_12707739 ] Hans Bakker commented on OFBIZ-2453: ------------------------------------ perhaps Jacopo can have a look at this now with the new freemarker macro renderer? (i hear he is sick now but will be soon better i hope...) > input field shown too long > -------------------------- > > Key: OFBIZ-2453 > URL: https://issues.apache.org/jira/browse/OFBIZ-2453 > Project: OFBiz > Issue Type: Sub-task > Affects Versions: Release Branch 9.04 > Reporter: Hans Bakker > > If in a widget form i define an input text field and as length 2 characters, the field shown is much longer and is shown much more characters and taking up too much screen space. > The main problem is shown on the weekly timesheet where there are a lot of input fields. (myportal -> timesheet) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-2453: ----------------------------------- Parent Issue: OFBIZ-2398 (was: OFBIZ-2338) > input field shown too long > -------------------------- > > Key: OFBIZ-2453 > URL: https://issues.apache.org/jira/browse/OFBIZ-2453 > Project: OFBiz > Issue Type: Sub-task > Affects Versions: Release Branch 9.04 > Reporter: Hans Bakker > > If in a widget form i define an input text field and as length 2 characters, the field shown is much longer and is shown much more characters and taking up too much screen space. > The main problem is shown on the weekly timesheet where there are a lot of input fields. (myportal -> timesheet) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12751727#action_12751727 ] Jacques Le Roux commented on OFBIZ-2453: ---------------------------------------- Any news ? > input field shown too long > -------------------------- > > Key: OFBIZ-2453 > URL: https://issues.apache.org/jira/browse/OFBIZ-2453 > Project: OFBiz > Issue Type: Sub-task > Affects Versions: Release Branch 9.04 > Reporter: Hans Bakker > > If in a widget form i define an input text field and as length 2 characters, the field shown is much longer and is shown much more characters and taking up too much screen space. > The main problem is shown on the weekly timesheet where there are a lot of input fields. (myportal -> timesheet) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12751868#action_12751868 ] Scott Gray commented on OFBIZ-2453: ----------------------------------- Hans, the form you pointed to as an example (TimeSheetForms.xml#EditWeekTimesheet in projectmgr) uses a length of 5, when I change it to 2 the size of the fields reduce accordingly. Could you please explain further? > input field shown too long > -------------------------- > > Key: OFBIZ-2453 > URL: https://issues.apache.org/jira/browse/OFBIZ-2453 > Project: OFBiz > Issue Type: Sub-task > Affects Versions: Release Branch 9.04 > Reporter: Hans Bakker > > If in a widget form i define an input text field and as length 2 characters, the field shown is much longer and is shown much more characters and taking up too much screen space. > The main problem is shown on the weekly timesheet where there are a lot of input fields. (myportal -> timesheet) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12755835#action_12755835 ] Hans Bakker commented on OFBIZ-2453: ------------------------------------ Hi Scott, thanks for looking at it and sorry for the late reply. I personally think the business theme is still not usable for a production system because of its size of the fields. In the latest commit i have changed the field size from 5 -> 2 in the timesheet and the field is still big causing the form to be too wide. Try to put characters into it. in the business theme i can enter about 4-5 characters in a field which is defined as length 2. If this could be changed in the stylesheets, that would be a big step in using the business theme in production. Thanks again for your help, because as you know we are not css experts and your help is much appreciated. > input field shown too long > -------------------------- > > Key: OFBIZ-2453 > URL: https://issues.apache.org/jira/browse/OFBIZ-2453 > Project: OFBiz > Issue Type: Sub-task > Affects Versions: Release Branch 9.04 > Reporter: Hans Bakker > > If in a widget form i define an input text field and as length 2 characters, the field shown is much longer and is shown much more characters and taking up too much screen space. > The main problem is shown on the weekly timesheet where there are a lot of input fields. (myportal -> timesheet) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |