History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-2473
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Phong Trinh
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Background of dropdown menu

Created: 24/Jun/15 04:42 PM   Updated: 25/Jun/15 03:55 AM
Component/s: None
Affects Version/s: 6.0.20
Fix Version/s: 6.0.21

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: Linux


 Description  « Hide
 We just upgraded our system to version 6.0.20 and noted that all of dropdown menus on QB UI have no background (clear) So it is very difficult to find a item in on of them. Please look into this issue.

 Thanks,
ptrinh

 All   Comments   Work Log   Change History      Sort Order:
Phong Trinh [24/Jun/15 06:04 PM]
It is very difficult to do developments on QB due to this issue. Please fix it ASAP.

Scott Hunter [24/Jun/15 09:11 PM]
I believe the problem is a JavaScript error.

 Uncaught TypeError: undefined is not a function
 package.js?v=1435155685818:6309 (anonymous function)

This error is because this file:

jquery/colorpicker/js/colorpicker.js

does not end with a semi-colon, and when AssetPack concatenates all the scripts together, the resulting JavaScript is invalid.

The best fix would be to make AssetPack automatically insert a semi-colon in between every single concatenated script.