Closed (won't fix)
Project:
Drupal core
Version:
6.x-dev
Component:
javascript
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jul 2007 at 12:43 UTC
Updated:
21 Sep 2007 at 22:21 UTC
Collapsed areas are broken with Konqueror.
The title of the collapsible area that you are supposed to be able to click on to show the fieldset, is rendered as plain text rathen than a link.
This way, it is impossible to click open the fieldset. It works with Drupal 5.
The only way to use any form is to turn javascript off.
The page works all right with Firefox.
Another Konqueror specific problem, is that the taxonomy free-tag autocomplete fields do not work either (since Drupal 5, actually, though it worked with D4.7).
Comments
Comment #1
gábor hojtsyDid you try with the *latest* Drupal 6 code? What version the jquery is with the version you use (it was recently updated)?
Comment #2
beginner commentedYes, I had just done a checkout, and I just did cvs update to verify.
Jquery is:
// $Id: jquery.js,v 1.8 2007/07/12 18:24:24 dries Exp $
* jQuery 1.1.3.1 - New Wave Javascript
Comment #3
beginner commentedAnd since we are speaking about collapsible fields:
// $Id: collapse.js,v 1.15 2007/07/12 18:24:24 dries Exp $
Update Drupal 6 to jQuery 1.1.3.1
http://drupal.org/node/146462
Comment #4
beginner commentedI just tested the version prior to that commit:
cvs -z6 -d:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal co -d testbug -D 2007-07-12 drupal
and it works on that older version.
Comment #5
beginner commentedThis bug is different from that one, because unlike for D5, the problem exists everywhere, with upload.module disabled.
http://drupal.org/node/162743
Comment #6
chx commentedKonqueror is broken. So there. And I use Kubuntu...