Skip to content

Navigator button covers debug information. #11970

@eszkadev

Description

@eszkadev

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)

Image

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

No one assigned

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions