Status: Unconfirmed Owner: [email protected] Labels: Type-Bug Pri-2 OS-All Area-Misc
New issue 5873 by m0.interactive: CRASH - Image Scroll Zoom In - DCHECK Failed RenderWidget::DidScrollRect http://code.google.com/p/chromium/issues/detail?id=5873 Chrome Version : 1.0.155.0 (Developer Build 7349) URLs (if applicable) : (any big image that scrollbars will appear) http://www.nasa.gov/images/content/60130main_image_feature_182_jwfull.jpg Other browsers tested: OK What steps will reproduce the problem? 1. Visit an image url directly such as: http://jext.free.fr/swingteam6.jpg 2. You will see the image fit to the screen (lower resolution). Now click on the image to see the real resolution, not the resized one. 3. Tab crashes. NOTE: I enabled --enable-dcheck since pkasting recommended. And you might have to click the image numerous times for it to crash. Or visit link, wait 3 sec, then click it to see the original size. It happens frequently and this check is failing within render_widget.cc // We only support scrolling along one axis at a time. DCHECK((dx && !dy) || (!dx && dy)); -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
