Closed
Bug 122010
Opened 23 years ago
Closed 22 years ago
usps.com - no dhtml menus
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: doronr, Assigned: bc)
References
()
Details
the main usps site has dhtml menus for ie/ns4:
layer = (document.all && No3) ? "document.all['L'+menu].style" :
(document.layers && No3) ? "document.layers['L'+menu]" : 0;
Reporter | ||
Comment 1•23 years ago
|
||
note that this is a top100 site :)
Fix is at http://www.nexgenmedia.net/evang/usps/usps.com.html - they also need
to be told that their dhtml functions (show() and hide()) are included twice.
Assignee | ||
Comment 2•23 years ago
|
||
Status: NEW → ASSIGNED
Target Milestone: --- → Feb
Comment 3•23 years ago
|
||
Now the home page popout menu works but the Store is totally
unusable/unbrowsable as each section depends on the missing popouts to shop.
http://shop.usps.com/cgi-bin/vsbv/postal_store_non_ssl/home.jsp
To boot, the FAQ page uses a stylesheet where you only see bullets and no text.
So in mozilla the FAQ page is essentially unusable.
Reporter | ||
Comment 4•23 years ago
|
||
http://shop.usps.com/cgi-bin/vsbv/postal_store_non_ssl/home.jsp seems to use
serverside checking of browser and giving us netscape 4 code.
At a quick glance, should not be hard to make this work.
Reporter | ||
Comment 5•23 years ago
|
||
file:///D:/evang/usps/shop.html has my version, it still has some issues (the
links below the "browse store" image are too far apart)
Comment 6•23 years ago
|
||
Re comment #3 I just filed bug 129350
Comment 7•22 years ago
|
||
It appears they are sniffing for specific Netscape browser versions, and not
Gecko. In other browsers all lefthand menus / submenus are fully expanded, which
formerly only happened on Linux I believe.
http://shop.usps.com/cgi-bin/vsbv/postal_store_non_ssl/home.jsp
The menus collapse and expand correctly in Gecko/20020509 if the UA string is:
-Mozilla/4.0 (compatible; MSIE 5.5; Windows 98)
-Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.2) Gecko/20010726
Netscape6/6.1
Comment 8•22 years ago
|
||
Sorry..by "other browsers" I meant browsers with UA strings they are not
detecting result in the fully expanded menus.
Comment 9•22 years ago
|
||
does it now. The old code is still there, but gets overridden by a working one...
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 10•21 years ago
|
||
tech evang june 2003 reorg
Component: US Gov → English US
Target Milestone: Feb → ---
Updated•9 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•