#9572 closed Bug (fixed)
"Numbered List Properties" plugin is missing from the latest build ?
Reported by: | yveszx | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.0 |
Component: | Core : Lists | Version: | 4.0 |
Keywords: | Cc: |
Description
when you right click on a numbered list you would see the properties option in the context menu. It is not longer available on the latest Master Branch 't/9569'
but it is still visible here http://nightly-v4.ckeditor.com/3753/samples/divarea.html
Change History (3)
comment:1 Changed 12 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 12 years ago by
Milestone: | → CKEditor 4.0 |
---|---|
Resolution: | → fixed |
Status: | confirmed → closed |
List options plugin is not missing in latest build. It's missing in the development version of CKEditor (which you probably downloaded from repository), because it is not included in main config.js
.
However, it's present in all - old and current release versions of CKEditor, the one that is on nightly-v4 and the one that can be built by ./dev/builder/build.sh
. This is because there's a separate build config for release version (see ./dev/builder/build-config.js
) in which this plugin was included.
I'll add it to the dev config as well to prevent confusing other guys in the future :). Done: https://github.com/ckeditor/ckeditor-dev/commit/088dc60
comment:3 Changed 12 years ago by
thank you for the clarification ! i will definitely keep this in mind before i post another one like this :) I am testing the helll out of the dev version to make sure 4.0 works as expected ! Thank you for the great work
Both number and bullet list context menus are not available when right-clicking on the list in latest master.