Opened 8 years ago
Closed 8 years ago
#9907 closed New Feature (fixed)
Add ability to process data that goes to preview
Reported by: | Piotrek Koszuliński | Owned by: | Olek Nowodziński |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.1 RC |
Component: | General | Version: | 3.0 |
Keywords: | Cc: |
Description
Based on pull request: https://github.com/ckeditor/ckeditor-dev/pull/19
Change History (12)
comment:1 Changed 8 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 8 years ago by
Owner: | set to Olek Nowodziński |
---|---|
Status: | confirmed → assigned |
comment:3 Changed 8 years ago by
Status: | assigned → review |
---|
comment:4 Changed 8 years ago by
Status: | review → review_passed |
---|
comment:5 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Feature added to major in commit git:2ae48b9
Tests pushed to major with 5866ffd@tests-v4.
comment:6 follow-up: 8 Changed 8 years ago by
Isn't it possible to close preview window on test tear down or block it somehow? It stays opened when running tests suite and I'm anticipating unwelcome surprises :D
comment:7 Changed 8 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:8 Changed 8 years ago by
Replying to Reinmar:
Isn't it possible to close preview window on test tear down or block it somehow? It stays opened when running tests suite and I'm anticipating unwelcome surprises :D
Reopening the ticket to fix this issue.
comment:9 Changed 8 years ago by
Status: | reopened → confirmed |
---|
comment:10 Changed 8 years ago by
Status: | confirmed → review |
---|
Created t/9907b@cksource + t/9907b@tests-v4.
Added possibility to prevent preview window from being open via contentPreview
event. Used this feature to fix tests: no annoying popups anymore.
comment:11 Changed 8 years ago by
Status: | review → review_passed |
---|
comment:12 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed popup issue in git:3e347c8687 (major) (tests: 4eb7762).
Added
contentPreview
event in t/9907@cksource with basic dt in t/9907@tests-v4.To alter all occurrences of "Apollo" with "Gemini" in the preview of replacebycode sample's content, basically do the following: