this happens because editors tag was changed to use box-shadow instead
of old clumsy construct

getListContainer function in firepicker.js needs to be modified to

  getListContainer: function() {
    if (!this.listContainer) {
      this.listContainer = this.tags.container.insertAfter({},
this.editor.input);
      this.addStylesheet(this.listContainer.ownerDocument);
    }
    return this.listContainer;
  }

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en.

Reply via email to