Closed
Bug 295707
Opened 20 years ago
Closed 14 years ago
kennesaw.edu - left side menu: cannot access to sub-menus and navigate into site
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: micrond, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; fr-FR; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; fr-FR; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 When clicking on menu items, a sub menu should open below it. Works correctly in IE. Reproducible: Always Steps to Reproduce: 1.go to http://unicoi.kennesaw.edu/~jbamford/csis4650/uml/GoF_Patterns/index.htm 2.click on Behavioral Patterns (nothing appends) 3. Actual Results: No menu displayed, no navigation possible. Expected Results: the left side arrow should be replace by a down arrow with a list of options appearing below the choosen menu
The JavaScript on this page is using the srcElement property to determine which menu was clicked. The W3C property is named event.target rather than event.srcElement. http://www.quirksmode.org/js/events_properties.html#target
Assignee: nobody → english-us
Status: UNCONFIRMED → NEW
Component: General → English US
Ever confirmed: true
Product: Firefox → Tech Evangelism
QA Contact: general → english-us
Summary: left side menu: cannot access to sub-menus and navigate into site → kennesaw.edu - left side menu: cannot access to sub-menus and navigate into site
Comment 2•14 years ago
|
||
INCOMPLETE due to lack of activity since the end of 2009. If someone is willing to investigate the issues raised in this bug to determine whether they still exist, *and* work with the site in question to fix any existing issues, please feel free to re-open and assign to yourself. Sorry for the bugspam; filter on "NO MORE PRE-2010 TE BUGS" to remove.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INCOMPLETE
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
•