- 🇦🇺Australia larowlan 🇦🇺🏝.au GMT+10
+++ b/core/modules/contextual/js/contextual.toolbar.js @@ -31,9 +31,10 @@ + isViewing: !$('body .contextual-region').length + ? true + : localStorage.getItem('Drupal.contextualToolbar.isViewing') !== + 'false',
I found this hard to read - I think we can do this
document.querySelector('body .contextual-region') === null || localStorage.getItem('Drupal.contextualToolbar.isViewing') !== 'false'
and ditch jQuery too
Didn't manually test, but will keep on my list to do so (keeping at NR)
- 🇺🇸United States smustgrave
Made the change in #29 and quick testing shows it still works.
Enabled contextual links on an Article page
Went to /admin/content, where there are no contextual links and could tab normally. - Status changed to RTBC
over 1 year ago 11:40pm 21 March 2023 - 🇦🇺Australia larowlan 🇦🇺🏝.au GMT+10
Manually tested this and it works as designed.
Before: tabbing doesn't work
After: tabbing worksThanks for accommodation lots of rounds of feedback here @smustgrave
The last submitted patch, 30: 2991686-30.patch, failed testing. View results →
- 🇺🇸United States bnjmnm Ann Arbor, MI
Who knows how often this tripped someone up? t seems like the kind of problem someone might attribute to their own user error when it's actually a fixable bug. Good fix and solid test coverage in the patch.
I committed to 10.1.x, and I'm checking to see if commit checks pass for 10.0.x to cherry-pick to account for any possible lint/formatting requirements.
- Status changed to Downport
over 1 year ago 2:26pm 7 April 2023 - 🇺🇸United States bnjmnm Ann Arbor, MI
Cherry picked this to 10.0.x. This addresses a bug that could otherwise be quite frustrating, so backporting this to 9.5.x would be nice to do. This will need a 9.5.x specific patch as 9x requires .es6.js files. Setting issue status to "Patch (to be ported)" and the provider of the patch can switch back to RTBC or Needs Review (depending on their patch-porting confidence level)
- Status changed to Needs review
over 1 year ago 2:22am 12 April 2023 - 🇮🇳India gauravvvv Delhi, India
I have attached patch for 9.5.x. please review
- Status changed to RTBC
over 1 year ago 4:22pm 12 April 2023 - last update
over 1 year ago 30,320 pass 44:44 43:34 Running- last update
over 1 year ago 30,322 pass - last update
over 1 year ago 30,322 pass - last update
over 1 year ago 30,322 pass - last update
over 1 year ago 30,322 pass - last update
over 1 year ago 30,322 pass - last update
over 1 year ago 30,320 pass, 2 fail The last submitted patch, 38: 2991686-38.patch, failed testing. View results →
- Open on Drupal.org →Environment: PHP 8.1 & MySQL 5.7last update
over 1 year ago Waiting for branch to pass - last update
over 1 year ago 30,330 pass - last update
over 1 year ago 30,330 pass - last update
over 1 year ago 30,330 pass - last update
over 1 year ago 30,330 pass - last update
over 1 year ago 30,334 pass - last update
over 1 year ago 30,333 pass, 2 fail The last submitted patch, 38: 2991686-38.patch, failed testing. View results →
- Status changed to Needs review
over 1 year ago 12:07pm 18 May 2023 - last update
over 1 year ago 30,334 pass - last update
over 1 year ago 30,334 pass - Status changed to RTBC
over 1 year ago 12:23am 19 May 2023 - 🇺🇸United States smustgrave
So even if it's a random failure we wouldn't solve it here. It would need to be it's own ticket.
Also the patch in #43 doesn't include the original patch so hiding that.
- last update
over 1 year ago 30,334 pass - last update
over 1 year ago 30,334 pass - last update
over 1 year ago 30,334 pass 59:43 55:04 Running- last update
over 1 year ago 30,335 pass - last update
over 1 year ago 30,335 pass - last update
over 1 year ago 30,335 pass - last update
over 1 year ago 30,335 pass - last update
over 1 year ago 30,335 pass - last update
over 1 year ago 30,338 pass - last update
over 1 year ago 30,338 pass - last update
over 1 year ago 30,338 pass 59:43 53:19 Running- last update
over 1 year ago 30,341 pass - last update
over 1 year ago 30,336 pass, 1 fail The last submitted patch, 38: 2991686-38.patch, failed testing. View results →
- last update
over 1 year ago 30,340 pass, 1 fail - last update
over 1 year ago 30,374 pass - last update
over 1 year ago 30,341 pass - last update
over 1 year ago 30,341 pass - last update
over 1 year ago 30,341 pass - last update
over 1 year ago 30,341 pass - last update
over 1 year ago 30,341 pass - last update
over 1 year ago 30,341 pass - last update
over 1 year ago 30,341 pass - last update
over 1 year ago 30,341 pass - last update
over 1 year ago 30,341 pass - last update
over 1 year ago 30,341 pass - Status changed to Fixed
over 1 year ago 10:40pm 9 July 2023 - 🇦🇺Australia larowlan 🇦🇺🏝.au GMT+10
9.5 is now security only, so marking this as fixed and moving version to 10.0
Automatically closed - issue fixed for 2 weeks with no activity.