Skip to content

WIP: Review docs 1063 browser tab quithandling latest

WIP: not merge into develop. just for review.

Expanded the boot process for tab handling. Is it a valid location for this? (ui/apps/io.ox/core/main/stages.js && ui/apps/io.ox/core/boot/tabHandling.js) The browser can only be referenced via the initially set window name window. If the window name is subsequently changed, the initially used window name is used anyway. The window name is needed for the window handling for opening the parent window. We can't inject the code later from office. If there are any questions, feel free to contact me.

To open office apps via the applauncher in a new tab, some variables are required. (ui/apps/io.ox/core/desktop.js && ui/apps/io.ox/core/main/appcontrol.js)

Stripped boot.js for the office tab was discussed with Julian (ui/grunt/tasks/concat.js && ui/html/.htaccess)

Outsourced the favicon function to call it from office. (ui/src/plugins.js)

Merge request reports