Closed (fixed)
Project:
Denver
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
25 Dec 2007 at 13:54 UTC
Updated:
12 Jan 2008 at 02:01 UTC
I am using Tinymce in all text areas. It works fine with the default garland theme.
However when I switch to the Denver theme Tinymce does not work correctly. All text I input appears in one section of the Tinymce screen in a narrow column.
Is there a way around this? Thanx
Comments
Comment #1
colorado commentedIn /admin/settings/tinymce you need to click "edit" for the profile(s) you are using, then find the CSS options and set the "Editor CSS" setting to "TinyMCE default".
That takes care of it.
Thank you for posting the issue...
Comment #2
gmasky commentedThanks,
Tinymce now works fine.
One other issue I am having with Denver is the Calendar + Date API. Everything works well with Firefox and Safari. However with IE6 The Calendar block does not appear in the right block where it is supposed to be but at the bottom of the page.
I am testing your Denver theme here http://stanislausbandra.in
Look at the Calendar tab at the top of the page.
Thanks for the Denver theme
Comment #3
colorado commentedPut this in the Inline CSS near the bottom of the Theme Settings (and of course put a check in the box to enable it):
That is just one way...
Comment #4
colorado commentedComment #5
gmasky commentedThe calendar block is still appearing at the bottom of the page in IE6.It should be in the right sidebar. It displays correctly in Firefox and Safari.
Your fix has got the Month title bar to display correctly over the calendar
I keep getting the warning icon in the status bar with the following message
Line: 3
Char: 2
Error: 'documentgetElementByld(....)' is null or not an object
Code:0
URL:http://stanislausbandra.org/stanschool/?q=calendar
Your help is highly appreciated.
Comment #6
colorado commentedRegarding the error message - 'documentgetElementByld(....)':
That error message seems to appear on all pages with form items when a site uses TinyMCE. So that is a TinyMCE issue, I believe.
Comment #7
colorado commentedIs that happening on all the pages of your site? If not, then which pages are affected?
This is usually a result of content in the center column being too wide, so you can always wrap the offending content inside a div and give it a fixed width or a width of less than 100%.
Or you can impose it globally on your site like so in the Inline CSS in the Theme Settings:
.float-wrap {
width:98%;
}
Please let me know what works for you...
Comment #8
gmasky commentedI hv setup the calendar module so that the calender block (month view) appears on the right side of the page only when the user goes to the calendar link. http://stanislausbandra.org/stanschool/?q=calendar
Your bit of code did the trick. Now IE6 is displaying correctly.
Thanks for the help.
Comment #9
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.