The utility to format the link
"EnhydraPresentationUtility.formatTextToHtml()" within
a page should be reworked.
Component: dev-foundation
Class: MainPageOfSubjectForStudent.java (and others)
Element elementTopInformation =
EnhydraPresentationUtility.formatTextToHtml(
currentEnrollmentInformation.getText(),
mPage, NEWS_WIDTH);
The result of formatting is not good since the
NEWS_WIDTH is sometime too short. In this case:
NEWS_WIDTH = 50;
We need to have a dynamic calculation of the page or
just use a higher value, at least nowadays every one
should have a minimum 1024x768 screen resolution.
Lofi.