CKReleaser is breaking hotkeys in CKEditor
To reproduce:
- Add Tab_Issue.2.html to the _samples directory of SVN trunk.
- Compress the trunk with CKReleaser.
- Open Tab_Issue.2.html within the release package.
- Press Tab and Shift-Tab from inside the editing area, you'll see different buggy behaviors described in #3132.
- Press Ctrl-B in the editing area. You'll see other buggy behaviors depending on the browser.
Change History (5)
Owner: |
set to Wiktor Walc
|
Keywords: |
Review+ added; Review? removed
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
The problem was in invalid redeclaration of the cancel variable.
As a result CKPackager renamed the cancel variable to another letter and used that letter in
which caused invalid results.
There is no need to redeclare this variable.