[jira] [Commented] (OFBIZ-6927) Layered-Modal menu item does not respect width and height parameters

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-6927) Layered-Modal menu item does not respect width and height parameters

Nicolas Malin (Jira)

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

Gil Portenseigne commented on OFBIZ-6927:
-----------------------------------------

Hi Pierre, i just try it, didn't manage to reproduce the bug... I tried on New Example button in example component.  Can you give me some steps ?
Thanks

> Layered-Modal menu item does not respect width and height parameters
> --------------------------------------------------------------------
>
>                 Key: OFBIZ-6927
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-6927
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: framework
>    Affects Versions: Trunk
>            Reporter: Pierre Smits
>              Labels: modalwindow, renderer
>             Fix For: Trunk
>
>
> When using a link of type 'layered-modal' the renderer doesn't work with the provided width and height parameters.
> e.g.:
> {code}<link link-type="layered-modal" target="newProductionRun" width="1000" height="600"/>{code} should show a modal window with width =1000 and height=600 pixels. However, the resulting code for the dialog yields:
> {code}
> autoOpen: false,
>                  title: "New Production Run",
>                  height: 600,
>                  width: 800,
>                  modal: true,
> {code}
> The used values are from the properties definitions.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)