Opened 14 years ago
Closed 14 years ago
#6508 closed Bug (fixed)
BiDi: Margin mirroring logic doesn't honor CSS direction
Reported by: | Tobiasz Cudnik | Owned by: | Tobiasz Cudnik |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4.2 |
Component: | General | Version: | |
Keywords: | Cc: |
Description
This is a small fix.
Margin mirroring logic doesn't honor CSS direction set for an element, dom.element#getDirection method should be used by it instead.
Attachments (1)
Change History (5)
Changed 14 years ago by
Attachment: | 6508.patch added |
---|
comment:1 Changed 14 years ago by
Owner: | set to Tobiasz Cudnik |
---|---|
Status: | new → review |
comment:2 follow-up: 3 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:3 Changed 14 years ago by
Replying to Saare:
That could be a micro-change though.
I don't think so... even if small, it's a logic change, so it needs review.
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [5996].
That could be a micro-change though.