Comment 8 for bug 1259394

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/2948
Committed: http://gitorious.org/mahara/mahara/commit/99109004a8492c5e8314b3d43c712a4e20679aa5
Submitter: Robert Lyon (<email address hidden>)
Branch: master

commit 99109004a8492c5e8314b3d43c712a4e20679aa5
Author: Jono Mingard <email address hidden>
Date: Wed Jan 22 12:24:54 2014 +1300

Fixed help message positioning (Bug #1259394)

Now uses jQuery to compute the position of the help box. Combining
.position() and .offset() means that relatively positioned elements
in the help box's ancestry don't affect its final position.

For very small screens, the help box now resizes to fit the screen.
For larger screens it's capped at 500px (rather than using percentage
widths as before) to avoid the width being dependent on parent
elements.

Change-Id: Ib65b9795ac25789d653fd20cbe2b2cd46d2d8c75
Signed-off-by: Jono Mingard <email address hidden>