Jacques Le Roux created OFBIZ-6673:
--------------------------------------
Summary: Form layered-modal is not respecting passed (default) width
Key: OFBIZ-6673
URL:
https://issues.apache.org/jira/browse/OFBIZ-6673 Project: OFBiz
Issue Type: Improvement
Reporter: Jacques Le Roux
Priority: Minor
I thought it could be because the
#Default size for layered modal windows
widget.link.default.layered-modal.width=800
widget.link.default.layered-modal.height=600
were commented out. but even after uncommenting them it still does not work. It's related to this line in makeHyperlinkByType()
String width = (String) this.request.getAttribute("width");
The value is already sets to 100, I stopped there :)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)