Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-3991

Livetables don't work when edited in the WYSIWYG editor

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 2.0 M1, 1.9.1
    • 1.9
    • WYSIWYG Editor
    • None
    • Unknown

    Description

      Problems:

      • The L&F is vastly different than in view mode
      • The livetable keeps spinning

      To reproduce, enter the following in wiki editor:

      {{velocity}}
      #set($collist = [ "first_name", "last_name", "email"])
      #set($colprops = {
                         "first_name" : { "type" : "text" , "size" : 10, "link" : "view"},
                         "last_name" : { "type" : "text" , "size" : 10, "link" : "view"},
                         "email" : { "type" : "text" , "size" : 20, "link" : "editor"}
                       })
      #set($options = { "className":"XWiki.XWikiUsers",
                        "tagCloud" : true,
                        "rowCount": 5 })
      #livetable("userstable" $collist $colprops $options)
      {{/velocity}}
      

      Attachments

        Activity

          People

            mflorea Marius Dumitru Florea
            vmassol Vincent Massol
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: