<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>7552</bug_id>
          
          <creation_ts>2006-03-02 08:38:05 -0800</creation_ts>
          <short_desc>Confluence WYSIWYG editor fails</short_desc>
          <delta_ts>2008-12-26 12:44:48 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Evangelism</component>
          <version>417.x</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>OS X 10.4</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>http://confluence.atlassian.com/pages/createpage.action?spaceKey=TEST&amp;fromPageId=157258</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Major</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>9915</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Colin Hardman">colin.hardman</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ddkilzer</cc>
    
    <cc>ian</cc>
    
    <cc>kip</cc>
    
    <cc>webkit</cc>
    
    <cc>webkit</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>34818</commentid>
    <comment_count>0</comment_count>
    <who name="Colin Hardman">colin.hardman</who>
    <bug_when>2006-03-02 08:38:05 -0800</bug_when>
    <thetext>Load the above page on FireFox and Safari - safari fails to load the Rich Editor functionality. 

Also visible if go to demo of the editor they use
http://www.fckeditor.net/demo/default.html

I have to choose a single component - I don&apos;t know whether the problem is javascript or layout and rendering.

Also logged as an issue in confluence bug tracking - 
http://jira.atlassian.com/browse/CONF-3864</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>35094</commentid>
    <comment_count>1</comment_count>
    <who name="Gustaaf Groenendaal (MysteryQuest)">webkit</who>
    <bug_when>2006-03-04 15:37:13 -0800</bug_when>
    <thetext>Well, this isn&apos;t a WebKit bug, but the builder of the site hides content while using a specified browser.
I saved the page with FireFox and opened it with WebKit and the site just works.
So to get this fixed is probably mailing the author of the site telling him that Safari/WebKit renders the page as it should be and it should be able to view the page Safari.

Example:

Safari case:

                &lt;div class=&quot;minitab&quot;&gt;
                &lt;a id= &quot;markupTab&quot;  class=&quot;selectedminitab&quot;  href=&quot;#&quot; onClick=&quot;javascript:changeMode(&apos;markup&apos;);return false;&quot;&gt;Wiki Markup&lt;/a&gt;
                &lt;a id= &quot;previewTab&quot;  class=&quot;unselectedminitab&quot;  href=&quot;#&quot; onClick=&quot;javascript:sendFormWithPreview();return false;&quot;&gt;Preview&lt;/a&gt;
                &lt;img id=&quot;wysiwygWaitImage&quot; style=&quot;visibility:hidden&quot; alt=&quot;Wait Image&quot; border=0 src=&quot;/images/icons/wait.gif&quot;&gt;

FireFox case:

                &lt;div class=&quot;minitab&quot;&gt;
                &lt;a id=&quot;wysiwygTab&quot;  class=&quot;selectedminitab&quot;  href=&quot;#&quot; onClick=&quot;javascript:changeMode(&apos;richtext&apos;);return false;&quot;&gt;Rich Text&lt;/a&gt;

                &lt;a id= &quot;markupTab&quot;  class=&quot;unselectedminitab&quot;  href=&quot;#&quot; onClick=&quot;javascript:changeMode(&apos;markup&apos;);return false;&quot;&gt;Wiki Markup&lt;/a&gt;
                &lt;a id= &quot;previewTab&quot;  class=&quot;unselectedminitab&quot;  href=&quot;#&quot; onClick=&quot;javascript:changeMode(&apos;preview&apos;);return false;&quot;&gt;Preview&lt;/a&gt;
                &lt;img id=&quot;wysiwygWaitImage&quot; style=&quot;visibility:hidden&quot; alt=&quot;Wait Image&quot; border=0 src=&quot;/images/icons/wait.gif&quot;&gt;

The only thing that bothers me on this is, is that i get the following message in Nightly webkit:
http://confluence.atlassian.com
Invalid reply from server
But this is an issue far away from the original.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>49767</commentid>
    <comment_count>2</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2006-07-14 05:54:00 -0700</bug_when>
    <thetext>Retitled this bug since the goal is to support the FCKeditor.  Please add dependencies for other bugs to this one that prevent FCKeditor from running on Safari.

