? ?
avatar adj9
adj9
19 Sep 2020

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

  1. Click tab
  2. Click the down arrow

1

This menu appears at the top left

Steps to reproduce the issue

In a PopUp, for example, to insert the image, you need to double click the tab button.

2

Expected result

I expect that it is not necessary to type the tab button twice to go to the second step.

Actual result

In a PopUp, you need to double click the tab button.

System information (as much as possible)

Additional comments

avatar adj9 adj9 - open - 19 Sep 2020
avatar joomla-cms-bot joomla-cms-bot - change - 19 Sep 2020
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 19 Sep 2020
avatar richard67
richard67 - comment - 20 Sep 2020

@brianteeman Could you have a look on this issue as you are very familiar with the Skip To thing? Thanks in advance.

avatar brianteeman
brianteeman - comment - 20 Sep 2020

The main problem is that we are NOT using real modals but are instead loading an iframe and as a result loading everything again

avatar richard67
richard67 - comment - 20 Sep 2020

Is there any way to fix it without changing from iframes to real modals (what I expect to happen with version 5 maybe ;-) )?

avatar brianteeman
brianteeman - comment - 3 Oct 2020

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

avatar PhilETaylor
PhilETaylor - comment - 6 Oct 2020

Also you can see the Skip To Menu on mobile by pulling down... unexpected.

Screen Recording 2020-10-06 at 10 55 02 pm

avatar chmst chmst - change - 30 Dec 2020
Labels Added: ?
avatar chmst chmst - labeled - 30 Dec 2020
avatar brianteeman
brianteeman - comment - 4 Jan 2021

@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

avatar Fedik
Fedik - comment - 5 Jan 2021

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');
}
avatar brianteeman
brianteeman - comment - 28 Jan 2021

this has been resolved

avatar Quy Quy - change - 28 Jan 2021
Status New Closed
Closed_Date 0000-00-00 00:00:00 2021-01-28 23:51:49
Closed_By Quy
Labels Added: ?
Removed: ?
avatar Quy Quy - close - 28 Jan 2021
avatar Quy
Quy - comment - 28 Jan 2021

PR #31863

avatar gostn
gostn - comment - 29 Jan 2021

@richard67 here you see again, why reminders for you maintainers and members of bug squad team are necessary (#32006 (comment).

avatar alikon
alikon - comment - 29 Jan 2021

Dear @gostn,
most of maintainers and members of bug squad team if not all, are volunteers, and they do their best in their free time, if you think that you can do it better and/or have more free time , then please step up and ask to join a team

avatar gostn
gostn - comment - 29 Jan 2021

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´.

Add a Comment

Login with GitHub to post a comment