Currently, an entire div is replaced when data about a job is updated in the background. This result is flickering of the right-click menu something like this
Possible solution: Instead of updating entire div, update only the innerHTML of the specific row/field which needs updation.