1 Reply Latest reply: Oct 19, 2009 11:51 PM by Arnout Kazemier RSS

    spry data messed up in Forefox

    Kristtee Community Member

      hi all

      i was just trying out simple spry xml dataset. The output is perfect in IE7. But when I open in Firefox 3.5x the whole table is messed up. Can someone point me whether i have made a mistake or it is a bug in Sory or Firefox rendering.

      take a look at the sample.

      http://www.naturecareasia.com/test/jedilist.html

       

      thanks

      krs

        • 1. Re: spry data messed up in Forefox
          Arnout Kazemier Community Member

          I would rather think there would be bug in IE instead of Firefox

          Anyways try this:

           

          <table width="400" cellpadding="0" cellpadding="0" border="0">

                  <tr>

                      <th spry:sort="name" width="200">Name</th>

                      <th spry:sort="age" width="100">Age</th>

                      <th spry:sort="alignment" width="100">Alignment</th>

                  </tr>

                  <tbody spry:repeatchildren="ds1">

                  <tr>

                      <td>{name}</td>

                      <td>{age}</td>

                      <td>{alignment}</td>

                  </tr>

               </tbody>

              </table>