TiddlyWiki.org

Ticket #109 (closed defect: fixed)

Opened 2 years ago

Last modified 1 year ago

Document title set to "-" in Safari

Reported by: JeremyRuston Assigned to: JeremyRuston
Priority: minor Milestone: 2.2
Component: core Version:
Severity: low Keywords:
Cc:

Description

Under Safari (and I suspect IE), the document title gets set to "-". The problem is with getPlainText() in Dom.js - it works fine for Mozilla where the textContent property is used, but fails on the innerText branch that's used for Safari and IE.

Change History

06/10/06 16:16:36 changed by JeremyRuston

  • milestone changed from 2.1 to 2.2.

09/02/07 00:28:43 changed by JeremyRuston

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

Fixed in changeset:1502