Bug 50320
Summary: | REGRESSION (r72813): Confluence script boxes do not render content | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dimitris Apostolou <dimitris.apostolou> |
Component: | New Bugs | Assignee: | 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: |
Dimitris Apostolou
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dimitris Apostolou
Regression was introduced with r72896
Alexey Proskuryakov
<rdar://problem/8717440>
Andy Estes
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?
Andy Estes
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 ***