Improve modals to select and to edit a news feed. Note: to be testing on staging.
Summary of Changes
When Bootstrap modal loads an iframe, BS tooltips with placement top are truncated at the top border of the iframe. (no auto placement in BS2). This PR sets the tooltip placement to bottom to fix this issue.
Remove inline CSS
Content is embedded in a container div (using already existing container-popup class for modal.php)
Add empty lines to improve the readability
Add viewport dimensions (new 3.6.0-dev)
News feed edit modal is simplified (load edit layout, so no dupplicated code)
Fix Edit button when current associated news feed in data is not the selected news feed
Control if modal, in edit layout
Add Save (keep modal open), Save & Close and Close button to the footer of the modal
Fix Edit modal not opening as a modal (missing bootstrap.renderModal for Edit modal)
Fix consistency of fieldsets $this->ignore_fieldsets, and add missing tabs, and remove dupplicated fieldset metadata (as using now correct edit view inside the modal)
I have tested this item successfully on 2e2f7e1
All worked fine.
Great work again!
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10516.