A while ago, only the guidelines of the selected filter were displayed below the body field. Somehow, this is not working anymore. I cannot find an issue why this behavior is changed, so I expect this to be a bug. I tried with a clean install and asked some other guys at the core summit if they have the same issue.

Could it be possible that filter.js is broken?
See the screenshot.

Comments

BarisW’s picture

Title: Filter guidelines are all shown on node/add form » All filter guidelines are displayed on node/add, not only the selected one.
BarisW’s picture

hunvreus’s picture

Could not reproduce it with the latest code; after deleting any of the filters the options would disappear on the entry form.

seutje’s picture

Status: Active » Needs review
StatusFileSize
new472 bytes

seems like #882666: Core form descriptions shouldn't use a label when not associated with a form removed the label without adjusting the javascript, since this is a continuous chain, the element's absence breaks the chain and the rest of it isn't executed

attached patch fixes this by removing the javascript related to the label

BarisW’s picture

Works for me, good work! :)

aspilicious’s picture

Status: Needs review » Closed (duplicate)

Well another duplicate.

#889764: Text format selection layout is broken. has maybe a better patch?
There is also something about seven that need to be adressed.

BarisW’s picture

Status: Closed (duplicate) » Needs review

Ah right, same fix on the same day ;)
Thanks for point out. Have searched, but couldn't find it.

seutje’s picture

Status: Needs review » Closed (duplicate)

crosspost?