• Do not register here on develop.twiki.org, login with your twiki.org account.
• Use View topic Item7848 for generic doc work for TWiki-6.1.1. Use View topic Item7851 for doc work on extensions that are not part of a release. More... Close
• Anything you create or change in standard webs (Main, TWiki, Sandbox etc) will be automatically reverted on every SVN update.
Does this site look broken?. Use the LitterTray web for test cases.

Reproduce:

  • In your home page, Set LINKTOOLTIPINFO = on
  • Add some WikiWords to the beginning of a topic
  • Go to another topic that links to former topic
  • You will see many <nop> tags in the tooltip

-- PTh

svn:8282 -- SD

svn:8282 has been reverted as it caused Item1403 -- SD


The right solution to this is to handle <verbatim> tags properly (instead of the current nasty line-oriented hack). You could then write:
$text = "<verbatim>$text</verbatim>";
around any region you wanted to protect. And verbatim would start working like a proper HTML tag, which, given the syntax adopted for it, it ought to do.

CC

i suspect that you are wrong smile the problem seems to me that we are doing a TWiki rendering of a string inside a CGI::A string attribute - which is probably unforgivable for any attribute....

adding verbatim tags is not (i think, but i'll test it) any better than nop, as either way, the string attrib would contain the excaped tag, but without the escaped tag, the TML gets processed into wronguns

-- SD

OK, you are right. Pragmatic solution in SVN 8299.

CC

ItemTemplate
Summary Tooltip info shows <nop> tags
ReportedBy PeterThoeny
Codebase

SVN Range Thu, 12 Jan 2006 build 8253
AppliesTo Engine
Component

Priority Normal
CurrentState Closed
WaitingFor

Checkins 8282 8299
Edit | Attach | Watch | Print version | History: r8 < r7 < r6 < r5 < r4 | Backlinks | Raw View |  Raw edit | More topic actions
Topic revision: r8 - 2006-01-15 - CrawfordCurrie
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2023 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback