In El Capitan Apple introduced a feature which opens Mission Cotrol as soon as you drag a window to the top edge of the screen. That is annoying at least to me. Therefore here is a possible fix:
Disable:
defaults write com.apple.dock mcx-expose-disabled -bool TRUE && killall Dock
Enable:
defaults delete com.apple.dock mcx-expose-disabled && killall Dock
Leave a Comment