I enabled live search and all my collapsible links like the ones on the create content page (publishing options, menu etc) or the ones on edit/create views that were not expanded could not be expanded and no longer appeared as links, just plain text. As soon as I disabled live search, the links re-appeared and could be collapsed or expanded.

Comments

kourge’s picture

What browser are you using? This must be caused by a JavaScript error, thus interrupting the collapsible field script and disabling it. Can you post the JavaScript error?

zahor’s picture

It appears in IE 7, IE 6 and Firefox. In IE 7, pages randomly show up with no styles.
There are two errors(one from IE 7, and one from firefox)
here's the firefox error (as copied from firebug):


<b>t has no properties</b>
e(undefined, "live-search")jquery.js (line 2)
e(0, "live-search")jquery.js (line 2)
e(["live-search"], function(), undefined)jquery.js (line 2)
e(Document admin, "live-search")jquery.js (line 2)
e("live-search")jquery.js (line 2)
e([Document admin], function(), ["live-search"])jquery.js (line 2)
e(function(), ["live-search"])jquery.js (line 2)
e()jquery.js (line 2)
(no name)()livesearch.js (line 63)
e()jquery.js (line 2)
e()jquery.js (line 2)
e([function(), function(), function(), 1 more...], function(), undefined)jquery.js (line 2)
e()jquery.js (line 2)
[Break on this error] eval(function(p,a,c,k,e,d){e=function(c){return(c<a?"":e(parseInt(c/a)))+((c=c%a...

and IE 7 says: "line 63, char 3. className is null or not an object"

zahor’s picture

Ignore my attempt to make "t has no properties" bold with the &

kourge’s picture

Ouch, that isn't enough. Do you have a test site or something that can show the error? It might have something to do with the page content / layout.

sheldon rampton’s picture

This may be related: I've been trying out a number of modules at a Drupal test bed. After enabling live search, I noticed that all of the fieldset labels disappeared from admin/build/modules. My test bed currently uses the Garland theme. For each fieldset, it displays the fieldset border and shading, but no label, which of course means that there is nothing to click on to collapse or expand the fieldset.

The fieldset labels would appear, however, after I loaded admin/build/modules and then refreshed the page.

Once I disabled Live Search, this behavior disappeared.

I'm using Firefox 2.0.0.2 on a Mac running OS 10.4.10.

If you want to try this out on my test bed, let me know and I'll email you the URL and set up an administrative account for you.

kourge’s picture

Status: Active » Closed (duplicate)

This is a duplicate of node 152125, from now on, please post feedbacks to that node.