Opened 15 years ago
Closed 15 years ago
#3922 closed Bug (fixed)
Kama: Configured width is not properly applied
Reported by: | Frederico Caldeira Knabben | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | SVN (CKEditor) - OLD |
Keywords: | Confirmed | Cc: |
Description
The Kama skin have a strange behavior with the width setting. It applies it to the editor only partially, while the main editor back ground and border stays at 100%.
To test it:
- In the config.js file, add the following setting:
config.width = 600;
- Open the skin sample.
Note that the Kama skinned editor will not shrink properly like the others.
Change History (2)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Confirmed. It's working now.
This is supposed to be fixed in #3916 with [3852].