#67

New

AjaxScaffold "always loading" problem in safari 2.0.4

Reported by Anonymous on Ajax Scaffold · 26/01/2007 12:13:53

Assigned to:
rrwhite
Priority:
Normal
Status:
New
Category:
None
Version:
None

In Safari 2.0.4 any page with an ajax scaffold on it shows the progress spinner in its tab as if the page was always loading.

Tested with AjaxScaffold Plugin 3.2.4

Also manifests itself on www.ajaxscaffold.com

Attachments Upload

No attachment has been uploaded, yet.


3 comments so far

Cody Pisto

about 1 year ago

This is mostly a problem because the refresh/stop toolbar button is stuck on stop, and pressing it does not “stop”. So its impossible to refresh the page using the toolbar button.

There must be something strange ajaxscaffold is doing, or a way to workaround the issue..

rrwhite

about 1 year ago

Get a real browser

j/k we’ll look into it :)

Cody Pisto

about 1 year ago

I actually found the fix.

dhtml_history needs to be disabled for safari (apparently it doesnt support it at all)

I just added a safari User-Agent check to dhtml_history.js around the call to register the onload, and one in addAjaxTableUrlToHistory that returns right away if its safari.

Leave a comment