Closed (fixed)
Project:
Wilderness
Version:
6.x-1.0-beta1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
11 Dec 2009 at 13:18 UTC
Updated:
3 Jul 2012 at 09:22 UTC
Jump to comment: Most recent file
Comments
Comment #1
mrawat commentedI have the same problem. It's the same with the 'add to cart' buttons on the catalog grid.
I think it's a problem with the CSS not rendering the buttons. For some reason, it work fine in IE by not firefox and chrome.
Comment #2
mrawat commentedfigured it out.
problem is with z-index in the style.css
i added 'z-index:2;' in the button styling and it seems to resolve the problem
Comment #3
PlanetPHP commentedI am having the same problem, which selector did you put this in?
Comment #4
milspec commentedPut that z-index: 2;
into the
a.Button .btn, button.Button .btn
{
}
Comment #5
technicalknockout commentedJust made a patch out from the comments above.
Comment #6
pokadan commentedComment #7
pokadan commentedTested in Firefox, IE7, IE8, IE9 and works. I believe the risks of messing things in the theme because of this are small. I also believe this might make other non click-able buttons click-able. Therefore I will go ahead and commit this.