Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fieldset visibility bugs #1343

Open
Philzen opened this issue Aug 14, 2015 · 1 comment
Open

Fieldset visibility bugs #1343

Philzen opened this issue Aug 14, 2015 · 1 comment

Comments

@Philzen
Copy link

Philzen commented Aug 14, 2015

i have a fieldset next to an image field, both set to 50% width.

  • Setting the visibility to "Always open and cannot be collapsed", the fieldset shows collapsed and cannot be opened at all. Looking at the dev tools the fieldset has the InputfieldStateCollapsed set on it.
  • In the default setting "Always open (default)" it will display correctly at first, but when i collapse and open it again (sometimes need to do it twice) one of my field descriptions makes the width of the whole fieldset container go over 50% (which destroys the side-by-side float). Looking at the dev console, a javascript error is thrown on re-opening: Uncaught TypeError: Cannot read property '1' of null in inputfields.min.js?v=13c:1

I am using master (pw 2.6.1), and this problems occur in both recent FF and Chromium. Confirmed with both default theme and reno theme.

@ryancramerdesign
Copy link
Owner

I can't duplicate this one here. Is there anything special that has to be in the fieldset? I'm testing in 2.6.13, so it's also possible that the issue no longer exists, but I don't recall fixing anything in this regard before. From this side, I'm testing with a Fieldset at 50% containing two text fields, next to a populated Images field at 50%. I tried different visibility statuses with the fieldset (beyond those you mentioned) to see if I could trigger the issue, but no luck.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants