Closed (fixed)
Project:
Drupal core
Version:
6.10
Component:
javascript
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Dec 2007 at 20:27 UTC
Updated:
26 Feb 2009 at 21:39 UTC
Jump to comment: Most recent file
Comments
Comment #1
yched commentedUpdated as per quicksketch idea on IRC : to be even more accurate about the css our test indents receive, we create them directly in the table.
Comment #2
yched commentedrerolled after commit of http://drupal.org/node/200370
Comment #3
yched commentedPrevious patch removed the wrong element (the table cell itself...) after doing its tests.
Comment #4
robin monks commentedPatch works for 7.x with minor offset, looks good. Is there a good grueling testcase for this as well?
Robin
Comment #5
yched commentedExample :
A CCK text field, 'filtered text', multiple values unlimited.
on node edit form, unfold the 'input format' fieldset, or resize the textfield for one of the values
try reordering the values.
Comment #6
gábor hojtsyCommitted to 6.x with
cvs commit -m "#201799 by yched, quicksketch: compute identation width for draggables better, counting on padding and margin as well as measuring the width at the place where it is used (taking possible CSS overrides into account)"Let's get it to 7.x as well.
Comment #7
webchickDone. Thanks!
Comment #8
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #9
yang_yi_cn commentedI'm getting the following js error
When I was on Content Type > Manage Fields.
And all the JS effect are broken by this error.
I'm using Drupal 6.10, CCK 2.1, with fieldgroup enabled.
Is there anybody can help me?
Comment #10
yang_yi_cn commentedSloved. Actually my problem, I used form_alter in one of my module to unset $form['attachments'] for all forms, which causes on content-field-overview form, there is a empty field, which is not displayed and causing JS error.