I'll add my voice to the chorus as well - I just discovered this issue. Happens in the newest version of Chrome on Windows 7 and Windows 8.1. Firefox and IE work fine.
I've traced the issue to the basemap I'm using for my application. The map service I'm using only covers a relatively small area. The flickering occurs when the basemap image tiles extend underneath of DOM elements on the page, whether those elements are within the map div or not. The zoom simpleslider increment/decrement buttons are a good example: if I use them to zoom in and out while there are tiles directly underneath of the buttons, the page will flash. If I drag the basemap out of the way so that the zoom buttons are no longer over top of image tiles from the map service, the page doesn't flash.
This also happens for bootstrap elements that are outside of the map div - if I drag the basemap so that image tiles extend beyond the border of the map div and underneath of those bootstrap elements (a bootstrap-select selectpicker, for example), when I click on those selectpickers, the page will flash. If I drag the basemap so that there aren't any image tiles under the bootstrap elements, the page will not flash when clicking those elements.