Closed (fixed)
Project:
Context
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
6 Mar 2009 at 10:52 UTC
Updated:
3 Jan 2014 at 00:07 UTC
Jump to comment: Most recent
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
Comment #1
dmitrig01 commented.
Comment #2
yhahn commentedFixed: http://drupal.org/cvs?commit=179974.