Ticket #237 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

Opening multiple chat windows simultaneously exposes WebView glitches

Reported by: jppavao Owned by:
Priority: normal Milestone: 1.0
Component: GUI Version: version 0.8
Keywords: Cc:

Description

  1. Select multiple contacts in the roster window
  2. Press the Return or the Enter key
  3. Boom!, i.e., only the first chat window displays correctly, while all the other windows that were opened at the same time are completely black within the WebView? bounds.

Change History

Changed 5 years ago by jppavao

  • status changed from new to closed
  • resolution set to fixed

(In [253]) Added a workaround to avoid issues related with concurrently loading external JavaScript? files referenced on the <head> element of the chat window WebView?. Loading the JS file inside the <body> element seems to do the trick, as it forces the JS to run synchronously before the rest of the content is processed. Fixes #237.

Note: See TracTickets for help on using tickets.