Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 78670 - the top navbar in bugzilla should be hidden when using text-based clients
Summary: the top navbar in bugzilla should be hidden when using text-based clients
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Bugzilla (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Bugzilla Admins
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-19 06:09 UTC by SpanKY
Modified: 2011-10-30 23:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SpanKY gentoo-dev 2005-01-19 06:09:51 UTC
i dont expect this added logic to be 100% foolproof, but if the code that outputs the top nav bar could add a check based upon user agent, that'd be awesome ...

something like perhaps
if USER_AGENT != lynx {
   <show top nav bar>
}

it's just that it's a pita to scroll through Home/About/Social Contract/etc... when using cmdline browsers ... and really, if you're on bugzilla with a cmdline browser, you're not there to browse the other gentoo sites ;)
Comment 1 Jeffrey Forman (RETIRED) gentoo-dev 2005-10-14 09:07:53 UTC
mike,

i was just looking at bugzilla using the links http client, and it looked fine.
is this still a valid request?

-jeff
Comment 2 SpanKY gentoo-dev 2005-10-14 10:38:02 UTC
it depends on what you mean by 'fine'

i tried bugs and bugstest with links and the both show the non-bugs navbar at
the top ... specifically, imo, these links should not show up:
Home |  About  | Docs | Forums |  Lists | Bugs | Planet | Store |  GWN |  Get
Gentoo! 
Comment 3 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2007-01-06 08:21:25 UTC
Moving open bugzilla bugs to the new bugzilla group (because I'm about to stab lots of these bugs).
Comment 4 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2007-01-06 09:06:41 UTC
the header takes 4 lines in lynx, and 3 lines in links.
That's not too far to scroll.
Comment 5 SpanKY gentoo-dev 2007-01-06 09:28:27 UTC
you misunderstood what i meant by "scroll"

sure it's 3/4 lines, but it's almost 20 links, each of which is given focus ... so you have to arrow through (scroll) past each link in order to get to the search fields
Comment 6 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2007-01-06 09:54:56 UTC
Ok, I'll look into something better.
Does lynx/links implement ordering of links per the accessiblity attributes?
Comment 7 SpanKY gentoo-dev 2007-01-20 00:59:54 UTC
no idea
Comment 8 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2007-09-27 01:37:52 UTC
Ok, finally figured out how to do this in the templating language.
Done now.