Closed (fixed)
Project:
Ubercart
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
16 Mar 2009 at 13:51 UTC
Updated:
3 Jan 2014 at 00:07 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
cha0s commentedThis'll fix it...
Comment #2
rszrama commentedThe change was actually intentional, but I see your point. I don't think this patch can be used as is, because the JS only needs to be added when the block is !$cachable. Also, this creates some confusion in the block settings that the change was supposed to clear up (based on the language of the options).
All you really have to do if you always want the contents of the block to be hidden is use the same simple CSS that the JS activates:
Comment #3
cha0s commentedLemme know what you think of this patch...
Also fixes another bug, that is that the arrow wouldn't always be added in when necessary.
Comment #4
cha0s commentedComment #5
rszrama commentedI don't understand the need for the CSS hack or how it relates to the original issue. If something like that is indeed needed, drupal_add_css() is available in D5-7. Is the original poster still around on this?
Comment #6
cha0s commentedBecause it's broken...
Please check http://drupal.org/node/259368 and the comment in my patch.
Comment #7
rszrama commentedTagging.
Comment #8
cha0s commentedCan someone please test this besides the author of the patch, and acknowledge that it fixes the current brokenness? :)
Comment #10
rszrama commentedComment #11
rszrama commentedWorks for me. Sorry this took so long. : (