Closed
Bug 451485
Opened 17 years ago
Closed 12 years ago
Search documentation page needs images
Categories
(Camino Graveyard :: Product Site, defect)
Camino Graveyard
Product Site
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.
| Reporter | ||
Comment 1•17 years ago
|
||
After I made these samples, I realized Wikipedia is wider (or is wider when not looking cut off) than our content column.
| Reporter | ||
Comment 2•17 years ago
|
||
Updated•17 years ago
|
OS: Mac OS X → All
Hardware: Macintosh → All
| Reporter | ||
Comment 3•13 years ago
|
||
(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.
| Reporter | ||
Comment 4•13 years ago
|
||
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
| Reporter | ||
Comment 5•13 years ago
|
||
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.
| Reporter | ||
Comment 6•13 years ago
|
||
| Assignee | ||
Comment 7•12 years ago
|
||
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.
Description
•