There are some extra unusefull code in the uc_catalog.module.
I guess it will be better to remove tags <strong> from the strings 850, 1334, 1345, 1360

The problem is in IE6 when it shows catalog menu. You can see this code and bug in design on the attached pic.

Comments

rszrama’s picture

Version: 5.x-1.3 » 6.x-2.0-beta1
Assigned: Santa Claus » Unassigned
Category: feature » task

Agreed. We already have a uc_catalog.css. Instead of putting this markup in, you should use a class to designate the currently active item and a CSS property to make it font-weight: bold;.

Island Usurper’s picture

Assigned: Unassigned » Island Usurper
Island Usurper’s picture

Status: Active » Needs review
StatusFileSize
new4.22 KB

I'm really not happy with the way the catalog module renders its block. The strong tag is just one of the many problems. This patch really only deals with that one, though, because I have to figure out how it should be done before I can go in and fix things.

Island Usurper’s picture

Status: Needs review » Fixed
StatusFileSize
new6.06 KB

Fixed one of the additional problems. The catalog block theme was spread out over three different functions, which was unnecessarily difficult for themers to deal with. The hook_theme() was changed already, so I decided to consolidate them into a single function.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.