The standard 2D plot region doesn't handle mouse events during re-calculate even if it has focus. Thus if you scroll the mouse whell fast enough, then instead of further zooming the plot you will get canvas scrolling, which can be quite annoying.
The X-Y plot region doesn't have this problem, as it isn't recalculated after mouse events.