Opened 11 years ago
Closed 11 years ago
#11685 closed New Feature (wontfix)
Bidi support for block quote.
Reported by: | Marek Lewandowski | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
We may enrich block quote bidi compatibility, by placing border at right hand side if it's in right-to-left block.
- open any sample with CKEditor (i.e. samples/replacebyclass.html)
- use following source code:
<div dir="rtl"> <p>Line 1.</p> <blockquote>Some random quote.</blockquote> <p>Ending line.</p> </div>
Expected result:
Produced source code: Quote border (decoration) should be at right hand side.
Current result:
Code without checked attribute: For both text directions it's at left hand side.
Change History (2)
comment:2 Changed 11 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
I fully agree with @Reinmar. Counter example is very good.
Editor shouldn't be too smart and IMHO users should have some basic understanding of what they are doing.
This is a tricky thing, because it cannot be solved by CSS. For example you may have:
Too much for CSS.
It could work when entire editor has changed RTL and... it works :) See default rules in
contents.css
.So in my opinion we can close this ticket as won't fix. It's simply too much for poor old CSS.