Closed (duplicate)
Project:
Vertical Tabs
Version:
6.x-1.0-rc1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jul 2009 at 19:58 UTC
Updated:
27 Dec 2011 at 22:23 UTC
Jump to comment: Most recent file
Comments
Comment #1
aangel commentedHmm...I'm trying to see some of the behavior you mentioned. I want the non-checked fieldsets not to appear at all so I added the following clause at line 63 of vertical_tabs.module:
and uploads are working fine.
Comment #2
neochief commentedSame thing for me, but I have cleaner explanation. When you have uploaded one file, on node editing form some scripts (possibly vertical tabs) are flushing all the fieldsets that are situated under the vertical tabs div, but vertical tabs table are not appering by itself. I cannot figure why, same installtion on two servers behave differently. Problem is not browser-dependent.
Comment #3
kiphaas7 commentedSame here, as soon as a file is uploaded, all javascript get's broken. Vertical tabs, wysiwyg, etc...
Comment #4
bealdav commentedStill not working.
Please may repair this ?
Thanks
Comment #5
dave reidPlease test and re-confirm using the latest code, 6.x-1.0-beta6.
Comment #6
dave reidPlease give me step by step instructions to duplicate this. Which upload module (core upload or filefield)?
Comment #7
dave reidComment #8
bwynants commentedsame problem here with core upload
Comment #9
bealdav commentedthe same problem again with core attachments
Drupal 6.14 et VT beta 7
Comment #10
dave reidThis is a duplicate of #656580: Fields with #prefix and #suffix fail miserably with vertical tabs because upload.module uses #prefix and #suffix. This needs to be fixed first in D7 then backported.
Comment #11
amourowsubscribe
Comment #12
efeefe commentedSimilar problems with rc1. Subscribing.
Comment #13
kndrI can confirm this bug. Mistake in code is very small but effect is horrible. Source of problem lies inside javascript error (wrong parametr for function Drupal.formatPlural), not in #prefix and #suffix. I've reopened this issue since it is not duplicated. I am attaching the patch.
Comment #14
doomed commentedHello,
I have exactly the same problem. Glad to find this has been reported, was starting to think I was crazy!
Using Drupal 6.20 / Vertical Tabs 6.x-1.x-dev .
Has this been fixed recently ?
Comment #15
kndrI don't see any commits. Try apply #13. It fix my problems with attachements inside vertical tabs.
Comment #16
dave reidThis is a duplicate of #504506: Drupal.formatPlural incorrectly handle complex plural rules which is a core bug.
Comment #17
doomed commentedDave Reid,
What does that mean? That it can only be fixed via future Drupal 6 updates?
Comment #18
kndr@doomed, it means that: D8 core should be fixed, first. D7 core should be fixed, next. Finally, D6 core should be fixed. Ta-da :) If you have no time, apply temporary patches.
Comment #19
doomed commentedThanks kndr,
But if you have successfully patched the vertical tabs module, then the owner can patch it as well, right?
Thus, we wouldnt be waiting for a Drupal core update (which may or may not include this bug fix)?
Comment #20
kndr@doomed Right. Maintainer can fix vertical_tabs but his decision is different. He (Dave Reid) signed this issue (at #16) as duplicated and we should wait for core updates first.
Comment #21
mykola kovbasa commentedPatch in #13 works fine to me, thanks