When typing into the comment box on a mock or a diff, and inline comments have been added as well, each of the inline comments will also reload when the comment preview refreshes. This is particularly noticeable when on a slow connection and the inline comments have images attached. In a low-bandwidth environment, it actually causes additional bandwidth waste by triggering a refresh of images that have already been loaded.
Test: add inline comment to a diff or mock with image. Type into general comment box and watch as the image is refreshed as the comment preview is refreshed.
Expected: comment preview changes without reloading inline comments.
Actual: all comments, including inline comments and inline images, are refreshed.