Closed (fixed)
Project:
Ubercart
Version:
6.x-2.7
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2012 at 13:24 UTC
Updated:
22 Feb 2012 at 14:30 UTC
Seeing some weirdness...
After upgrading ubercart, navigating to /cart results in a blank page with some theme breakage that consumes my sidebar into the content.
Looking at the markup/css though, I see that the page isn't blank at all... there is a table there with the shopping cart content, but it's been made invisible:
.uc-default-submit {
height: 0px;
left: -9999px;
position: absolute;
visibility: hidden;
width: 0px;
}There's also another duplicate shopping cart table in there but with just the table headers, also hidden... Turning this off makes the shopping cart appear as expected. Though my theme layout remains broken.
Comments
Comment #1
longwave.uc-default-submit hides only a single submit button added to the top of the cart, it shouldn't wrap your entire page. This is probably an issue with your theme, if you change to Garland does it work as expected? A link to your site would also help so we can see exactly what's wrong with the HTML.
Comment #2
lightsurge commentedGarland was broken as well... However, I narrowed it down to a little UI helper module I had installed, http://drupal.org/project/button_style , which wraps an extra div around submit buttons and for some reason was failing to close the div in this context, and therefore the hidden div remained the parent of the form that should have been visible and I ended up with a rogue open div... why I'm not sure yet, as the module works fine in all other contexts.
Comment #3
longwave#694968: Ubercart support perhaps? If not, this still should be raised against that module, so marking this fixed as you found the source of the problem.
Comment #4
lightsurge commentedFor reference #1432844: Form-actions div not closed with Ubercart 2.7