umbraco / Umbraco-CMS

Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.
https://umbraco.com
MIT License
4.45k stars 2.68k forks source link

v8: Linking to an anchor doesn't give the handy anchor dropdown any more in v8 #5297

Closed nul800sebastiaan closed 5 years ago

nul800sebastiaan commented 5 years ago

When you are in a rich text editor linking to a page, in v7 the properties on that page would get parsed to find possible anchor tags to pre-populate the link picker with. This now longer works on v8.

image

I've traced it down to https://github.com/umbraco/Umbraco-CMS/blob/v8/dev/src/Umbraco.Web.UI.Client/src/common/services/tinymce.service.js#L1170

current.properties is null here and I am not sure how to get the properties on a content item in v8, if at all possible.

kjac commented 5 years ago

PR in #5379

nul800sebastiaan commented 5 years ago

Fixed in https://github.com/umbraco/Umbraco-CMS/pull/5379