While I don't necessarily agree with his opinion that you should NEVER use a contextual action bar, perhaps this link will help you with some ways to work around your problem:
http://dazcorp.blogspot.com/2013/04/edit-mode-and-why-using-contextual.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Nov 21, 2013 at 8:26 PM, Nathan <[email protected]> wrote: > Has anyone had any ideas? > > I didn't know there would be so much bitterness about copy/paste not > working. Apparently some users are advanced enough to long click. > > Nathan > > > On Friday, September 27, 2013 2:33:09 PM UTC-7, Nathan wrote: >> >> Here's a situation I have run across. >> >> We have a Contextual Action Bar on screen. So far so good. When the user >> dismisses this, they are also done with the Activity/Fragment so we go >> ahead and close it for them. >> >> While our contextual action bar is active, the user long presses an >> EditText field on the same screen. >> >> It then brings up another contextual action bar, the copy and paste >> action bar. onDestroyActionMode is then called. Thinking the user dismissed >> the form, we close the Activity/Fragment for them. >> >> From the user's perspective, using copy/paste kills the form. >> >> It seems like the proper behavior would be to com back to >> ContextActionBars in the order they were opened. >> >> Any advice on how we can detect and handle this situation. >> >> Nathan >> >> -- > You received this message because you are subscribed to the Google > Groups "Android Developers" 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/android-developers?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Android Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Android Developers" 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/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

