Active
Project:
AJAX Spellcheck
Version:
master
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Feb 2006 at 16:35 UTC
Updated:
20 Jun 2006 at 00:45 UTC
Jump to comment: Most recent file
Hi there,
Unfortunately, the AJAX spell checker stopped working when I updated to Drupal-4.7-beta4. It worked fine on beta3. Any ideas what may have happened?
Thanks,
Jack
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | removebase.patch | 473 bytes | budda |
Comments
Comment #1
buddaThe problem occured when the setting o the HTML tag was removed from Drupal.
The AJAX spell checker was looking for this HTML tag using JavaScritp, but never finding it -- so the URL to the ajax spelling checker script was invalid.
My patch removes the need for any base url, and instead uses index.php?q= in the currect directory.
Works on Drupal installed on a domain, untested in a sub-directory but don't think this should be in issue.
Comment #2
buddaComment #3
Thox commentedPlease can you try this on a site with clean URLs off? I'm pretty sure it will fail. I'll look into this, as I have no idea why anyone would get rid of the base URL.
Comment #4
t3rmin commentedWell I tried the patch with clean URLs on and it didn't work even then. Still broken for me. I've tried it on 4.7.0beta6 and latest CVS.
Comment #5
robbt commentedI tried it with the latest CVS head around 4.7RC2 and it still isn't working.
Comment #6
lennart commentedI tried to apply this patch, but the spellchecker just returns 'no mistakes found' regardless of the actual number of mistakes. It is broken on 4.7