Ticket #2464 (new patch)
ie7 fix for image dropdown
| Reported by: | mandrew | Assigned to: | ischommer |
|---|---|---|---|
| Type: | patch | Priority: | medium |
| Milestone: | Component: | CMS - General | |
| Version: | 2.2.2-rc3 | Severity: | medium effort / impact |
| Keywords: | Cc: | ||
| Due date: | Harvest Task: | (Unknown) | |
| Invoice sent to client: | 0 | Hours: |
Description (last modified by mandrew) (diff)
This is a fix for a project I prepared earlier for IE 7 which doesn't seem to like second level files in the image upload dropdown field (in the cms).
It still needs a bit more testing and I'm not sure where this change will affect other parts in the cms.
Maybe a more appropriate value needs to be added rather then 100% as this could affect other browsers then the ones that I have tested (IE6/7, FF2)
Index: Image_iframe.css
===================================================================
--- Image_iframe.css (revision 52858)
+++ Image_iframe.css (working copy)
@@ -131,8 +131,14 @@
overflow: hidden;
}
+/* added block/width so tree values don't disappear in ie7 */
+.SelectionGroup div.TreeDropdownField ul.tree li {
+ display: block;
+ width: 100%;
+}
+
+
.Actions {
text-align: right;
margin: 0;
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
