-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right-click menu not working in Full-screen mode #263
Comments
I found this on Stackoverflow: https://stackoverflow.com/questions/18578244/displaying-elements-other-than-fullscreen-element-html5-fullscreen-api The context menu is created as a sibling to the main CWRC-Writer container (div). When activating 'fullscreen", the browser assigns the maximum z-index [2147483647] to this container (nothing can get in from it), not even when we try to override the browser using the A possible solution is to move the context-menu DIV to inside the main CWRC-Writer DIV. I manually did this in the browser and it seems to work. @ilovan, should I spend time with it, or should we wait until I get to redesign the context-menu? |
This is very encouraging, Luciano. Great to see it and that you think it is a solution. Presuming that the high priority tags here are up to date and still pending, I think that for now we should focus on the other high-priority issues, given that an update of CWRC-Writer needs to be fit in with the next update of CWRC which will be as soon as possible, and disable the full-screen button in the editor for that release. Once the other more urgent issues re: the schema problems have been dealt with, then spending some time on this if the update is not ready to go, makes sense to me. hope that's clear! |
Ok. |
Done: 23376ab |
The context menu is slightly displaced from where the user click. This only happens in the integrated version. |
The right-click menu is not working in Full-screen mode, either in CWRC or the Git-writer
If you right click on an entity or a tag in either the Tag menu or the editing panel you should get a popup menu
The text was updated successfully, but these errors were encountered: