Closed (fixed)
Project:
Homebox - Individual user dashboards
Version:
6.x-2.1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jan 2011 at 10:35 UTC
Updated:
29 Apr 2011 at 01:36 UTC
The floating divs were all rendering as very tall and thin. I added
#homebox {
width: 950px;
}
to my stylesheets which has helped a lot, but my top 100% region seems to also take 100% height pushing down the other columns. Any ideas? I've added a screenshot of the problem. Everything is fine in FF and Webkit
| Comment | File | Size | Author |
|---|---|---|---|
| homebox-ss.png | 26.94 KB | niccottrell |
Comments
Comment #1
niccottrell commentedOk, for some reason IE returns "WIDTH:100%" while the code is checking for lowercase and with a semicolon. I've changed the function in homebox.js to:
Maybe this can be included in the next release?
Comment #2
niccottrell commentedComment #3
brianV commentedFixed:
http://drupal.org/cvs?commit=493698
http://drupal.org/cvs?commit=493694
-by brianV: Match column widths with case-insensitive regex rather than exact match in homebox.js due to IE irregularity.
Comment #5
cesargalindo commentedsee http://drupal.org/node/955072 #28 for solution