Closed (cannot reproduce)
Project:
Drupal core
Version:
8.3.x-dev
Component:
node system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
11 Sep 2013 at 19:14 UTC
Updated:
26 Feb 2017 at 18:54 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #1
mikeker commentedComment #1.0
mikeker commentedAdd code formatting
Comment #2
mikeker commentedAdding tag based on _nod's post.
Comment #3
nod_I'm guessing this is happening on Drupal 8 as well. We fix bugs in the current dev version before backporting to 7. Can you make a patch for Drupal 8?
Other than that, it looks good to me :)
Comment #4
mikeker commentedHere's the D8 patch. Using the Bartik theme, assuming you add something similar to:
Before:
After:
Comment #5
mikeker commentedalways forget that...
Comment #7
nod_4: 2086981-4-vt_publishing_options-d8.patch queued for re-testing.
Comment #8
droplet commentedPersonally, I preferred more strictly like this:
Comment #9
jhedstromThis is related #1919956: Determine when and/or how to display summaries for vertical tabs and details ui components, since these summaries don't show at all currently.
Comment #10
ravi.khetri commentedRe-rolled.
Comment #11
pwieck commentedComment #12
shwetaneelsharma commentedPatch "2086981-drupalSetSummary_10.patch" is successfully re-rolled. None of the summaries are being displayed now. Attaching screenshot.
Comment #16
droplet commentedBug isn't existing from my testing.
Comment #17
Anonymous (not verified) commented@droplet, maybe you tested this issue with patch from #2849100 ?) Because #2849100: Spaces shown before commas in publishing options solves this problem.
#4 update code for reproduce:
Comment #18
droplet commented@vaplas,
Nope? this is on node creation page. And I hacked CORE with `->setDescription()` directly. (but I'm testing on D8.4)
Comment #19
Anonymous (not verified) commentedI'm tested it with 8.4 too, but on /admin/structure/types/manage/article. On node creation page js-script just not works.
Comment #20
droplet commentedYou should change Bartik as admin theme to test. @see:
Comment #21
Anonymous (not verified) commentedoops, i overlooked Bartik point! Thank you, @droplet. I'm also tested it like
->setDescription(...)in Node.php, and like$form['sticky']['widget']['value']['#description'] = t("Bartik rocks!");in hook. And cann't reproduce this problem too. Sorry for the noise.Comment #22
mikeker commentedI believe this was fixed as part of #2389515: Update ESLint rules. Specifically:
Comment #23
droplet commented@mikeker, that's equal changes.
Whatever, let's close it :)