Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.5.1
-
-
MOODLE_35_STABLE
-
MOODLE_35_STABLE
-
Moodle Mobile 3.5.2
Description
It happens in more places of the app, but this one is easy to reproduce. Go to a forum with several discussions, you'll see that "Show more" is always displayed in each discussion, even if the text is short.
I think this happens because the height is calculated while core-loading displays the loading, so the elements don't have any height. It would be great that Angular doesn't execute the elements inside core-loading until they're displayed, but for now maybe we should display them outside of the view instead of hiding them.