We shipped “draft comments” earlier today. Next to the “Submit” button, you should see a drop-down menu (with only one item), which lets you save a comment as a draft. Draft comments will be visible underneath the comment input on the posts they’re responding to, and all of them will be visible on your profile page, underneath your post draft list. Big thanks to the EA forum for building the feature!
Please let us know if you encounter any bugs/mishaps with them.
Small bug that might confuse users: the new draft shows up where I wrote it, only after I reload the page.
Repro:
On post page write comment replying to another comment
“Save As Draft”
Observation: draft does not show up under the parent comment
Reload page
Observation: draft does show up under the parent comment
Expectation: at 3., the draft should appear under the parent comment
If I had to hazard a guess, I would suspect what the codebase calls “a terrible hack” is at fault.
If I were to venture further, I would guess getDraftSelector implies the default is include-my-draft-replies, while line 343 of the terrible hack implicitly assumes drafts are excluded by default.
We shipped “draft comments” earlier today. Next to the “Submit” button, you should see a drop-down menu (with only one item), which lets you save a comment as a draft. Draft comments will be visible underneath the comment input on the posts they’re responding to, and all of them will be visible on your profile page, underneath your post draft list. Big thanks to the EA forum for building the feature!
Please let us know if you encounter any bugs/mishaps with them.
Small bug that might confuse users: the new draft shows up where I wrote it, only after I reload the page.
Repro:
On post page write comment replying to another comment
“Save As Draft”
Observation: draft does not show up under the parent comment
Reload page
Observation: draft does show up under the parent comment
Expectation: at 3., the draft should appear under the parent comment
If I had to hazard a guess, I would suspect what the codebase calls “a terrible hack” is at fault. If I were to venture further, I would guess getDraftSelector implies the default is
include-my-draft-replies
, while line 343 of the terrible hack implicitly assumes drafts are excluded by default.