I briefly introduce the Skip To which is not very well known. it is a pop-up menu to use Joomla from the keyboard and get access to the area of interest faster. Entering the administrative area
This menu appears at the top left
In a PopUp, for example, to insert the image, you need to double click the tab button.
I expect that it is not necessary to type the tab button twice to go to the second step.
In a PopUp, you need to double click the tab button.
Labels |
Added:
?
|
The main problem is that we are NOT using real modals but are instead loading an iframe and as a result loading everything again
Is there any way to fix it without changing from iframes to real modals (what I expect to happen with version 5 maybe ;-) )?
Not as far as I am aware. This is a longstanding architectural problem which no one has ever been interested in fixing. Finally now that people can SEE the issue they are waking up to the fact that using the iframe is wrong
Labels |
Added:
?
|
@Fedik is there perhaps something we can do with webassetsmanager here. The problem is that the modal is an iframe of the component.php in the template and this loads a full set of assets
I'm wondering if there is a way to unset an asset on the component.php page
This problem is not just for the skipto plugin but some other system plugins as well
I'm wondering if there is a way to unset an asset on the component.php page
yes sure, If the asset was loaded before template file (before rendering of component.php):
if ($wa->assetExists('script', 'blabla'))
{
$wa->disableScript('blabla');
}
this has been resolved
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-01-28 23:51:49 |
Closed_By | ⇒ | Quy | |
Labels |
Added:
?
Removed: ? |
@richard67 here you see again, why reminders for you maintainers and members of bug squad team are necessary (#32006 (comment).
Please stop to tell us maintainers and JBS members what we shall do. We know it by ourselves.
Joomla means ´All together´, not ´You have to be a member of team´.
@brianteeman Could you have a look on this issue as you are very familiar with the Skip To thing? Thanks in advance.