-
Sub-task
-
Resolution: Fixed
-
Minor
-
2.0
-
- Set a course description containing a link
- Make sure the link opens in a new windows
-
MOODLE_20_STABLE
-
MOODLE_20_STABLE
The links present in any external content can contain external links. MM1 was adding target="_blank" to them but it's a bit weak. We can add the directive mmBrowser to them so that they will always open in an external browser.
However, we might want to think about another directive which would open a door for handling links to course content. For instance, a teacher copies a link to another module somewhere, the link should really send the user to that module within the app, not in the external browser.
We can:
- Add mm-browser and forget about the rest
- Add mm-something that adds mm-browser to the links and would serve as link handler for the future.
Having said that, I realise that it will not be a problem to replace mm-browser later because it's part of core and done automatically in mm-format text. So let's just stick with mmBrowser.
- blocks
-
MOBILE-999 Create a directive to download (cache) pluginfiles
- Closed
- has been marked as being related by
-
MOBILE-1014 Create a filepool system
- Closed
- is blocked by
-
MOBILE-992 Create directive to open external links in external browser
- Closed