After buttonclick disable or not?

Having a discussion here and am interested in your opinion.

when you press a menu option, what is the most logic thing/userfriendly?

  • disable the button after being clicked, so the already selected sectionbutton cannot be clicked again (and thus the content cannot be reloaded when it is already visable)

  • or keep the button after selecting it clickable (as you also see often), so people can ‘reload’ the section they are already viewing.

hey ericinho , been a while , how are ya, lol

Well i ve been trying to use the disable the button code because i find it better to show the user what area they are in, so i would go with the disabling of the button. :wink:

Hello,

Purely personal preference, I think. :slight_smile: My opinion would be to disable the button, but to keep it visible in another state (such as a different color or such) so that its appearance is a visual location cue.

at the moment I am leaning to giving it an clicked state, disable rollOver effect, but leaving it clickable.