Comment #13 on issue 746 by [email protected]: View background image http://code.google.com/p/chromium/issues/detail?id=746
Yes, this is actually one of the differences between Chromium and IE/FireFox/etc. that has been of note. Actually this is not even a feature, but rather a function. See my comment on issue 1019 (http://code.google.com/p/chromium/issues/list?updated=1019&ts=1250016739). There is a difference between these two issue. Setting a picture as the wallpaper is a web-app level feature whereas accessing a picture that is set as the background as opposed to embedded with an IMG tag is an integral, nuts-and-bolts function like View-Source or Save-Link-As. Of course having cluttered menus is a concern, especially with the push for a minimalistic UI (oh, and belated congrats on that guys). What you can do instead, is to merge this function into the existing graphics functions. That is, modify the context-menu logic (the function that determines what is under the cursor and thus what items should be in the menu) detect whether it is a normal graphic (ie IMG tag), or the graphic is set as the background style and place a menu item accordingly. That way, you will almost always have just one set of graphics functions (save/copy/open image/url, etc.) and only have the extra set if it happens to be the case that there is an IMG graphic set with another image for its background. How does that sound? -- 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 -~----------~----~----~----~------~----~------~--~---
