Ticket #165 (closed enhancement: duplicate)

Opened 8 years ago

Last modified 8 years ago

don't mess with window title

Reported by: mack@… Owned by: gogo
Priority: normal Milestone:
Component: Xinha Core Version:
Severity: normal Keywords:
Cc:

Description

Maybe this is useful for debugging and stuff, but for normal use it just seems like an annoyance if anything.

Offending code in HTMLArea.init:

var savetitle = document.title;

document.title = "[HTMLArea: loading script " + current + "/" + HTMLArea._scripts.length + "]";

document.title = savetitle;

Change History

Changed 8 years ago by niko

#139 would remove this.

Changed 8 years ago by gogo

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

Agreed, closing in favor of #139

Note: See TracTickets for help on using tickets.