In template.php, line 164, inside of basic_preprocess_block.

This line breaks block classes, which will have many negative side effects, including disabling of contextual links:
$vars['classes_array'] = array('block');

Block class is automatically added to classes_array, so that line is not necessary at all.

Comments

caiobianchi’s picture

Agreed! Please make this a priority. That line isn't necessary and disables core functionality of the block module in Drupal. Commenting it out seems to make contextual links work again.

bisonbleu’s picture

Issue summary: View changes

Aha, thanks for reporting this. Contextual links are back.

joelpittet’s picture

Oh this hasn't been fixed yet. So I fixed it and pushed to dev

joelpittet’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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

caiobianchi’s picture

Somehow this issue made its way back into stable.