On Sat, Feb 28, 2009 at 10:16 PM, Linly <[email protected]> wrote:
>
> I got many problem with this version. It almost messed up my skin.
> Some mistake I think I should tweak my skin to adapt the new line
> space, but there are another problems .
>
> 1) I have a condition in the html <head></head>
>
> <head>
>        <title>==[if ! equal {p} main]$$title | [if]$$name==</title>
> </head>
>
> The output result adds a pair of unnecessary <p></p> in the <title>
> tag like:
>
> <title><p>Paper | </p>Jargon Cooperation</title>
>
> Here is the on line example: http://txtray.net/jargon/?p=code.skin.paper
>
> 2) I have enable "double click to edit" on the skin:
>
> <div id="content" $$dblclick>
>
> But the output is:
>
> <div id="content"><p>ondblclick="window.location.href='?
> p=code.skin.paper&amp;action=edit'"</p>
> &gt;
>
> This breaks the "$$dblclick" function.

Ahhh. This is not good...  :)  Both of these are related to a conflict
between the snippets and the new line spacing code.  I noticed this
and tried to screen out this scenario, but my code fails when there is
markup in a single-line snippet. The fix turned out to be a bit
complicated, but I think I have it. I'll put it in the next release,
tomorrow.

> 3) All of the table, it adds <p></p> after every </span>. This can't
> be fix by css design.

Can you explain more what you mean?  What table?  What is the markup
that is causing the problem. I didn't do much testing with spans so it
is likely I overlooked something...

Cheers,
Dan

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to