[Webkit-unassigned] [Bug 11487] Safari Crashes on page load

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 1 14:48:27 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=11487


ddkilzer at kilzer.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P1
           Severity|Blocker                     |Critical
                 CC|                            |ddkilzer at kilzer.net




------- Comment #3 from ddkilzer at kilzer.net  2006-11-01 14:48 PDT -------
(In reply to comment #2)
> Hi,
> Here's the code that gets invoked:
> ----------------------------------------------------------------------------
> 
> <xsl:template name="genYXMTableV2">
> <div id="RowDetailsLayer">
>    <table cellpadding="0" cellspacing="0" border="0" class="fiDataTable"
> width="100%">
>         <tr><td bgcolor="#333333" colspan="12"><img
> src="/images/fi/nothing.gif"/></td></tr>
> 
>      <tr height="20" bgcolor="#CCCCCC">
>        <td class="fiTDFontBottom" align="left">  <b>
> Offerings</b></td>
>        <xsl:for-each select="//TermLabels/TermLabel">
>          <td class="fiTDFontBottom" align="center"><b>
>            <xsl:value-of select="."/></b>
>          </td>
>        </xsl:for-each>
>        <td width="1"><img src="/images/fi/nothing.gif"/></td>
>      </tr>
> 
>      <tr height="20" ID="CDRows0" bgcolor="#e6e6e6">
>        <td class="fiTDFontBottom" align="left"
> colspan="12">  <b>CDs</b>
> <input value="Expand " type="hidden" id="CDRows-expand_title"/>
> <input value="Collapse " type="hidden" id="CDRows-collapse_title"/>
> <a name="CDRows-collapse_title" id="CDRows-href" title="Collapse "
> href="javascript:expandCollapse('CDRows', '2', 'CDRowsCDAll', 'CDRows0');">
> <img width="16" src="/images/fi/arrow_open.gif" id="CDRows-ECImage" height="16"
> border="0"/></a>
>         </td>
>      </tr>
> 
>        <xsl:for-each select="//reerex/Row">
>            <xsl:variable name="productGroup" select="@ProductGroup"/>
>            <xsl:variable name="rating" select="@Rating"/>
>            <xsl:variable name="plabel" select="substring-before(@ProductLabel,
> ' ')"/>
>            <xsl:variable name="subCategory" select="@SubCategory"/>
>          <tr>
>            <xsl:choose>
>              <xsl:when test="$subCategory='CD'">
>            <xsl:attribute name="ID">CDAll</xsl:attribute>
>            <xsl:attribute name="style">display:none</xsl:attribute>
>              </xsl:when>
>              <xsl:otherwise>
>            <xsl:attribute name="ID">CDRows<xsl:value-of
> select="position()"/></xsl:attribute>
>              </xsl:otherwise>
>            </xsl:choose>
> 
>            <xsl:choose>
>              <xsl:when test="position() mod 2=0">
>                <xsl:attribute name="class">dataTableOdd</xsl:attribute>
>              </xsl:when>
>              <xsl:otherwise>
>                <xsl:attribute name="class">dataTableEven</xsl:attribute>
>              </xsl:otherwise>
>            </xsl:choose>
> 
> 
> ---------------------------------------------------------------------------

Is this XSL transformed on the server side, or on the browser side?  I'm
guessing it's transformed on the server side, which isn't what we need to
reproduce the bug.

What we're looking for is the final HTML (and CSS) output from the server that
may be opened as a file (or files) in Safari to cause the crash.  Please do not
include any sensitive information in the file(s), but please do attach the
file(s) to this bug.  Thanks!


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



More information about the webkit-unassigned mailing list