Closed Bug 451485 Opened 17 years ago Closed 12 years ago

Search documentation page needs images

Categories

(Camino Graveyard :: Product Site, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: alqahira, Assigned: ss)

References

()

Details

Attachments

(3 files)

We should show autodetection and the menu in the "add an engine" state, and maybe setting the default engine in the engine editor, too.
Attached image Autodetection sample
After I made these samples, I realized Wikipedia is wider (or is wider when not looking cut off) than our content column.
OS: Mac OS X → All
Hardware: Macintosh → All
(In reply to comment #1) > After I made these samples, I realized Wikipedia is wider (or is wider when > not looking cut off) than our content column. Ugh, those screenshots also have the old folder icons. That column is 600px, but most of our images are ~585px. Based on the current list of auto-detect sites, we could probably have some not-ugly scenarios with (very-)short-height windows on Flickr, I Use This, MacUpdate, and YouTube (we'd want overflow-x: hidden to zap the horizontal scrollbar) and various widths where cutting things off doesn't look obvious.
Quick AppleScript for getting window width(+height): tell application "Camino" set _cb to bounds of browser window 1 set _width to (item 3 of _cb) - (item 1 of _cb) set _height to (item 4 of _cb) - (item 2 of _cb) display dialog _width & " x " & _height as string end tell
Assignee: samuel.sidler+old → samuel.sidler
Here's a selection of raw screenshots with Flickr. Mostly I think we've cropped out the shadow, but it's not yet cropped out here.
Given the current state of the Camino project, we won't be fixing these website bugs. Mass changing our Product Site bugs (search on "camino-website-bugs"). RESOLVED -> WONTFIX.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: