I haven't run across any problems specific to Chrome but when dealing with mysterious partial refresh issues I have found it valuable to debug the client side JS scrupulously. I have found issues in completely unrelated controls that when the scripts were fired during the refresh threw an exception, or where a control ID had an invalid character (don't use hyphens in your controlIDs! the generated client side javascript sometimes creates variables based on IDs).
Rich