?
avatar ranggasito
ranggasito
24 Nov 2018

Steps to reproduce the issue

I'm currently developing Joomla's component for my client. I need media form field and editor form field in a form page to input the data I need.

Expected result

it should be work just like in administrator system.

Actual result

all plugins button in the editor form field (article, image, contact, menu, module) are not worked as expected in administrator site. in the pop up frame seems they don't load bootstrap(see the images in attachment. I tried to insert codes to load bootstrap in the com_media layout and it worked. so I assume this is a bug. And I also tried in all default templates in Joomla and still it has the same result.

System information (as much as possible)

Joomla 3.9.0
PHP 7.2.0

Additional comments

below are the results :

image

image

image

image

image

avatar ranggasito ranggasito - open - 24 Nov 2018
avatar joomla-cms-bot joomla-cms-bot - change - 24 Nov 2018
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 24 Nov 2018
avatar mbabker
mbabker - comment - 28 Nov 2018

The modals use your active template's component.php file. Joomla core does not arbitrarily load the Bootstrap assets anywhere, but the core templates do as they are built on Bootstrap.

You will need to ensure your template is loading Bootstrap (adding JHtml::_('bootstrap.loadCss'); to the component.php file will do the trick), or create layout overrides and adapt those to your template's theming.

Closing as this is not a core bug.

avatar mbabker mbabker - change - 28 Nov 2018
Status New Closed
Closed_Date 0000-00-00 00:00:00 2018-11-28 15:00:44
Closed_By mbabker
avatar mbabker mbabker - close - 28 Nov 2018

Add a Comment

Login with GitHub to post a comment