Opened 15 years ago
Last modified 13 years ago
#4891 confirmed Bug
Paste: Indentation problems for simple indented text
Reported by: | Damian | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Pasting | Version: | |
Keywords: | IBM | Cc: | Joe Kavanagh |
Description
There are a few different problems with indented text. Different behaviour is observed depending on the users selection of "Measurement units" under the menu option Tools -> Options -> General Tab in Word.
When Picas is selected:
The indented text is pasted with "margin-left: XXpc;". This works for a single indentation. For multiple indentations on a single line, when "Decrease Indent" is applied once, all the indentation is removed.
When centimetres, millimetres or points is selected:
The indented text is pasted with "margin-left: XXpt;" (points). Alignment of different indentations is inconsistent after altering the indentation level using Increase or Decrease indentation feature due to these functions using pixels.
When inches is selected:
Same behaviour as with Picas except:
When pasting text with a single indentation into IE, no "margin-left" style is applied.
When pasting text with a single indentation into FF, it is not possible to Decrease the indentation.
Attachments (1)
Change History (6)
Changed 15 years ago by
Attachment: | SimpleIndentationTest.doc added |
---|
comment:1 Changed 15 years ago by
Keywords: | Confirmed added |
---|---|
Milestone: | CKEditor 3.1 → CKEditor 3.x |
comment:3 Changed 14 years ago by
Owner: | set to Paweł Horzela |
---|---|
Status: | confirmed → assigned |
comment:4 Changed 14 years ago by
Owner: | Paweł Horzela deleted |
---|---|
Status: | assigned → new |
comment:5 Changed 13 years ago by
Status: | new → confirmed |
---|
This is still reproducible in latest CKEditor 3.6.2
It's a matter of normalizing the indentation unit, similar with #4887, we're not going to fix it now.