After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 129895 - Remove old zooming code cruft
Remove old zooming code cruft
Status: RESOLVED NOTABUG
Product: nautilus
Classification: Core
Component: Navigation
0.x.x [obsolete]
Other All
: High minor
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks: 127891
 
 
Reported: 2003-12-23 13:44 UTC by Christian Neumair
Modified: 2005-05-23 16:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch. (7.25 KB, patch)
2003-12-23 13:46 UTC, Christian Neumair
rejected Details | Review

Description Christian Neumair 2003-12-23 13:44:19 UTC
- menu code is unneeded since we have zoom buttons
- event code around zoom_label catches focus in an obscure way when tabbing
- nobody expects that something happens when clicking a label (currently
reseting zoom)

regs,
 Chris
Comment 1 Christian Neumair 2003-12-23 13:46:14 UTC
Created attachment 22667 [details] [review]
Proposed patch.
Comment 2 Christian Neumair 2003-12-23 14:08:01 UTC
Most probably those this bug and #127891 have something to do with
each other.

regs,
 Chris
Comment 3 Luis Villa 2003-12-30 02:17:53 UTC
Thanks for all the patches, Christian.
Comment 4 Dave Camp 2004-01-22 21:06:16 UTC
this removes the ability to zoom-to-fit, a fairly important operation.
Comment 5 Christian Neumair 2004-01-22 21:23:46 UTC
What is zoom to fit? For me, the popup menu is empty.

regs,
 Chris
Comment 6 Dave Camp 2004-04-28 19:41:07 UTC
clicking on the label does a "zoom to fit", which for the directory views is
"zoom to default zoom" but for the image view is more important
Comment 7 Christian Neumair 2005-05-23 16:29:24 UTC
Hrm none of this code seems to be dead.