When are modal dialogs truly necessary?

前端 未结 3 1855
情深已故
情深已故 2020-12-16 20:48

Modal dialogs are evil, but I keep reading \"You should remove modal dialogs when possible\"

When isn\'t it possible to remove modal dialogs? I mean, what ar

3条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-16 21:39

    The only thing more sacred than user input is any file I known about. You should never modify any file that an implementation detail unless I have told you to. Thus boxes like "do you want to save?" at exit are a must because I may want to not save.

提交回复
热议问题