NPM Resource Changed ? ? Pending

User tests: Successful: Unsuccessful:

avatar ceford
ceford
10 May 2021

Pull Request for Issue #33722 .

Summary of Changes

Added Javascript to scroll window to top on selection of Help page

Testing Instructions

Go to Administrator / Help / Start Here - Joomla! Help
Scroll down to near the bottom of the long list and click an item there

Apply patch and rebuild with npm ci

Actual result BEFORE applying this Pull Request

Something should happen, but
Nothing appears to happen because the Iframe with the new help page has been loaded out of sight.

Expected result AFTER applying this Pull Request

The page will scroll to top bringing the newly loaded Help page into view.

Documentation Changes Required

None

avatar ceford ceford - open - 10 May 2021
avatar ceford ceford - change - 10 May 2021
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 10 May 2021
Category Administration com_admin
avatar Abernyte-Git Abernyte-Git - test_item - 10 May 2021 - Tested successfully
avatar Abernyte-Git
Abernyte-Git - comment - 10 May 2021

I have tested this item successfully on 5348ac5


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/33742.

avatar ceford ceford - change - 10 May 2021
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - change - 10 May 2021
Category Administration com_admin Administration com_admin Repository NPM Change JavaScript
avatar ceford
ceford - comment - 10 May 2021

So I moved the javascript to a file and am now looking at the build errors - not ready to retest.

avatar dgrammatiko
dgrammatiko - comment - 10 May 2021

So I moved the javascript to a file and am now looking at the build errors - not ready to retest.

@ceford just use the snippet from #33742 (comment) should be CI friendly

avatar ceford ceford - change - 10 May 2021
Labels Added: NPM Resource Changed
avatar ceford
ceford - comment - 10 May 2021

@dgrammatiko Thanks for the snippet - used that and now waiting for the checks to finish.

avatar dgrammatiko
dgrammatiko - comment - 10 May 2021

used that and now waiting for the checks to finish.

You need an empty line at the end

avatar dgrammatiko
dgrammatiko - comment - 10 May 2021

one more change window.scroll(0,0); to window.scroll(0, 0);

avatar sandewt sandewt - test_item - 10 May 2021 - Tested successfully
avatar sandewt
sandewt - comment - 10 May 2021

I have tested this item successfully on 05bad1f

Note test instruction: rebuild js with npm ci


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/33742.

avatar ceford ceford - change - 10 May 2021
The description was changed
avatar ceford ceford - edited - 10 May 2021
avatar sandramay0905 sandramay0905 - test_item - 14 May 2021 - Tested successfully
avatar sandramay0905
sandramay0905 - comment - 14 May 2021

I have tested this item successfully on 05bad1f


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/33742.

avatar richard67 richard67 - change - 14 May 2021
Status Pending Ready to Commit
avatar richard67
richard67 - comment - 14 May 2021

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/33742.

avatar richard67
richard67 - comment - 14 May 2021

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/33742.

avatar rdeutz rdeutz - change - 14 May 2021
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2021-05-14 09:47:41
Closed_By rdeutz
Labels Added: ?
avatar rdeutz rdeutz - close - 14 May 2021
avatar rdeutz rdeutz - merge - 14 May 2021

Add a Comment

Login with GitHub to post a comment