You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2015/10/13 13:19:05 UTC

[jira] [Created] (OFBIZ-6673) Form layered-modal is not respecting passed (default) width

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)