[Webkit-unassigned] [Bug 33383] REGRESSION (r51978/r52039-r52126): AJAX Fails to work on Hash intermittently

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 19 18:45:19 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=33383


Geoffrey Garen <ggaren at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ggaren at apple.com




--- Comment #3 from Geoffrey Garen <ggaren at apple.com>  2010-01-19 18:45:19 PST ---
Much to my surprise, I can confirm this bug with a local r53459 debug
interpreter build on Intel.

Steps to reproduce:
1. Build with JIT disabled.
2. Load http://jqueryui.com/demos/animate/
3. Click 'Toggle Effect' button
4. If you see an animation, reload and goto step 3
--> Eventually, clicking the button will fail to produce an animation.

The site seems to be set up with a hash-based notification mechanism: A
function that wants something to happen modifies window.location.hash, and a
200-ms repeating timer listens for those modifications.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list