Actions
Bug #4695
closedCSS doesn't work on mac installer version
Start date:
01/25/2010
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
4695
Description
The morpho metadata display loses color on mac installer version. Howerver, it works on windows and linux installer. The morpho built from svn on mac works too.
Updated by Jing Tao almost 15 years ago
When morpho make the transformation, it should know the css style file location. It reads from config.xml and we set it value as lib/morpho-config.jar. In mac izpack configuration file, we exclude the jar from the lib directory. So morpho didn't display correctly. After including the jar, the installer version works.
Actions