Bug 121618
Summary: | Spatial Navigation : User should be able to save focusable images on device using Spatial Navigation. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Abhijeet Kandalkar <kandalkar.abhijeet58> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | UNCONFIRMED | ||
Severity: | Normal | CC: | cshu, gyuyoung.kim, simon.fraser, tonikitoo |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
URL: | https://www.google.co.in/search?hl=en&site=imghp&tbm=isch&source=hp&biw=&bih=&q=A&btnG=Search+by+image |
Abhijeet Kandalkar
Social networking sites like facebook or google-images-seach has many images which are focusable.
User should able to SAVE images to desktop/mobile by pressing key (say 'S') on keyboard/keypad.
Expected behavior:
1. Load page for Google image search : https://www.google.co.in/search?hl=en&site=imghp&tbm=isch&source=hp&biw=&bih=&q=A&btnG=Search+by+image
2. Use navigation keys to visit any image.(Now image is having focus on it).
3. Press 'S' key.
4. Images should be saved on to device in configured download path.
Pseudo code for focusable image (there might be other scenarios also)
<a href="http://www.google.co.in/"><img src="abc.jpg"/></a>
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Antonio Gomes
It sounds like a browser feature instead of a web engine feature.
Have you seen any browser that has similar behavior?
Also it does not relate directly with Spatial Navigation. Tab-focus also focuses content.