technicallyerik / WIRK

WIRK - An IRC Client
9 stars 1 forks source link

image, video, blog previews go away when joining a new channel #32

Closed temartin closed 11 years ago

temartin commented 11 years ago
  1. join a channel: /join #chan1
  2. post an image
  3. observe working preview
  4. from #chan1, join another channel: /join #chan2
  5. return to first channel, #chan1
  6. observe that the preview is now broken and just a small icon is shown
technicallyerik commented 11 years ago

I think this is caused my switching initialization of rooms and servers to have no text. The QTextDocument must release all images from memory when this happens. Will initialize servers and rooms with some dummy tag.