Last modified: 2012-08-27 17:51:23 UTC
On IRC, it was requested that the buttons in the enhanced toolbar have IDs so they can be manipulated in JS. We could use the keys in the configuration object to generate these IDs.
I'd like sections and groups to have ids too, if it's not too much of a pain.
*Mass-change: Move WikiEditor bugs to component and remove blocker bug where*
Unassigning default assignments. http://article.gmane.org/gmane.science.linguistics.wikipedia.technical/54734
Added id attribute to buttons in https://gerrit.wikimedia.org/r/#/c/17150/
This isn't fixed yet.
I'm a little suspicious about this, because it's designed to help people do something they shouldn't be doing - modifying the toolbar without using the toolbar API. They should instead be adding features to the API if they need to do something they can't do yet. I consider this equivalent to adding an API call to MediaWiki that let you remotely call any procedure you like. Not a good idea. (yes, the analogy isn't perfect, but hopefully it gets my point across)
On second thought, I agree. Marking wontfix. Feel free to re-open with a rationale / use case.