(I have to confess I’m still on v1.0 here, but I presume since I don’t see this mentioned here or in the change log that it hasn’t been addressed. Forgive me if it has!)
I’ve found that this Edit menu extension conflicts with the Textile Editor Helper (TEH) extension in a very minor way:
If you have dropdown long enough to overlap the textarea where your Textile buttons are, the Textile buttons appear over the top of the dropdown, giving the effect that one of your dropdown list items (weblogs) disappears from the list.
Seems to be a z-index problem - I tested adding z-index = 1 to the drop down element with Firebug, and sure enough, they now appear over the top of the Textile buttons. This is the CSS code that worked for me:
html > body #publishdropmenu, html > body #publishdropmenu * {z-index: 1;}
It would be fab if you could add this into the CSS for the next release of this extension, as I don’t know how to edit the control panel CSS without hacking into it or your extension.
Fabulous extension btw, couldn’t live without it!