Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
node system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
2 Apr 2012 at 04:33 UTC
Updated:
29 Jul 2014 at 20:33 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Everett Zufelt commentedCan you please provide a description of the problem (perhaps with example markup) tha your patch attempts to solve?
Comment #2
mgiffordThis is following from @Jeff Burnz's code in Genesis where he added fieldsets to the advanced search form.
It could well be that we've got a solution for this in Core without it. The checkboxes are certainly one place where we should expect to see core be able to deliver.
Jeff also grouped keyword fields together.
Comment #3
bowersox commentedThe only place that needs a fieldset is the group of checkboxes called "Only of the type(s)". Screenshot attached showing where this appears.
Comment #4
mgiffordThis should have been checked by the bot.
Comment #6
mgiffordJust a re-roll.
Comment #7
mgifford#6: Advanced_Search_Fieldsets-6.patch queued for re-testing.
Comment #8
mgiffordseems good.
Comment #9
mgifford#6: Advanced_Search_Fieldsets-6.patch queued for re-testing.
Comment #10
mgifford#6: Advanced_Search_Fieldsets-6.patch queued for re-testing.
Comment #11
mgifford#6: Advanced_Search_Fieldsets-6.patch queued for re-testing.
Comment #12
mgiffordI'd just like to add that this one is totally trivial to test on SimplyTest.me.
Comment #13
mgiffordYup. They work:
That's highlighting with the WAVE Toolbar too. This patch just addresses the fieldsets.
Someone else has to review the code.
Comment #14
jessebeach commentedCode looks good. It's just a change to introduce fieldsets into the HTML and it's done well. Setting to RTBC.
Comment #15
mgiffordThanks Jesse!
Comment #16
xjm#6: Advanced_Search_Fieldsets-6.patch queued for re-testing.
Comment #17
alexpottCommitted 288619 and pushed to 8.x. Thanks!