How to implement busy spinner with button
What should happen when a user clicks on a button that triggers an action that takes a short amount of time to complete, showing a busy spinner to indicate processing?
[click]
- Mouse cursor changes to system busy spinner cursor=> [click]
[click] =>
- Busy spinner replaces button entirely[click] => [
- Busy spinner replaces button text]
[click] => [click
- Busy spinner appears inside button]
[click] => [click]
- Busy spinner appears outside button[click] => [
- Busy spinner replaces button text, accompanied by textplease wait...]
[click] =>
- Busy spinner replaces button entirely, accompanied by textplease wait...
Which one of the above solutions is the most user-friendly?