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.

Reply via email to