Opened 12 years ago
Closed 12 years ago
#9669 closed Bug (fixed)
Concerns regarding new contents.css
Reported by: | Olek Nowodziński | Owned by: | Olek Nowodziński |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.0 |
Component: | Documentation & Samples | Version: | 4.0 |
Keywords: | Cc: |
Description
The following compatibility issues are found regard the new blockquote style:
- Not compatible in RTL content
- Not compatible with showblocks comman
Attachments (2)
Change History (8)
comment:1 Changed 12 years ago by
Owner: | set to Olek Nowodziński |
---|---|
Status: | new → assigned |
comment:2 Changed 12 years ago by
Status: | assigned → review |
---|
comment:3 Changed 12 years ago by
Status: | review → review_failed |
---|
No margins symmetry in RTL vs LTR. In LTR there's small left margin, in RTL big right. They should be equal.
Changed 12 years ago by
Attachment: | bqrtlltr.png added |
---|
Changed 12 years ago by
Attachment: | bqinlinertl.png added |
---|
comment:5 Changed 12 years ago by
Status: | review_failed → review_passed |
---|
Ok, I was wrong about these margins :| I still think they are different, but evidences show something else ;< I've lost.
comment:6 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Merged into master with git:a3e65c2
Pushed fix to t/9669@cksource. Fixed bad blockquote border in RTL.
I don't find showblocks issue, namely disappearing blockquote border, a real issue since showblocks isn't for eyecandy but for observing document's structure.