In my case, I found that setting the modifier into 10 or -10 is not enough..
I've got to set it to 20 or -20..

Please adjust in context_ui_admin.inc
$modifier = $position < $midpoint ? -10 : 10;
to
$modifier = $position < $midpoint ? -20 : 20;

Comments

dmitrig01’s picture

Issue tags: +Newbie, +dc2009 code sprint

.

yhahn’s picture

Assigned: Unassigned » yhahn
Status: Active » Fixed

Status: Fixed » Closed (fixed)
Issue tags: -Newbie, -dc2009 code sprint

Automatically closed -- issue fixed for 2 weeks with no activity.