Closed (fixed)
Project:
Goofy
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
28 Dec 2008 at 21:43 UTC
Updated:
11 Jan 2009 at 22:00 UTC
The largest block in the left or right region has the width of its sides truncated to a few pixels to match the other blocks (Opera 9.63). Problem does not happen with IE7. Forcing width in CSS, even with !important, does not solve the problem.
This is because the new table formatting only uses background images instead of foreground ones, and the layout engine adjusts based on actual content.
A solution is to use explicit foreground images on corners we know exist:
The other corners can keep their background images, limiting the HTML code size.
Comments
Comment #1
fgmFixed in today's version.