You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cog button on the page on the editor page view should open the context menu.
Actual Behaviour
Clicking the button does not open the context menu
Steps to Reproduce
Create a course with a page
Navigate to the edit page view
Click the cog icon on the page
Versions
Authoring Tool Version: 0.4.1
Additional Information
All of the other cog icons work. Upon closer inspection it seems that the fix for this would be to remove the "openContextMenu" function from the editorPageView.js. The call to openContextMenu in this file will then use the "openContextMenu" function defined in editorOriginView.js.
The text was updated successfully, but these errors were encountered:
Expected Behaviour
The cog button on the page on the editor page view should open the context menu.
Actual Behaviour
Clicking the button does not open the context menu
Steps to Reproduce
Versions
Additional Information
All of the other cog icons work. Upon closer inspection it seems that the fix for this would be to remove the "openContextMenu" function from the editorPageView.js. The call to openContextMenu in this file will then use the "openContextMenu" function defined in editorOriginView.js.
The text was updated successfully, but these errors were encountered: