When you have a breakpoint bigger than 1024 pixels the calculation to find out where you start dragging the mouse to change the region size messes up. For example if you have a 12 column layout and you want to drag a 12 column wide region to become 4 columns wide, it might not be draggable when you have selected a breakpoint of 1070 pixels. This is because it calculated the current location of the column on the 8th spot (aka 8 columns wide) so it only allows you to drag your mouse 7 columns to the left and 4 to the right. Which could mess up the entire layout.

I figured out a way to fix this and will contribute a patch.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

michel.g created an issue. See original summary.

michel.g’s picture

michel.g’s picture

Refactored it a little bit.

michel.g’s picture

Status: Active » Needs review
michel.g’s picture

Assigned: michel.g » Unassigned
PieterDC’s picture

I can confirm this patch fixes the described problem.