...
Affected custom code | Resolution |
---|---|
Custom code targeting elements with a selector starting with “ These will be changing, and as a result will cause your code not to find the element on the page it is looking for. | In general, if you replace the “ Any selectors written to target particular elements on the page that might be written as follows;
Can be modified to the following;
In order for both to be targeted at once. This means that when the migration happens the page content will transition from |
References in the style of “ | Unfortunately these kinds of references will need to be removed as they are being removed as part of the migrations that are being applied. This means that if there is code targeting for example |
Alerts in the style of | As previous advice recommendations, The severity tags have been updated to |
...