Page MenuHomePhabricator

Show edit summary after clicking save
Closed, DeclinedPublic

Description

Author: molly.white5

Description:
Only show the edit summary input box after the user clicks "save" (sort of like in the VisualEditor).


Version: unspecified
Severity: normal

Details

Reference
bz53450

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 1:56 AM
bzimport set Reference to bz53450.
bzimport added a subscriber: Unknown Object (MLST).

mr.heat wrote:

(In reply to comment #0)

Only show the edit summary input box after the user clicks "save"

But clicking "save" leaves the editor and reloads the page. If the edit summary is hidden and only shown after you clicked "save" you will see it only for a fraction of a second and not be able to enter anything.

I guess you are suggesting to block the first click on the "save" button. First click shows the edit summary. Second click saves. I don't think this is useful for two main reasons:

  1. I want to be able to type something in the summary field while I'm still editing. Hiding the field removes this feature. I can't use it when I want. It forces me to remember everything I did and recap it in the end. This will lead to more empty and less descriptive summary lines.
  1. If I click a button labeled "save" I expect it to save and not to do something completely different. If you want to have this as an opt-in feature you can use the existing "Prompt me when entering a blank edit summary" setting or check my script [[de:User talk:TMg/forceEditSummary.js]]. Both do not hide the edit summary but block the "save" button one time if you forgot to enter a summary. The setting is server-side, my script is client-side and therefor a lot faster.

I suggest to close this as "works as expected".

molly.white5 wrote:

See above comment.