Opened 11 years ago
Last modified 11 years ago
#10660 confirmed Bug
Menu Button may be missing default mode
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | Cc: |
Description
- Please insert attached file into plugins folder
- On sample page please specify
extraPlugins:'tracking', toolbar_Basic : [['Accept' ]]
- Open sample, open menu button and click any option.
Problem: button gets disabled.
This is happening because plugin doesn't use modes: { wysiwyg: 1 },
(If you set it there is no problem). When I was looking through code of button.js plugin I haven't found any lines that sets modes, only lines that use mode property.
This is quite different from command.js which for example set default mode.
I believe that either there should be default mode for menu button or this property should be made required.
Problem can be reproduced in both CKEditor 4.x and 3.x
Attachments (1)
Change History (2)
Changed 11 years ago by
Attachment: | tracking.zip added |
---|
comment:1 Changed 11 years ago by
Status: | new → confirmed |
---|