[wp-trac] [WordPress Trac] #47069: The admin bar on the front end has reduced functionality and bugs when jQuery not being used

WordPress Trac noreply at wordpress.org
Thu Dec 19 18:34:12 UTC 2019


#47069: The admin bar on the front end has reduced functionality and bugs when
jQuery not being used
-------------------------------------+-------------------------------------
 Reporter:  afercia                  |       Owner:  audrasjb
     Type:  defect (bug)             |      Status:  closed
 Priority:  normal                   |   Milestone:  5.3.1
Component:  Toolbar                  |     Version:  5.0
 Severity:  normal                   |  Resolution:  fixed
 Keywords:  has-screenshots early    |     Focuses:  accessibility,
  has-patch needs-testing            |  javascript
-------------------------------------+-------------------------------------

Comment (by aduth):

 With the changes in r46872 (notably to the `package-lock.json` file), I
 see local changes on a fresh clone of `wordpress-develop` after running
 `npm install`. Unsure if this differs based on the version of npm used,
 but in my case I'm using the latest version (6.13.4).

 At least on observation of the diff, it appears to be a simple shift via
 alphabetization.

 {{{
 diff --git a/package-lock.json b/package-lock.json
 index bf9b85069a..89bf380ace 100644
 --- a/package-lock.json
 +++ b/package-lock.json
 @@ -10731,6 +10731,11 @@
                         "integrity":
 "sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w==",
                         "dev": true
                 },
 +               "hoverintent": {
 +                       "version": "2.2.1",
 +                       "resolved":
 "https://registry.npmjs.org/hoverintent/-/hoverintent-2.2.1.tgz",
 +                       "integrity":
 "sha512-VyU54L1xW5rSqpsv/LJ6ecymGXsXXeGs9iVEKot4kKBCq5UodSAuy3DqX686LZxEpaMEfeCHPu4LndsMX5Q9eQ=="
 +               },
                 "hpack.js": {
                         "version": "2.1.6",
                         "resolved":
 "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz",
 @@ -13217,11 +13222,6 @@
                                 "jquery": ">=1.7"
                         }
                 },
 -               "hoverintent": {
 -                       "version": "2.2.1",
 -                       "resolved":
 "https://registry.npmjs.org/hoverintent/-/hoverintent-2.2.1.tgz",
 -                       "integrity":
 "sha512-VyU54L1xW5rSqpsv/LJ6ecymGXsXXeGs9iVEKot4kKBCq5UodSAuy3DqX686LZxEpaMEfeCHPu4LndsMX5Q9eQ=="
 -               },
                 "jquery-hoverintent": {
                         "version": "1.8.3",
                         "resolved": "https://registry.npmjs.org/jquery-
 hoverintent/-/jquery-hoverintent-1.8.3.tgz",
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/47069#comment:88>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list