Ticket #25 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

Remove unneeded '-' before 'close' button in default ViewTemplate

Reported by: JeremyRuston Owned by: JeremyRuston
Priority: minor Milestone: 2.1
Component: core Version:
Severity: low Keywords:
Cc:

Description

The current default ViewTemplate? includes this:

<div class='toolbar' macro='toolbar -closeTiddler closeOthers +editTiddler permalink references jump'>

The '-' is not really needed, though, and can interfere with some plugins.

Change History

Changed 6 years ago by EricShulman

Actually, this problem occurs with a plain, unmodified TW as well, not just with plugin-generated content. If you put the focus into *any* edit field in a tiddler (try <<search>> or <<option txtUserName>>) and then press escape, the tiddler closes :-(

Removing the "-" from "-closeTiddler" does correct this.

Changed 6 years ago by JeremyRuston

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

Fixed in changeset:246

Note: See TracTickets for help on using tickets.