Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Release Branch 15.12, Trunk
-
Bug Crush Event - 21/2/2015, Community Day 1 - 2016
Description
When using a link of type 'layered-modal' the renderer doesn't work with the provided width and height parameters.
e.g.:
<link link-type="layered-modal" target="newProductionRun" width="1000" height="600"/>
should show a modal window with width =1000 and height=600 pixels. However, the resulting code for the dialog yields:
autoOpen: false, title: "New Production Run", height: 600, width: 800, modal: true,
The used values are from the properties definitions.