Closed (fixed)
Project:
Nitobe
Version:
6.x-3.3
Component:
Code
Priority:
Normal
Category:
Support request
Reporter:
Created:
17 Feb 2009 at 09:57 UTC
Updated:
15 Apr 2009 at 13:31 UTC
Jump to comment: Most recent, Most recent file
Hi I faced a problem regarding using FCKeditor in this theme.
If I use FCKeditor and edit contents and add piture on the contents after that the picture is not showing in correct position in the article but I have checked with the other themes with FCKeditor and the picture is showing correctly.
Dont know why. Could you please give me some solution?
Thanks.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | nitobequestion.jpg | 61.25 KB | Yuki |
| #3 | nitobe%20question.jpg | 61.25 KB | Yuki |
Comments
Comment #1
sumitshekhawat7331 commentedhi
just check the alignment of the picture
Comment #2
Yuki commentedHi Thanks,
I have checked the alignments using options of fckeditor but still the image is not in the correct position when i submit/post it.
Comment #3
Yuki commentedPlease see the attcahment:
Comment #4
Yuki commentedComment #5
sumitshekhawat7331 commentedhi
do one thing at the time of selecting image using FCk editor just click on alignment right and if this not working then apply css on it.
Whats is your site url ?
Comment #6
Yuki commentedGeneral users doesnt have ideas about css. Is there any other solution?
Its intranet based website.
(I have clicked algnment right left and everything but image postion all the time left)
Thanks.
Comment #7
Anonymous (not verified) commentedI'll look into what CSS FCKEditor applies to the images it inserts.
Comment #8
Anonymous (not verified) commentedFCKEditor offers 5 was of using images. Which one are you using?
Comment #9
Yuki commentedThe IMCE module and sometime biult in filemanager of FCKEditor.
Thanks for looking...waiting for your reply.
Comment #10
Anonymous (not verified) commentedI am unable to reproduce this problem. Can you provide a link to an online page where this is happening?
Comment #11
Yuki commentedSorry its a Intranet based site. Can you install FCKEditor and IMCE on your machine nad edit any page then easily you can identify I hope. The screenshot is on the another posting in this thread.
Comment #12
Anonymous (not verified) commentedI've installed FCKEditor and IMCE in my sandbox, and I get correct behavior when I specify the alignment of an image.
Comment #13
Yuki commentedI am using Internet Explorer version 6.0, Is there any issue related with explorer or something?
Comment #14
Anonymous (not verified) commentedI am unable to develop or debug for IE 6 at this time so I have no way of knowing if this is an issue with the theme or with the modules involved.
I am leaving the issue open for community members to comment should there be others having the same problem with IE6.
Comment #15
xamder commentedI am having the exact same problem with IE7. Alignment works fine in Firefox, but in IE, align is being ignored.
Comment #16
Anonymous (not verified) commentedI still have not been able to reproduce this in IE7 yet.
Comment #18
xamder commentedHi Shannon,
I am using:
Drupal 6.10
IMCE 6.x-1.2
FCKEditor 2.6.4, module 6.x-1.3
Nitobe 6.x-3.3
I installed a fresh site to make sure I can reproduce the problem, and I can. I performed these steps:
- install drupal
- install fckeditor module, and then the fckeditor
- install IMCE
- install Nitobe
- enable the modules and theme
- create a new home page with some text
- insert a picture from a URL http://upload.wikimedia.org/wikipedia/commons/9/9d/Barack_Obama.jpg
- and align right
The picture is not aligned in IE7. It appears at the top of the text, where I inserted it. However it is aligned right if I view the home page using Firefox.
If I use the Garland theme, the picture is aligned right in IE7.
Can you suggest how I can setup some debugging messages or something to help figure this out?
Thanks!
Xamder
Comment #19
Anonymous (not verified) commentedI was able to reproduce this in IE 7, but it does not happen in IE 8. It appears there's a bug with vertical-align in IE 7 that screws things up. It was also reported in the Newswire theme:
#298832: vertical-align: baseline in reset.css causes image alignment issue in IE7
The problem can be resolved by removing line 13 (
vertical-align: baseline;) inhtml.css.I want to see if removing this has any other side effects before committing it to a release.
Comment #20
Anonymous (not verified) commentedComment #21
Anonymous (not verified) commentedThis is addressed in v 1.1.6.1 of html.css and will be part of the next release.
Comment #22
xamder commentedGreat, thanks so much.
- Xamder
Comment #23
Anonymous (not verified) commented