See also comments in Bug 4403, which notes that SiteMason (http://www.sitemason.com/) also uses FCKeditor.

Frederico, could you retest FCKeditor with a nightly build of WebKit (http://nightly.webkit.org/)?  There have been a lot of changes to support content editable divs in the last couple of months.  Also, it&apos;s hard to fix bugs when your demo site doesn&apos;t even attempt to let Safari/WebKit load the editor.

http://www.fckeditor.net/demo/default.html

Also confirming this bug since it crashes WebKit r15425 when it is set to spoof MSIE 6.

</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>49782</commentid>
    <comment_count>3</comment_count>
    <who name="">webkit</who>
    <bug_when>2006-07-14 06:57:50 -0700</bug_when>
    <thetext>The online demo is not intended to work with non supported browsers. A simple textarea is shown instead, and this is the expected behavior.

I&apos;ve just created a Safari specific test page:
http://www.fckeditor.net/_temp/test_safari.html

It was already planned to create a &quot;FCKeditor master bug&quot; to FCKeditor and start including bugs dependencies on it. Should I do that with a new bug report? In this way we can remove all Confluence specific information, having a clearer report.

Thanks.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>49784</commentid>
    <comment_count>4</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2006-07-14 07:10:44 -0700</bug_when>
    <thetext>(In reply to comment #3)
&gt; The online demo is not intended to work with non supported browsers. A simple
&gt; textarea is shown instead, and this is the expected behavior.
&gt; 
&gt; I&apos;ve just created a Safari specific test page:
&gt; http://www.fckeditor.net/_temp/test_safari.html

Thanks!

&gt; It was already planned to create a &quot;FCKeditor master bug&quot; to FCKeditor and
&gt; start including bugs dependencies on it. Should I do that with a new bug
&gt; report? In this way we can remove all Confluence specific information, having a
&gt; clearer report.

Sure, go ahead.  That would turn this (back) into an Evangelism bug.  Change the title of this bug back, change it to an Evangelism component, move its dependencies to the new bug, and add a dependency on this bug.  Thanks!

</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>49793</commentid>
    <comment_count>5</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2006-07-14 08:08:01 -0700</bug_when>
    <thetext>(In reply to comment #4)
&gt; Sure, go ahead.  That would turn this (back) into an Evangelism bug.  Change
&gt; the title of this bug back, change it to an Evangelism component, move its
&gt; dependencies to the new bug, and add a dependency on this bug.  Thanks!

If you don&apos;t have permissions to do any of this, let me know.

</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>49794</commentid>
    <comment_count>6</comment_count>
    <who name="">webkit</who>
    <bug_when>2006-07-14 08:08:41 -0700</bug_when>
    <thetext>Ok... I&apos;ve created Bug 9915. I&apos;m not able to make changes on this one. Can you update it? Thanks.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>49795</commentid>
    <comment_count>7</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2006-07-14 08:17:53 -0700</bug_when>
    <thetext>Changing this back to an evangelism bug for Confluence.

It depends on Bug 9915 being fixed first before Atlassian can enable Safari with Confluence.

</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>73029</commentid>
    <comment_count>8</comment_count>
    <who name="David Weintraub">david</who>
    <bug_when>2008-03-07 13:33:27 -0800</bug_when>
    <thetext>I&apos;ve looked into this issue before about five months ago. Confluence actually tests the browser. If it detects that your browser is Safari, it prevents you from using the WYSIWYG editor.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>103492</commentid>
    <comment_count>9</comment_count>
    <who name="Robert Blaut">webkit</who>
    <bug_when>2008-12-26 12:41:21 -0800</bug_when>
    <thetext>I test Confluence rich text editor on this page http://confluence.demo.atlassian.com/pages/createpage.action?spaceKey=TEST&amp;fromPageId=557061 using the latest WebKit and I found no problem here. 

So apparently this bug is fixed. David, could you confirm it?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>103493</commentid>
    <comment_count>10</comment_count>
    <who name="Robert Blaut">webkit</who>
    <bug_when>2008-12-26 12:44:48 -0800</bug_when>
    <thetext> Confluence 2.10 introduced Safari support: http://confluence.atlassian.com/display/DOC/Confluence+2.10+Release+Notes :) So definitely it is fixed :)</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>