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 115897 - Context menu should be shorter
Context menu should be shorter
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: Interface
unspecified
Other All
: High minor
: ---
Assigned To: Marco Pesenti Gritti
Marco Pesenti Gritti
Depends on:
Blocks: 138207
 
 
Reported: 2003-06-25 00:14 UTC by spark
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
remove OpenImageInNew[Tab|Window] (4.14 KB, patch)
2004-01-22 22:07 UTC, Christian Persch
none Details | Review
remove separators (1.82 KB, patch)
2004-03-30 12:07 UTC, Christian Persch
none Details | Review

Description spark 2003-06-25 00:14:40 UTC
We want the context menu to be as short as possible so users can easily see
the item they want. Items that (IMHO) should be removed are:

On Image context:
* Open Image in New Window
* Open Image in New Tab
(these are overkill, even mozilla only has "View Image")

* Use Image As Background
(if a user sets this it is reletively difficult to revert their actions,
also this function should be performed by ctrl panel, not every app that
supports images)
Comment 1 Marco Pesenti Gritti 2003-06-25 19:16:53 UTC
I do not agree about Use image as bakcground, I think it's one of most
used IE features :) And removing it would mean to remove the feature
for most users (not many will bother to save on disk etc).
Comment 2 Dave Bordoley [Not Reading Bug Mail] 2003-07-08 17:00:51 UTC
Technically we are in ui freeze now, so i'm taking off the 1.0
designation.
Comment 3 Christian Persch 2004-01-22 22:07:49 UTC
Created attachment 23649 [details] [review]
remove OpenImageInNew[Tab|Window]
Comment 4 Christian Persch 2004-01-22 22:09:10 UTC
Unfortunately we're in UI freeze again... hope someone remembers to
check in before gnome 2.8 freeze ;)
Comment 5 Dave Bordoley [Not Reading Bug Mail] 2004-01-23 06:28:45 UTC
I was thinking about this. perhaps for images that are not linked, we
should just have a single "View Image" menu item that opens the image
in the default image viewer?
Comment 6 Marco Pesenti Gritti 2004-01-23 17:29:27 UTC
I think removing the functionality completely is not acceptable. I'd
rather remove Copy image location that seem useful only for web design.
Dave idea is interesting though, would we use a tmp file ?
Comment 7 Dave Bordoley [Not Reading Bug Mail] 2004-01-23 17:51:20 UTC
> I think removing the functionality completely is not acceptable. I'd

nod.

> rather remove Copy image location that seem useful only for web 

I actually have used this menu entry in the pass. Its useful when you
find a funny picture and want to send a link to someone (and the
picture isn't linked).

> design. Dave idea is interesting though, would we use a tmp file ?

well ideally if the app is gnome-vfs enabled, it would be nice to just
do it that way, otherwise tempfile or download dir perhaps.
Comment 8 spark 2004-03-29 12:01:59 UTC
Moving the "open in default image editor" bit to bug 138396.
Comment 9 spark 2004-03-29 20:17:48 UTC
Commited chpes patch to HEAD. Marking FIXED.
Comment 10 Marco Pesenti Gritti 2004-03-29 21:29:29 UTC
The separator should be removed too I think
Comment 11 Christian Persch 2004-03-30 12:07:38 UTC
Created attachment 26091 [details] [review]
remove separators
Comment 12 Christian Persch 2004-03-30 15:49:37 UTC
Checked in.