Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2006
    Posts
    93
    Plugin Contributions
    0

    Default Bug with HTMLarea and Safari 4

    Just a heads up, this is a bug I have been experience while editing product descriptions with Safari 4, on Mac OSX 10.5.6.

    What happens is, if I enter the following code in TextArea, it works fine.

    Code:
    <p><strong><font face="Tahoma" size="5" color="#000000">NuCanoe: Fishing</font></strong></p>
    <span style="font-family: Papyrus, Georgia, serif; font-size: 22px; line-height: 22px; font-weight: bold; color: rgb(9, 31, 57); ">The NuCanoe Adventurer brings greater comfort, stability, and versatility to canoe & kayak fishing!</span> <br />
    <img src="http://www.nucanoe.com/wp-content/themes/nucanoe/images/fishing_4_lg.jpg" id="im" /> <br />
    <img src="http://www.nucanoe.com/wp-content/themes/nucanoe/images/fishing_4_sm.jpg" target="_blank" onclick"document.getElementById('im').src='http://www.nucanoe.com/wp-content/themes/nucanoe/images/fishing_4_lg.jpg'" /><img src="http://www.nucanoe.com/wp-content/themes/nucanoe/images/Fishing_7_sm.jpg" target="_blank" onclick="document.getElementById('im').src='http://www.nucanoe.com/wp-content/themes/nucanoe/images/Fishing_7_lg.jpg'" /><img src="http://www.nucanoe.com/wp-content/themes/nucanoe/images/Fishing_8_sm.JPG" target="_blank" onclick="document.getElementById('im').src='http://www.nucanoe.com/wp-content/themes/nucanoe/images/Fishing_8_lg.JPG'" /><img src="http://www.nucanoe.com/wp-content/themes/nucanoe/images/Fishing_6_sm.jpg" target="_blank" onclick="document.getElementById('im').src='http://www.nucanoe.com/wp-content/themes/nucanoe/images/Fishing_6_lg.jpg'" />
    <p>Either fish like the Adventurer…or the Adventurer is just a great watercraft for catching more fish. Combining incredible stability, unmatched versatility, and great on-water performance, the NuCanoe will help you cover more territory and catch more fish. So whether you’re fishing lakes, rivers, or saltwater, going solo, taking a friend, or your dog, paddling, rowing, or trolling, the NuCanoe is ready and able. Don’t compromise with other canoes or kayaks….get it all with the Adventurer!</p>
    But as soon as I go to HTMLArea on the product description, it changes the code to the following, rendering it useless.

    Code:
    <p><strong><font face="Tahoma" size="5" color="#000000">NuCanoe: Fishing</font></strong></p>
    <span style="font-family: Papyrus, Georgia, serif; font-size: 22px; line-height: 22px; font-weight: bold; color: rgb(9, 31, 57); ">The NuCanoe Adventurer brings greater comfort, stability, and versatility to canoe &amp; kayak fishing!</span> <br />
    <img src="http://www.nucanoe.com/wp-content/themes/nucanoe/images/fishing_4_lg.jpg" id="im" /> <br />
    <img src="http://www.nucanoe.com/wp-content/themes/nucanoe/images/fishing_4_sm.jpg" target="_blank" onclick"document.getelementbyid('im').src="http://www.nucanoe.com/wp-content/themes/nucanoe/images/fishing_4_lg.jpg" /><img src="http://www.nucanoe.com/wp-content/themes/nucanoe/images/Fishing_7_sm.jpg" target="_blank" onclick="function onclick(event) {function onclick(event) {document.getElementById('im').src='http://www.nucanoe.com/wp-content/themes/nucanoe/images/Fishing_7_lg.jpg'}}" /><img src="http://www.nucanoe.com/wp-content/themes/nucanoe/images/Fishing_8_sm.JPG" target="_blank" onclick="function onclick(event) {function onclick(event) {document.getElementById('im').src='http://www.nucanoe.com/wp-content/themes/nucanoe/images/Fishing_8_lg.JPG'}}" /><img src="http://www.nucanoe.com/wp-content/themes/nucanoe/images/Fishing_6_sm.jpg" target="_blank" onclick="function onclick(event) {function onclick(event) {document.getElementById('im').src='http://www.nucanoe.com/wp-content/themes/nucanoe/images/Fishing_6_lg.jpg'}}" />
    <p>Either fish like the Adventurer…or the Adventurer is just a great watercraft for catching more fish. Combining incredible stability, unmatched versatility, and great on-water performance, the NuCanoe will help you cover more territory and catch more fish. So whether you’re fishing lakes, rivers, or saltwater, going solo, taking a friend, or your dog, paddling, rowing, or trolling, the NuCanoe is ready and able. Don’t compromise with other canoes or kayaks….get it all with the Adventurer!</p>

  2. #2
    Join Date
    Mar 2006
    Posts
    919
    Plugin Contributions
    2

    Default Re: Bug with HTMLarea and Safari 4

    HTMLarea is no longer maintained anymore and, for this reason (I believe), it's due to be replaced with FCKeditor in the 2.0 release.

    Given the above, I doubt that this bug will be fixed.

 

 

Similar Threads

  1. HTMLArea - bug in generated links?
    By Thannaree in forum Bug Reports
    Replies: 2
    Last Post: 15 Feb 2011, 02:46 AM
  2. Browser/Text Size Problems with IE7 (and Safari)
    By Bikerdave in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 27 Jun 2008, 10:54 PM
  3. Help with Explorer and Safari!!
    By francesca in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Sep 2007, 06:36 PM
  4. Help, newly installed 1.3.0.2 doesn't compatible with Firefox and Safari
    By lennypeng in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 1 Aug 2006, 07:34 AM
  5. Safari table rendering bug/issue
    By wdbike in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 18 Jul 2006, 07:08 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg