J3 Issue ? Pending

User tests: Successful: Unsuccessful:

avatar obuisard
obuisard
9 Apr 2019

When showing forms in modals (for instance), radio buttons are not skinned and are actually partially hidden (because the CSS from template.css hides the clickable buttons, only showing the labels).
This is the result of the missing template.js, which adds the proper class names to the form elements.

Summary of Changes

Added the loading of template.js

Testing Instructions

Create a contact mail custom field of radio type.
Create a menu item of type 'List contacts in a category'.
Create an override of the com_contacts component (category view).
Modify the link to the contact items in the default_items.php override to force the modals (just for test purposes):
JRoute::_(ContactHelperRoute::getContactRoute($item->slug, $item->catid)).'&tmpl=component'
In the frontend, this will open the contacts into component.php rather than index.php.

Expected result

after_fix

Actual result

before_fix

Documentation Changes Required

None

avatar obuisard obuisard - open - 9 Apr 2019
avatar obuisard obuisard - change - 9 Apr 2019
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 9 Apr 2019
Category Front End Templates (site)
avatar jeckodevelopment jeckodevelopment - change - 9 Apr 2019
Labels Added: J3 Issue ?
avatar obuisard obuisard - change - 9 Apr 2019
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2019-04-09 14:00:39
Closed_By obuisard
avatar obuisard obuisard - close - 9 Apr 2019
avatar obuisard
obuisard - comment - 9 Apr 2019

Some commits should not be part of this PR

Add a Comment

Login with GitHub to post a comment