Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • P purr-data
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 362
    • Issues 362
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 54
    • Merge requests 54
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Jonathan Wilkes
  • purr-data
  • Issues
  • #766

Closed
Open
Created Mar 19, 2021 by Akash Negi@NegiAkash890Contributor

Unexpected behaviour of bundle.js

When we load our browser we expect that bundle.js fire as soon as the browser renders UI but this is not happening as expected. The bundle.js runs only when we have either mouse events or key presses.

Note: All the steps below should be followed without a click on the window as it triggers off bundle.js

How to reproduce :
1.Open index.html.
2.Open Console(Ctrl+shift+I).
3.As soon as click the app window bundle.js starts running with the message.

Starting up...           bundle.js:7904
gui_startup from GUI...  bundle.js:7904 

Expected: bundle.js runs after UI is painted.

Assignee
Assign to
Time tracking