GNOME Bugzilla – Bug 117356
Rubberband selects icon captions as if zoom was always 100%
Last modified: 2004-12-22 21:47:04 UTC
When using a non-100% zoom level, the rubber band selection thinks the font size of the icon caption is the same of the 100% zoom level. To reproduce: 1. switch to icon view 2. set zoom level to 50% (I always use 50% because my screen res. is 800x600) 3. draw a rubberband and make it pass approx. 20 pixels below the caption. The item will be selected (incorrectly).
Created attachment 21802 [details] The attached screenshot demonstrates the bug.
This is a major issue, thanks for reporting this. regs, Chris
*** Bug 132796 has been marked as a duplicate of this bug. ***
Yes, I can perfectly reproduce this with nautilus-cvs, it is mostly visible on 50% of zoom.
Created attachment 27938 [details] [review] Proposed Patch (Tell compute_text_rectangle to use canvas coordinates) Currently nautilus_icon_canvas_item_update_bounds() instructs compute_text_rectangle() to assume world coordinates for the computation of the text rectangle, but they're canvas coords really.
Fixed in CVS.
*** Bug 143317 has been marked as a duplicate of this bug. ***