Opened 10 years ago
Closed 10 years ago
#13031 closed Bug (fixed)
[Firefox] No more line break in source view (FF36)
Reported by: | Varlin | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.4.8 |
Component: | UI : Skins | Version: | |
Keywords: | Cc: |
Description
Due to a recent Firefox upgrade (> v. 36), there is no more line break in the source view textarea (there is an horizontal scrollbar).
It is reported here : https://support.mozilla.org/fr/questions/1050456
It can be simply fixed by changing, in skin/moono/editor.css , white-space : pre by white-space : pre-wrap
Change History (5)
comment:1 Changed 10 years ago by
Keywords: | line break removed |
---|---|
Milestone: | → CKEditor 4.4.8 |
Status: | new → confirmed |
Summary: | No more line break in source view (FF36) → [Firefox] No more line break in source view (FF36) |
comment:2 Changed 10 years ago by
Hello,
I did the changes in editor.css that are indicated in case 13031, but this does not change my problem, i still have the scrolling bar...
Any idea?
Thanks, Mathias
comment:4 Changed 10 years ago by
Quoting yourself:
fond the solution, had to modify editor_gecko.css too
comment:5 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
Fixed on master with git:26716b3.
Thanks for reporting.