Field group module https://www.drupal.org/project/field_group helps to use filedset type of field and has three Fieldgroup settings: open, collapsible, collapsed.
I tried choose different Fieldgroup settings, but filedset are always collapsed on the site with uikit theme.
Can you give your recommendation how to solve this problem and may be you will able to add support filedset type of field of Field group module in beta 1 release on this week? Or maybe uikit support another module to make filedset?

Comments

Favorit created an issue. See original summary.

Richard Buchanan’s picture

Assigned: Unassigned » Richard Buchanan

Will definitely add support for the Field Group module as it is a very popular module. But I can't guarantee what release it will be added to. I'm currently the only maintainer working on these issues, plus we'll be in beta while YOOtheme still has UIkit 3.x.x in beta. They haven't given us a release date for 3.x.x, so we'll probably be in beta for a while.

I'm marking #2873020: Fieldsets are Incorrect display in phones as a duplicate to this issue since they both deal with Field Group fields.

Richard Buchanan’s picture

BTW, 7.x-3.0-beta1 was released over a week ago. The next scheduled release (7.x-3.0-beta2) is the week of May 8, 2017. I won't be pushing for a release sooner than that since we're nowhere near a stable release and it doesn't look like YOOtheme is either.

See UIkit release cycle: major, minor, and patch releases

Favorit’s picture

I'm marking #2873020: Fieldsets are Incorrect display in phones as a duplicate to this issue since they both deal with Field Group fields.

Perhaps I shoud add diferent Issue about field mistake when I use core module for choose time zone.
As you know users can choose time zone when they are registating on site, so it doesn't depend on Field Group module.
Look at screenshot in this topic https://www.drupal.org/node/2873020

Richard Buchanan’s picture

I wasn't able to reproduce the issue with the timezone field, except the related issue #2873026: Select custom control wraps non-clickable button. The Field Group module is breaking the flow of the form, only because of how UIkit styles forms.

Select lists are being displayed as designed, but may not work well with select options with long overflowing text like the timezone field. That'll be an issue with the UIkit framework not this project, and would need to be filed as a bug in their issue queue.

But remember they are still in beta and have over 100 outstanding issues, so it's unlikely to be fixed immediately. We provide a fork of UIkit to Drupal, not the UIkit framework itself. We simply cannot fix issues with their framework in our repository, since we don't include the UIkit framework library in our repository. If you search their issue queue you may find they are already aware of the select list overflow issue, but I'm not sure.

Richard Buchanan’s picture

And to clarify why I closed #2873020: Fieldsets are Incorrect display in phones for a second time and how it relates to the three issues you filed this morning:

  1. This issue is valid due to the Field Group module breaking the flow of forms, which can cause fieldsets to overflow the page
  2. #2873026: Select custom control wraps non-clickable button is valid since overflowing text breaks functionality of custom control select options, which can also cause fieldsets to overflow the page
  3. #2873020: Fieldsets are Incorrect display in phones was closed since there is absolutely nothing wrong with the fieldsets themselves. Both #1 and #2 will take care of #3 by default, no need to inundate the issue queue with yet another issue already addressing the problem

Richard Buchanan’s picture

Status: Active » Fixed

This actually affected all fieldsets with #collapsed set to false, not just the field_group module fieldsets. Just wanted to point that out.

Committed to 7.x-3.x-dev and will be added to next release.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.