?
Referenced as Pull Request for: # 9991
avatar brianteeman
brianteeman
10 Apr 2016

Steps to reproduce the issue

Go to Components>Messaging and select My settings from the toolbar

Expected result

Modal window with visible tooltips

Actual result

Modal window with top tooltip for "Lock Inbox" invisible

System information (as much as possible)

Additional comments

avatar brianteeman brianteeman - open - 10 Apr 2016
avatar MATsxm
MATsxm - comment - 10 Apr 2016

confirmed

avatar brianteeman brianteeman - change - 10 Apr 2016
Status New Confirmed
avatar JoomliC
JoomliC - comment - 10 Apr 2016

Confirmed, and the reason is usage of hasTooltip class for label (container set to body), but inside BS modal modalTooltip should be used and container set to .modal (to prevent conflict with main page hasTooltip setting).

Similar to this issue, but was inside an existing layout: #9379
(BS known setting for tooltip inside modals)
But content of this modal is not a layout, but a component view loaded as an iframe: administrator/components/com_messages/views/config/tmpl/default.php

Don't know if this view should be a layout instead, or if an easy way to replace hasTooltip by modalTooltip when inside the modal, and using JForm renderField()...

avatar JoomliC JoomliC - reference | a9c4e02 - 19 Apr 16
avatar JoomliC
JoomliC - comment - 19 Apr 2016

@brianteeman i have opened a PR to fix issue with tooltip: #9991
In the same time, after many testing with @andrepereiradasilva (#9944 (comment)), it appears that many modals loading modal.php file inside iframe has the same possible issue (not always visible) but too, i've found many cases where there's missing a container div (related to one of the other issue you have opened), and some having other code styles issues.
For this reason, i will do a few PRs, to improve those modals, and have a homogeneous display of modal content when loading a components view (modal.php) inside iframe. ;-)

avatar brianteeman brianteeman - change - 19 Apr 2016
Status Confirmed Closed
Closed_Date 0000-00-00 00:00:00 2016-04-19 17:35:02
Closed_By brianteeman
avatar brianteeman brianteeman - close - 19 Apr 2016

Add a Comment

Login with GitHub to post a comment