Editor content is auto duplicating in FireFox when an external CSS link is used...

Last post 11-29-2007, 6:53 PM by Adam. 1 replies.
Sort Posts: Previous Next
  •  11-28-2007, 6:15 PM 35497

    Editor content is auto duplicating in FireFox when an external CSS link is used...

     
    Steps to re-create...
     
    2. Click on HTML tab, erase the demo content,  and paste the following HTML (see below)
    3. Click on the Normal, Preview, and HTML tabs repeatedly and you will see the HTML get replicated over and over. 
     
    This is a problem only in FireFox.  Any workarounds? (Besides just using IE all the time)
     
      
    <link href="../css/homepage.css" type="text/css" rel="stylesheet" />
    <table width="100%">
        <tbody>
            <tr>
                <td rowspan="2" valign="top" width="18%">
                <div>
                <ul class="leftcolumn" style="list-style-type: none;">
                    <li><img alt="" src="http://www.smackcart.com/NewPlacer/Gallery/Images/Homepage/visitor_guide.jpg" /> </li>
                    <li><img alt="" src="http://www.smackcart.com/NewPlacer/Gallery/Images/Homepage/map.jpg" /> </li>
                    <li><img alt="" src="http://www.smackcart.com/NewPlacer/Gallery/Images/Homepage/visitor_guide.jpg" /> </li>
                    <li><img alt="" src="http://www.smackcart.com/NewPlacer/Gallery/Images/Homepage/visitor_guide.jpg" /> </li>
                </ul>
                </div>
                </td>
                <td rowspan="2" width="1%">&nbsp;</td>
                <td width="62%">
                <p style="line-height: 150%;">Visit Roseville, Rocklin and Lincoln for brand name shopping, 24-hour gaming at Thunder Valley Casino, championship golf courses, award-winning restaurants, and modern sports tournament facilities. Explore scenic back roads, boutique wineries, historic landmarks, year-round festivals and quaint Main Street shops and restaurants in the historic towns of Granite Bay, Loomis, Newcastle, and Penryn. </p>
                <p style="line-height: 150%;">Placer Valley offers a variety of hotel accommodations ranging from luxury to affordable comfort, all conveniently located off I-80, minutes from downtown Sacramento. <a href="http://www.placertourism.com/hotel-specials.cfm"><strong>Seasonal lodging packages</strong></a>, year-round special events and state-of-the-art <a href="http://www.placertourism.com/facilities.cfm"><strong>sports</strong></a> and <a href="http://www.placertourism.com/sd_pages.cfm?pageid=10"><strong>meeting facilities</strong></a> make Placer Valley a favorite destination for families, sports teams, business travelers, and leisure groups.<br />
                <br />
                </p>
                </td>
                <td rowspan="2" width="1%"><br />
                </td>
                <td rowspan="2" valign="top" width="18%">
                <div align="center">
                <form style="margin-bottom: 3px;" name="ccoptin" action="http://ui.constantcontact.com/d.jsp" method="post" target="_blank">
                    <div align="left"><font style="font-weight: bold; font-size: 12px; color: #006699; line-height: 101%; font-family: Arial,Helvetica,sans-serif;"><br />
                    Sign up for our email newsletter and win tickets and an overnight stay to Art, Verse and Vines. <a href="http://www.placertourism.com/sd_pages.cfm?pageid=159">Details »</a> <br />
                    </font><br />
                    <font style="font-weight: normal; font-size: 10px; color: #000000; font-family: Arial,Helvetica,sans-serif;">Email:</font> <input style="border: 1px solid #999999; font-size: 10px; font-family: Arial;" size="14" name="ea" type="text" /> <input class="submit" style="font-size: 11px; font-family: Arial,Helvetica,sans-serif;" value="Join" name="go" type="submit" /> <input value="1101289298389" name="m" type="hidden" /> <input value="oi" name="p" type="hidden" /> </div>
                </form>
                </div>
                <table width="169">
                    <tbody>
                        <tr>
                            <td rowspan="9" width="25">&nbsp;</td>
                            <td colspan="2"><br />
                            </td>
                        </tr>
                        <tr>
                            <td width="20"><img alt="" src="http://www.placertourism.com/member/19/images/Image/general/arrow_sm.gif" name="" height="28" width="20" /></td>
                            <td width="210"><a href="http://www.placertourism.com/hotel-specials.cfm">Lodging Specials </a></td>
                        </tr>
                        <tr>
                            <td><img alt="" src="http://www.placertourism.com/member/19/images/Image/general/arrow_sm.gif" name="" height="28" width="20" /></td>
                            <td><a href="http://www.placertourism.com/sd_pages.cfm?pageid=161">Art Verse &amp; Vines </a></td>
                        </tr>
                        <tr>
                            <td><img alt="" src="http://www.placertourism.com/member/19/images/Image/general/arrow_sm.gif" name="" height="28" width="20" /></td>
                            <td><a href="http://www.placertourism.com/sd_pages.cfm?pageid=10">Meeting Space </a></td>
                        </tr>
                        <tr>
                            <td><img alt="" src="http://www.placertourism.com/member/19/images/Image/general/arrow_sm.gif" name="" height="28" width="20" /></td>
                            <td><a href="http://www.placertourism.com/facilities.cfm">Sporting Facilities </a></td>
                        </tr>
                        <tr>
                            <td><img alt="" src="http://www.placertourism.com/member/19/images/Image/general/arrow_sm.gif" name="" height="28" width="20" /></td>
                            <td><a href="http://www.placertourism.com/sd_pages.cfm?pageid=75">Things To Do </a></td>
                        </tr>
                        <tr>
                            <td><img alt="" src="http://www.placertourism.com/member/19/images/Image/general/arrow_sm.gif" name="" height="28" width="20" /></td>
                            <td><a href="http://www.placertourism.com/ALL-STARS.cfm">ALL - STARS</a> </td>
                        </tr>
                        <tr>
                            <td><img alt="" src="http://www.placertourism.com/member/19/images/Image/general/arrow_sm.gif" name="" height="28" width="20" /></td>
                            <td><a href="http://www.placertourism.com/meetingpost.cfm">Event Calendar </a></td>
                        </tr>
                    </tbody>
                </table>
                </td>
            </tr>
            <tr>
                <td><br />
                </td>
            </tr>
        </tbody>
    </table>
     
     
  •  11-29-2007, 6:53 PM 35541 in reply to 35497

    Re: Editor content is auto duplicating in FireFox when an external CSS link is used...

    It looks like the following code caused the problem:
     
    <link href="../css/homepage.css" type="text/css" rel="stylesheet" />
     
    We are investigating  this issue and will get back to you as soon as possible.
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML