Opened 16 years ago
Closed 16 years ago
#3193 closed Bug (fixed)
Lists not properly indented on RTL setups
Reported by: | kabbage1 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Project : MediaWiki+FCKeditor | Version: | FCKeditor 2.6.4 |
Keywords: | Confirmed | Cc: |
Description
I have FCKeditor 2.6.4 set up on a Hebrew MediaWiki 1.12 (also tested on 1.13).
When ContentLangDirection is set to 'rtl', lists aren't indented correctly. On Firefox 3 and IE6 the bullets and numbers are off the editor area, to the right. On IE7 and IE8 they are visible, but not where they should be.
I'm not sure whether this is a MediaWiki+FCKeditor specific bug or a general FCKeditor bug, so I listed the Component as General.
Attachments (1)
Change History (4)
Changed 16 years ago by
Attachment: | FCKeditor-bug.png added |
---|
comment:1 Changed 16 years ago by
Component: | General → Project : MediaWiki+FCKeditor |
---|---|
Summary: | Lists not properly indented on RTL setups → Changing component |
comment:2 Changed 16 years ago by
Summary: | Changing component → Lists not properly indented on RTL setups |
---|
comment:3 Changed 16 years ago by
Keywords: | Confirmed added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed with [3279].
This can be solved (not really a solution) by commenting out
padding: 0;
in ul and ol, in extensions\FCKeditor\css\fckeditor.css, meaning it is a MediaWiki+FCKeditor bug.