Mantis Bug Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000188FutureRPInterface/Themepublic2010-03-04 17:432010-07-06 19:08
Reporteruser39 
Assigned Tocyberkilla 
PrioritylowSeveritytrivialReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version1.0.0 
Target VersionFixed in Version1.3.0 
Summary0000188: main-menu1.js makes my firefox unhappy
DescriptionHello!

A very small, easy to fix complaint. You have a tiny bug in your menu Javascript:
   dropmenuobj.style.left=dropmenuobj.style.top=-500

That should be:
   dropmenuobj.style.left=dropmenuobj.style.top="-500px"


Firefox being quite strict on standards, it displays
  Warning: Error in parsing value for 'top'. Declaration dropped.
  Source File: http://www.futurerp.net/pages/whteverpage_you_are_in.php [^]
in logs when you hover on a menu header and expand it.


Regards ;)
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0000382)
cyberkilla (administrator)
2010-03-17 15:13

Old menu code... I'm glad the new template doesn't use it any more.

I'll look into it.
(0000394)
cyberkilla (administrator)
2010-07-06 19:08

New default templates uses a new CSS-based menu, circumventing this issue.

- Issue History
Date Modified Username Field Change
2010-03-04 17:43 user39 New Issue
2010-03-17 15:12 cyberkilla Status new => assigned
2010-03-17 15:12 cyberkilla Assigned To => cyberkilla
2010-03-17 15:13 cyberkilla Note Added: 0000382
2010-07-06 19:08 cyberkilla Note Added: 0000394
2010-07-06 19:08 cyberkilla Status assigned => closed
2010-07-06 19:08 cyberkilla Resolution open => fixed
2010-07-06 19:08 cyberkilla Fixed in Version => 1.3.0


Copyright © 2000 - 2010 MantisBT Group
Powered by Mantis Bugtracker