Problem/Motivation
In the contextual module, there is 14 references to code that should have been removed in D10 but remains in the codebase.
These references are in the following files
contextual.js
StateModal.js
AuralView.js
VisualView.js
KeyboardView.js
RegionView.js
Steps to reproduce
See the deprecation messages in the files.
Proposed resolution
The next plan of attack would be to decide what to do with these? Can they be safely removed now or should we bump the deprecation message to say they're now removed from Drupal 11? It looks like most of them are tied to Backbone.js
Remaining tasks
Audit use of the deprecated functions and properties and decide what we want to do.
User interface changes
Potentially - If these deprecations are still working it may result in changes
API changes
A number of properties and functions will be removed.
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | 3352548-8.patch | 6.63 KB | gauravvvv |
Issue fork drupal-3352548
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3352548-leftover-d10-deprecations
changes, plain diff MR !3783
Comments
Comment #3
danielvezaUpdated the deprecations to Drupal 11 after advice from @xjm
Comment #4
smustgrave commentedGood cleanup.
Comment #7
larowlanCommitted to 10.1.x and backported to 10.0.x after ensuring it passed core commit checks.
We'll need a separate patch/MR for 9.5.x because of the .es6.js and .js files.
Setting to Patch (to be ported)
Comment #8
gauravvvv commentedI have attached patch for 9.5.x. please review
Comment #9
Manoj Raj.R commentedGood catch from @Gauravvvv
Moving to RTBC.
Comment #10
catchYep good spot. Committed/pushed to 9.5.x, thanks!
Comment #13
quietone commented