Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
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