[Webkit-unassigned] [Bug 50320] New: REGRESSION: Confluence script boxes do not render content

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 1 06:13:45 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=50320

           Summary: REGRESSION: Confluence script boxes do not render
                    content
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
               URL: http://confluence.atlassian.com/display/TST/Test+WebKi
                    t+regression
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rex_4539 at yahoo.com


r72896

Reproducibility: always

Steps:
1. Create a free Confluence account in http://confluence.atlassian.com
2. Go to http://confluence.atlassian.com/display/TST/Test+WebKit+regression that I have created to demonstrate the regression.

What happened:
2. The content inside the box is not rendered.

I used the following WiKi markup code:

{newcode}
$ some command here
{newcode}

When inspected it is:

<div class="codeContent panelContent">
  <script type="syntaxhighlighter" class="toolbar: false; theme: Confluence; brush: java; gutter: false"><![CDATA[
  $ some command here
  ]]></script>
</div>

Expected result:
2. The content inside the box is rendered.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list