Opened 15 years ago
Closed 15 years ago
#5532 closed Bug (expired)
ie8 display inline-table problem
Reported by: | Serhat | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Skins | Version: | 3.2.1 |
Keywords: | Pending | Cc: |
Description
Hi,
cke_skin_kama .cke_editor css use display propetries with "inline-table" and width "100%".. when i put ckeditor in resizable iframe , textarea seen normal firefox 3.6.3 but ie 7 and 8 cant understand "inline-table".. if we change display "block" this time, ie normal but ff doesnt show normal..
Change History (5)
comment:1 Changed 15 years ago by
Keywords: | Pending added |
---|
comment:2 Changed 15 years ago by
Milestone: | CKEditor 3.x |
---|
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
i fixed.. in template.css cke_skin_kama .cke_editor class.. i deleted display element.. so all browser write there their display element..
comment:4 Changed 15 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Nothing has been changed at the core, so this can't be marked as fixed.
Ok, just remember that you'll have to keep changing that file until you provide a testcase to understand the problem
comment:5 Changed 15 years ago by
Resolution: | → expired |
---|---|
Status: | reopened → closed |
Can you provide a test file to understand the problem?