You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "Harri Halttunen (JIRA)" <ji...@apache.org> on 2009/05/11 19:15:45 UTC

[jira] Created: (JSPWIKI-532) %%columns style does not work properly

%%columns style does not work properly
--------------------------------------

                 Key: JSPWIKI-532
                 URL: https://issues.apache.org/jira/browse/JSPWIKI-532
             Project: JSPWiki
          Issue Type: Bug
    Affects Versions: 2.8.3
         Environment: JSPWiki 2.8.3-svn-4, Mac (Intel), Firefox 3.0.10, Safari 4 Public Beta
            Reporter: Harri Halttunen


It seems that if the first character after {{%%columns}} is a regular character then it is not rendered correctly. Consider the following wiki snippets:

{code:none|title=Does not work}
%%columns
Foo
----
bar
/%
{code}

{code:none|title=Works (an additional carriage return)}
%%columns

Foo
----
bar
/%
{code}

{code:none|title=Works (starts with bolding)}
%%columns
__Foo__
----
bar
/%
{code}

{code:none|title=Works (starts with italics)}
%%columns
''Foo''
----
bar
/%
{code}


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


[jira] Commented: (JSPWIKI-532) %%columns style does not work properly

Posted by "Janne Jalkanen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JSPWIKI-532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708169#action_12708169 ] 

Janne Jalkanen commented on JSPWIKI-532:
----------------------------------------

The example given does not work on the sandbox either.  Notice how the columns are layed out in the wrong order.

> %%columns style does not work properly
> --------------------------------------
>
>                 Key: JSPWIKI-532
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-532
>             Project: JSPWiki
>          Issue Type: Bug
>    Affects Versions: 2.8.3
>         Environment: JSPWiki 2.8.3-svn-4, Mac (Intel), Firefox 3.0.10, Safari 4 Public Beta
>            Reporter: Harri Halttunen
>
> It seems that if the first character after {{%%columns}} is a regular character then it is not rendered correctly. Consider the following wiki snippets:
> {code:none|title=Does not work}
> %%columns
> Foo
> ----
> bar
> /%
> {code}
> {code:none|title=Works (an additional carriage return)}
> %%columns
> Foo
> ----
> bar
> /%
> {code}
> {code:none|title=Works (starts with bolding)}
> %%columns
> __Foo__
> ----
> bar
> /%
> {code}
> {code:none|title=Works (starts with italics)}
> %%columns
> ''Foo''
> ----
> bar
> /%
> {code}

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


[jira] Resolved: (JSPWIKI-532) %%columns style does not work properly

Posted by "Dirk Frederickx (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dirk Frederickx resolved JSPWIKI-532.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.8.3

Resolved in v2.8.3-svn-6.


dirk

> %%columns style does not work properly
> --------------------------------------
>
>                 Key: JSPWIKI-532
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-532
>             Project: JSPWiki
>          Issue Type: Bug
>    Affects Versions: 2.8.3
>         Environment: JSPWiki 2.8.3-svn-4, Mac (Intel), Firefox 3.0.10, Safari 4 Public Beta
>            Reporter: Harri Halttunen
>             Fix For: 2.8.3
>
>
> It seems that if the first character after {{%%columns}} is a regular character then it is not rendered correctly. Consider the following wiki snippets:
> {code:none|title=Does not work}
> %%columns
> Foo
> ----
> bar
> /%
> {code}
> {code:none|title=Works (an additional carriage return)}
> %%columns
> Foo
> ----
> bar
> /%
> {code}
> {code:none|title=Works (starts with bolding)}
> %%columns
> __Foo__
> ----
> bar
> /%
> {code}
> {code:none|title=Works (starts with italics)}
> %%columns
> ''Foo''
> ----
> bar
> /%
> {code}

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


[jira] Commented: (JSPWIKI-532) %%columns style does not work properly

Posted by "Dirk Frederickx (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JSPWIKI-532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708159#action_12708159 ] 

Dirk Frederickx commented on JSPWIKI-532:
-----------------------------------------

I tried this on the sandbox, and it seems to work perfectly.
Could you reproduce on the sandbox plse ?

dirk

> %%columns style does not work properly
> --------------------------------------
>
>                 Key: JSPWIKI-532
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-532
>             Project: JSPWiki
>          Issue Type: Bug
>    Affects Versions: 2.8.3
>         Environment: JSPWiki 2.8.3-svn-4, Mac (Intel), Firefox 3.0.10, Safari 4 Public Beta
>            Reporter: Harri Halttunen
>
> It seems that if the first character after {{%%columns}} is a regular character then it is not rendered correctly. Consider the following wiki snippets:
> {code:none|title=Does not work}
> %%columns
> Foo
> ----
> bar
> /%
> {code}
> {code:none|title=Works (an additional carriage return)}
> %%columns
> Foo
> ----
> bar
> /%
> {code}
> {code:none|title=Works (starts with bolding)}
> %%columns
> __Foo__
> ----
> bar
> /%
> {code}
> {code:none|title=Works (starts with italics)}
> %%columns
> ''Foo''
> ----
> bar
> /%
> {code}

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


[jira] Commented: (JSPWIKI-532) %%columns style does not work properly

Posted by "Dirk Frederickx (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JSPWIKI-532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708171#action_12708171 ] 

Dirk Frederickx commented on JSPWIKI-532:
-----------------------------------------

Yep, indeed. I was too quick ;-)
Strangely it does work on my local v2.8. installation.

Need to dig somewhat deeper.
dirk




> %%columns style does not work properly
> --------------------------------------
>
>                 Key: JSPWIKI-532
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-532
>             Project: JSPWiki
>          Issue Type: Bug
>    Affects Versions: 2.8.3
>         Environment: JSPWiki 2.8.3-svn-4, Mac (Intel), Firefox 3.0.10, Safari 4 Public Beta
>            Reporter: Harri Halttunen
>
> It seems that if the first character after {{%%columns}} is a regular character then it is not rendered correctly. Consider the following wiki snippets:
> {code:none|title=Does not work}
> %%columns
> Foo
> ----
> bar
> /%
> {code}
> {code:none|title=Works (an additional carriage return)}
> %%columns
> Foo
> ----
> bar
> /%
> {code}
> {code:none|title=Works (starts with bolding)}
> %%columns
> __Foo__
> ----
> bar
> /%
> {code}
> {code:none|title=Works (starts with italics)}
> %%columns
> ''Foo''
> ----
> bar
> /%
> {code}

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