J4 Issue ? Failure

User tests: Successful: Unsuccessful:

avatar priiish
priiish
30 Oct 2018

Pull Request for Issue #22497 .

Summary of Changes

Changed link into button tag so there won't be any difficulties with spacebar usage.
Also no div is created within a span element anymore (invalid html).

Testing Instructions

Have a look at the article menu ("publishing"). Next to "Created By" is the button to select a user.

Expected result

Button is now within a button tag, the div no longer within the span element.

Actual result

As expected.

Documentation Changes Required

No.

avatar priiish priiish - open - 30 Oct 2018
avatar priiish priiish - change - 30 Oct 2018
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 30 Oct 2018
Category Layout
avatar priiish priiish - change - 30 Oct 2018
Labels Added: ?
avatar brianteeman
brianteeman - comment - 30 Oct 2018

I have tested this item successfully on 5775862


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/22878.

avatar brianteeman brianteeman - test_item - 30 Oct 2018 - Tested successfully
avatar Quy Quy - change - 30 Oct 2018
Title
HTML user selection [fix for issue #22497]
[4.0] HTML user selection [fix for issue #22497]
avatar joomla-cms-bot joomla-cms-bot - edited - 30 Oct 2018
avatar PhilETaylor
PhilETaylor - comment - 9 Nov 2018

after appling this patch the html rendered is:

<div class="input-group">
		<input type="text" id="jform_created_by" class="form-control field-user-input-name" value="" placeholder="Select a User" readonly="">
					<span class="input-group-append">
					<button type="button" class="btn btn-primary button-select" title="Select User"><span class="fa fa-user icon-white" aria-hidden="true"></span></button>
				</span>
            <div id="userModal_jform_created_by" role="dialog" tabindex="-1" class="joomla-modal modal fade" data-url="index.php?option=com_users&amp;view=users&amp;layout=modal&amp;tmpl=component&amp;required=0&amp;field=jform_created_by" data-iframe="<iframe class=&quot;iframe&quot; src=&quot;index.php?option=com_users&amp;view=users&amp;layout=modal&amp;tmpl=component&amp;required=0&amp;field=jform_created_by&quot; name=&quot;Select User&quot; height=&quot;100%&quot; width=&quot;100%&quot;></iframe>">
	<div class="modal-dialog modal-lg jviewport-width80" role="document">
		<div class="modal-content">
			<div class="modal-header">
			<h3 class="modal-title">Select User</h3>
				<button type="button" class="close novalidate" data-dismiss="modal" aria-label="Cancel">
			<span aria-hidden="true">×</span>
		</button>
	</div>
<div class="modal-body jviewport-height60">
	</div>
<div class="modal-footer">
	<a type="button" class="btn btn-secondary" data-dismiss="modal">Cancel</a></div>
		</div>
	</div>
</div>
			</div>
avatar PhilETaylor
PhilETaylor - comment - 9 Nov 2018

I have tested this item successfully on 5775862

applied patch - it does as it says, no errors, could activate with tab/space


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/22878.

avatar PhilETaylor PhilETaylor - test_item - 9 Nov 2018 - Tested successfully
avatar franz-wohlkoenig franz-wohlkoenig - change - 19 Apr 2019
Title
[4.0] HTML user selection [fix for issue #22497]
[4.0] HTML user selection
avatar franz-wohlkoenig franz-wohlkoenig - edited - 19 Apr 2019
avatar joomla-cms-bot joomla-cms-bot - change - 14 Jun 2019
Closed_Date 2019-06-14 23:23:11 2019-06-14 23:23:12
Closed_By Quy joomla-cms-bot
avatar joomla-cms-bot joomla-cms-bot - close - 14 Jun 2019
avatar Quy Quy - change - 14 Jun 2019
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2019-06-14 23:23:11
Closed_By Quy
avatar joomla-cms-bot
joomla-cms-bot - comment - 14 Jun 2019

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

avatar Quy
Quy - comment - 14 Jun 2019

Replaced by PR #25206


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/22878.

avatar Quy
Quy - comment - 14 Jun 2019

Replaced by PR #25206


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/22878.

Add a Comment

Login with GitHub to post a comment