You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "Dirk Frederickx (JIRA)" <ji...@apache.org> on 2008/09/28 15:45:46 UTC

[jira] Commented: (JSPWIKI-385) Interaction between JSPWiki markup and %%collapse directive

    [ https://issues.apache.org/jira/browse/JSPWIKI-385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12635222#action_12635222 ] 

Dirk Frederickx commented on JSPWIKI-385:
-----------------------------------------


(1) is per design. currently the headers have a 'clear:both' rule which will force the display after floated elements.
To improve the behaviour, I will change this to 'clear:left' which will only force the display after left floated elements such as table of contents.

(2) this is normal.  !! only are handled a title markup when you enter them as the first items of a new line

(3) ok

> Interaction between JSPWiki markup and %%collapse directive
> -----------------------------------------------------------
>
>                 Key: JSPWIKI-385
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-385
>             Project: JSPWiki
>          Issue Type: Bug
>          Components: Default template
>    Affects Versions: 2.6.2
>         Environment: Fedora 6/Firefox 1.5
>            Reporter: Terry Steichen
>            Assignee: Dirk Frederickx
>            Priority: Minor
>
> Consider the following markup:
> =========================
> %%commentbox
> This is some comment
> /%
> %%collapse
> !!The first part
> #!!top Item
> ##subitem 1
> ##subitem 2
> #%%(font-weight:bold;font-size:1.2em)The second part%%
> ##subitem 1
> /%
> ============================
> (1) the "!!The first part heading will be forced to display after (rather than beside) the commentbox
> (2) the "#!!top item" will be displayed literally, not translated
> (3) the item "#%%(font-weight:bold;font-size:1.2em)The second part%%" is displayed as expected.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.