Closed
Bug 224917
Opened 22 years ago
Closed 11 years ago
mpatech.com - bad browser detect/proprietary JS
Categories
(Tech Evangelism Graveyard :: English US, defect, P3)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: scottanderson, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20031010 Debian/1.4-6
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20031010 Debian/1.4-6
The left navigation bar of this site uses visibility=hidden to hide (collapse) a
set of menu bars. The text shows up jumbled together because the hidden status
is ignored. There also seems to be a problem with the positioning of the elements.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Actual Results:
The text appears all jumbled together, and hidden portions of the menu are not
hidden.
Expected Results:
The menu should display only Home, Product Information, Workstation, Webstation,
Get Started, Register, and Contact us. Clicking Product Information or Get
Started should reveal more menu selections. These selections should be hidden
otherwise.
Comment 1•22 years ago
|
||
/************************************************************************************
Browsercheck
************************************************************************************/
var n = (document.layers) ? 1:0;
var ie = (document.all) ? 1:0;
Mozilla will never come up true in any browser test they do, so the script breaks.
You might write to the site and ask them to update their script.
-->TE
Assignee: dbaron → english-us
Status: UNCONFIRMED → NEW
Component: Style System (CSS) → English US
Ever confirmed: true
OS: Linux → All
Priority: -- → P3
Product: Browser → Tech Evangelism
QA Contact: ian → english-us
Summary: CSS hidden/visible not working → mpatech.com - bad browser detect/proprietary JS
Version: Trunk → unspecified
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
Updated•10 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
•