Issue 667: Cursor doesn't align in Google Spreadsheets http://code.google.com/p/chromium/issues/detail?id=667
Comment #3 by andy.st: Similar issue in Chrome version 0.2.149.29: The vertical mouse position isn't properly tracked when selecting / picking a specific cell. Steps to reproduce: 1. Enter some text into a few cells in the same column. Make sure the text is long enough such that each cell has multiple text lines. Result: The height of the rows that these cells belong to is larger than the default. Say you've entered text into cells A2, A3, A4. 2. Empty the contents of cell A3. Effect: Row 3 has now standard size, the height of that row shrinked, e.g. from 2 lines of text to the standard of 1 line. 3. Use your mouse to left click on cell A3. Expected result: A3 is selected. Actual result: A4 or A5 is selected (or any nearby cell below A3). Probably because that's what would have been selected if A2 still had its previous height and because there's a bug in how the the boundaries / heights of cells are tracked. -- 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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
