cc / bcc doesn't work correctly on compose/reply
Hi!,
I noticed an issue when your set a cc/bcc using:
var composeDom = gmail.dom.composes()[0]; composeDom.bcc('[email protected]');
or
composeDom.$el.find('textarea[name=bcc]').val('[email protected]');
is neccesary select the bcc on the ui (when make click on "bcc" the textbox showed contain correctly '[email protected]'), if you don make click on the bcc and send the file the file is just sent to the recipient "to", the bcc is ignored , I reviewed on the sent folder this behavior

in both files I added the bcc just, on the first I made click on the bcc link to confirm the data is added correctly, you can see on the other email the bcc was ignored, I guess is related to hidden elements or something similar because the "to" works correctly.
B/R,
Javier Jara.
Thanks for the report!
It definitely sounds like a bug, and I can see you've done some nice debugging.
Feel free to issue a PR for this.
Any news about this bug? I was trying triggering click event on bunch of elements but without success...