Changeset 7444


Ignore:
Timestamp:
Oct 28, 2010, 12:09:21 AM (14 years ago)
Author:
grum
Message:

fix bug bug:1923

Location:
extensions/AMetaData
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMetaData/js/tagListSelector.js

    r6891 r7444  
    1717    selectorItems:'ruleTypeM',
    1818    onSelect:null,
    19   }
     19  };
    2020
    2121  this.init = function (optionsToSet)
     
    4343      }
    4444    );
    45   }
     45  };
    4646
    4747
     
    5151    selectedItem=$('#'+fromId).attr('value');
    5252
    53     top=$('#'+fromId).offset().top+$('#'+fromId).outerHeight()-1;
    54     left=$('#'+fromId).offset().left;
    55     width=$('#'+fromId).innerWidth();
     53    var top=$('#'+fromId).offset().top+$('#'+fromId).outerHeight()-1,
     54        left=$('#'+fromId).offset().left,
     55        width=$('#'+fromId).innerWidth();
    5656    $('#iTLSDiv li').removeClass(this.options.selectedClass);
    5757    $('#iTagListItem'+selectedItem).addClass(this.options.selectedClass);
     
    6565    );
    6666    this.options.selectorId=fromId;
    67   }
     67  };
    6868
    6969
  • extensions/AMetaData/main.inc.php

    r7443 r7444  
    156156|         |            | * mantis bug:1968
    157157|         |            |   . Keyword to tag conversion generate duplicated tags
     158|         |            |
     159|         |            | * mantis bug:1923
     160|         |            |   . with google chrome, the métadata list is not
     161|         |            |     displayed
     162|         |            |
     163|         |            |
    158164|         |            |
    159165|         |            |
Note: See TracChangeset for help on using the changeset viewer.