7921 Posts in 1359 Topics by 933 members
DataObjectManager Module
SilverStripe Forums » DataObjectManager Module » DataObjectManager popup height
Discuss the DataObjectManager module, and the related ImageGallery module.
Moderators: martimiz, UncleCheese, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 408 Views |
-
DataObjectManager popup height

7 August 2011 at 11:02pm Last edited: 8 August 2011 11:20pm
Ever had one of those days when your hands are almost grasping tightly around a clients neck?.. it happened to me recently..
A client approached me for a CMS site, naturally first thought SS and some DOM to make life easy, yesterday i went to see theclient for a few hours to run through how to use the CMS and hit a problem right away, theclient does not have a PC or Laptop but a NETBOOK (approximatley 10 inches) which is causing issues with DOM popup height.
Basically the opaque part of the popup near the bottom is covering part of the tinymce field and inputted text cannot be seen even when using the vertical scrollbar, does anyone have this issue previously and have a work around,? either forcing a larger popup height or changing the transparency of the opaque layer of the popup.
Regards
MartinUPDATED
Seems i may have a fix for netbook users, simple css restyling, changed line 170 in dataobject_manager.cssfrom:
.DataObjectManager-popup #fade {height:32px;background: url('../images/fade.png') repeat-x;position:fixed;left:0;z-index:100;}to
.DataObjectManager-popup #fade {height:32px;background:transparent; z-index:100;}wont know if its a 100% fix till i see the client, but it removes the fade image overly that seemed to be causing the problem
| 408 Views | ||
|
Page:
1
|
Go to Top |

