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

subform.repeatable-table small screen issues #20210

Closed
ciar4n opened this issue Apr 22, 2018 · 4 comments
Closed

subform.repeatable-table small screen issues #20210

ciar4n opened this issue Apr 22, 2018 · 4 comments

Comments

@ciar4n
Copy link
Contributor

ciar4n commented Apr 22, 2018

Steps to reproduce the issue

Issue occurs when multiple fields are placed within a single cell for subform.repeatable-table. Add the following after https://github.com/joomla/joomla-cms/blob/staging/modules/mod_login/mod_login.xml#L26

<field name="sebform1" type="subform" label="subform"
	layout="joomla.form.field.subform.repeatable-table" multiple="true" groupByFieldset="true">
	<form>
		<fieldset name="group1" label="group 1">
			<field type="text" name="text" label="text 1"/>
			<field type="text" name="text2" label="text 2"/>
			<field type="text" name="text3" label="text 3"/>
		</fieldset>
		<fieldset name="group2" label="group 2">
			<field type="text" name="text4" label="text 4"/>
			<field type="textarea" name="textarea" label="textarea"/>
		</fieldset>
	</form>
</field>

Open login module settings. Check repeatable field styling on reduced browser width.

Expected result

Something along the lines of...

image

Actual result

A mess....

image

Additional comments

I can fix once #20209 is merged.

@brianteeman
Copy link
Contributor

@ciar4n now that #20209 has been merged can you do the fix please

@ciar4n
Copy link
Contributor Author

ciar4n commented Sep 23, 2018

Sorry for delay. Missed your comment.

PR created.. #22335

@joomla-cms-bot
Copy link

Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/20210

@ghost
Copy link

ghost commented Sep 23, 2018

closed as having Pull Request #22335

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

3 participants