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.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 890166-filter-guidelines-javascript.patch | 472 bytes | seutje |
| all_filters_displayed.png | 54.39 KB | BarisW |
Comments
Comment #1
BarisW commentedComment #2
BarisW commentedCould it have anything to do with #732914: Improve the markup/CSS for content and user filter forms?
Comment #3
hunvreus commentedCould not reproduce it with the latest code; after deleting any of the filters the options would disappear on the entry form.
Comment #4
seutje commentedseems 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
Comment #5
BarisW commentedWorks for me, good work! :)
Comment #6
aspilicious commentedWell 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.
Comment #7
BarisW commentedAh right, same fix on the same day ;)
Thanks for point out. Have searched, but couldn't find it.
Comment #8
seutje commentedcrosspost?