Bug 50320

Summary: REGRESSION (r72813): Confluence script boxes do not render content
Product: WebKit Reporter: Dimitris Apostolou <dimitris.apostolou>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: aestes, ap
Priority: P1 Keywords: InRadar, Regression
Version: 528+ (Nightly build)   
Hardware: Mac (Intel)   
OS: OS X 10.6   
URL: http://confluence.atlassian.com/display/TST/Test+WebKit+regression
Bug Depends on: 48100    
Bug Blocks:    

Description Dimitris Apostolou 2010-12-01 06:13:45 PST
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.
Comment 1 Dimitris Apostolou 2010-12-01 06:38:33 PST
Regression was introduced with r72896
Comment 2 Alexey Proskuryakov 2010-12-01 13:09:12 PST
<rdar://problem/8717440>
Comment 3 Andy Estes 2011-01-04 19:55:12 PST
The regression was introduced by http://trac.webkit.org/changeset/72813, but was later fixed by http://trac.webkit.org/changeset/73594. Dimitris, can you verify this in a WebKit nightly build later than r73594?
Comment 4 Andy Estes 2011-01-04 20:03:44 PST
Looks like the other regressions from r72813 were marked as a duplicate of https://bugs.webkit.org/show_bug.cgi?id=50483.

*** This bug has been marked as a duplicate of bug 50483 ***