ClearOS Bug Tracker


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001416ClearOSapp-firewall-custom - Custom Firewallpublic2013-10-31 08:282013-12-03 09:17
Reporterbchambers 
Assigned Tobchambers 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionopen 
PlatformOSOS Version
Product Version6.5.0 Beta 2 
Target Version6.5.0 Beta 2Fixed in Version 
Summary0001416: Upgrade to Jquery 1.10 broke some javascript used on this page
Description
Somewhere in this bit of code:

$('#summary_rule_table a').each (function() {
    if ($(this + ':first-child').selector.match('.*priority.*')) {
      ($(this).parent().parent()).css('white-space', 'nowrap');
      $(this).css('width', '8px');
    }
});
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2013-10-31 08:28 bchambers New Issue
2013-10-31 08:28 bchambers Status new => assigned
2013-10-31 08:28 bchambers Assigned To => bchambers
2013-12-03 09:17 user2 Status assigned => closed