Closed (fixed)
Project:
Magazeen
Version:
6.x-2.0-alpha3
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Mar 2010 at 23:00 UTC
Updated:
24 Jun 2010 at 20:30 UTC
Looks like the WYSIWYG box gets an horizontal scroll bar for some reason so I have to scroll to see all the text everytime.
I'm using the latest WYSIWYG module with TinyMCE.
Attached an image of what I get just so you understand.
Not sure this is a bug. If it is not please delete the post.
| Comment | File | Size | Author |
|---|---|---|---|
| magazeen.jpg | 26.7 KB | andrea.corelli |
Comments
Comment #1
Ifadah commentedCheck the editor width in WYSIWYG's settings page, it must not be more than 580px.
Comment #2
andrea.corelli commentedI am sorry, but there is no such option in the WYSIWG settings page.
Comment #3
bob_b commentedI fixed this problem by deleting the following from "css/general.css"
I read that the min-width causes problems on firefox and chrome, but works on ie (which is an interesting change of events! :D )
So far I haven't noticed any side-effects.
To get rid of the blue background add this to "css/style.css"
You can use that to theme the body of the WYSIWYG window.
And remember to clear your cache!
Comment #4
andrea.corelli commentedFantastic Bob, thank you so much!
Comment #5
sheena_d commented