Closed (fixed)
Project:
Accessibility
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
8 Apr 2008 at 01:32 UTC
Updated:
12 May 2008 at 17:53 UTC
With accessibility enabled and 'override xHTML' not checked, I get an HTTP error 200 when entering in taxonomy terms. The error occurs when the field attempts to populate a drop down list of terms.
If I check 'override xHTML', the error goes away. However, if put node/add* under 'override pages' and uncheck 'override xHTML', the error occurs.
I was under the impression that include node/add* under 'override pages' does the same thing that checking the 'override xHTML mime type' box does (except only on specific pages).
Comments
Comment #1
jabba_29 commentedHi Brian,
You have understood the concept correctly ....
including "node/add*" should override the headers...
Are you using a specific theme for the admin?
I.E. does your node/add page use admin theme or default?
Perhaps if you added the url of the autocomplete that would solve this.
Will check to see if I can reproduce this..
(Don't know whether I still have v5 on my PC)..
Incidentally, a 200 return code means: the request has succeeded -
which makes it a bit confusing ??
Comment #2
bsuttis commentedI'm using a custom theme I developed, but I've tried using Garland and the same error occurs.
The URLs in the HTTP 200 message have arguments (arg(0)) of /content_taxonomy/, /taxonomy/, and /nodereference/ if that's of any help.
An example url is: example.com/nodereference/autocomplete/# where # is an integer (ie. 3)
Comment #3
jabba_29 commentedThanks for the info.
I have tried to reproduce this at home, but cannot.
I am not using taxonomy as such - I am using "categories" module *
I added the "tagging" for the category type and tracked the response using live headers...
Abbreviated version below:
So I do not have an issue, the autocomplete is returning the expected results.
Will investigate further.
* not such a great idea as it turns out, for me at least
Comment #4
jabba_29 commented4 weeks inactivity.
cannot reproduce.
Closing..