[Webkit-unassigned] [Bug 11282] New: safari seems to stay in form POST mode - invalidates XMLHTTP and other src calls

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 13 10:33:52 PDT 2006


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

           Summary: safari seems to stay in form POST mode - invalidates
                    XMLHTTP and other src calls
           Product: WebKit
           Version: 312.x
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: scottd at bluenile.com


If I start on a page, and form submit (POST) to another page. All is good. Now,
click to the next page and then click back.  You will be at the page you form
POSTed to. However, if you have created any images via javascript and try to
set their .src, or if you have created any XMLHTTP objects and try and call a
url that is via the method (GET) then you will get a resource unavailable
message.

If I change the form submit to a (GET) then everything works as normal.  I can
only guess that safari seems to think it is still in form POST mode after you
click off of that results page and then click the back button to get to it.
Hence, any further GET calls from javascript will not work.  Retrieving images,
css, external js files, etc, from HTML markup works just fine. It seems to just
be a back end javascript issue with the internal state of Safari.


-- 
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