-
Notifications
You must be signed in to change notification settings - Fork 940
Open
Description
This is an Easy Hack.
Potential mentors: @Darshan-upadhyay1110 @Cwiiis @gokaysatir
Detailed description and rationale
Debug overday should be visible above all other elements in the document area.
We draw document on the canvas (it is called canvas sections).
Html elements will be above that canvas unfortunately (hiding debug overlay).
To solve that problem I recommend start with easiest and quickest option first:
- move the navigator button out of the debug area it if is activated ?
- make navigator button semi-transparent if debug mode is activated ?
- convert button to canvas section and draw in correct place ? (most complicated possibly)
Code pointers
Navigator code: https://github.com/CollaboraOnline/online/blob/master/browser/src/control/Control.NavigatorPanel.ts#L33
Debug mode can be activated by: ctrl + alt + shift + D
Metadata
Metadata
Assignees
Type
Projects
Status
No status
