TiddlyWiki.org

Ticket #421 (closed defect: fixed)

Opened 8 months ago

Last modified 8 months ago

Sync macro throws an error in Internet Explorer

Reported by: SaqImtiaz Assigned to: SaqImtiaz
Priority: major Milestone: 2.3
Component: core Version:
Severity: high Keywords:
Cc:

Description

The sync macro throws an error in IE7 when there is at least one syncable item: [object Error]. This is due to an inaccurate color assignment of "none".

Attachments

Ticket421.patch (0.6 kB) - added by SaqImtiaz on 29/11/07 13:38:29.

Change History

29/11/07 12:16:15 changed by SaqImtiaz

  • status changed from new to assigned.

29/11/07 13:30:33 changed by JeremyRuston

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

Fixed in changeset:3028

Good catch. I think it should be changed to "transparent", rather than "#fff". The idea being that if there's no status for an item, the underlying background color should show through.

29/11/07 13:38:29 changed by SaqImtiaz

  • attachment Ticket421.patch added.