-
Bug
-
Resolution: Fixed
-
Minor
-
4.3, 4.3.4, 4.4.1, 4.5
-
6
-
Team Hedgehog 2024 Sprint 2.1, Team Hedgehog 2024 Sprint 2.2
-
Small
The plugin tiny_noautolink does not behave in the same way that atto_noautolink does.
Atto current behaviour:
- In a course section, create a page called 'Test' and a folder called 'Auto-link test'
- Ensure the 'Activity names auto-linking' is on for page 'Test' then add text to the page content "Auto-link test" and save and display the page.
- Verify that the 'Auto-link test' text is auto-linked and that it links to the folder created called 'Auto-link test'.
- Edit the 'Auto-link test' page, add a new paragraph below the existing text. Enter the same text "Auto-link test", then select only that second line/phrase and click the Prevent auto-linking '!' button. Click save settings and display.
- Verify - The page source and note that the text IS surrounded by a span with class="nolink" and the text IS NOT a link.
TinyMCE current behaviour
- Change the preferred editor by going to Preferences -> editor preferences and choosing TinyMCE.
- Edit the previously created 'Auto-link test' page, add a new paragraph below the existing text. Enter the same text "Auto-link test" then select only that third line/phrase and click the Prevent auto-linking '!' button.
- Verify - Notification displays showing "The selected content is not a URL please try again." Then click save settings.
- Verify - The page source and note that the text is NOT surrounded by a span with class="nolink" and the text IS linking to the folder.
- Expected - The text IS surrounded by a span with class="nolink" and the text IS NOT a link.