Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#9929: [Chrome 23]   is created when deleting character and typing common space #46

Closed
wants to merge 2 commits into from

Conversation

niklam
Copy link

@niklam niklam commented Jun 24, 2013

It seems as   is a result of altering source by checkStartOfBlock()/checkEndOfBlock() using trim(). Changing order of checks in if() checkStartOfBlock()/checkEndOfBlock() are run only when necessary, not every time del/backspace is pressed.

…ng common space

It seems as   is a result of altering source for checkStartOfBlock()/checkEndOfBlock(). Changing order of checks in if checkStartOfBlock()/checkEndOfBlock() are run only when necessary, not every time del/backspace is pressed.
@oleq
Copy link
Member

oleq commented Jun 28, 2013

Thanks! We're gonna review your patch and merge it if everything's fine.

@niklam
Copy link
Author

niklam commented Aug 29, 2013

Any news on this?

Allowing attribute check for elements gives a possibility to match elements with specific attribute. This is handy for creating complex custom templates and accessing them later on.

I'm creating templatesExtended plugin which relies on this behavior.

This only supports check for one attribute.
@fdintino
Copy link

@niklam you appear to have added an unrelated commit to this pull request. This is probably because you made the pull request from your master branch. When you make a pull request in github off of one of your branches, github will monitor changes to that branch and update the PR accordingly. Better practice is to create a bug-fix pull request and submit that. At this point it might be worth closing and reopening the pull request on a branch specific to this bug.

@niklam
Copy link
Author

niklam commented Oct 14, 2013

Ok, I did that. The new pull request is pull request #60.

@Reinmar
Copy link
Member

Reinmar commented Oct 14, 2013

So I'm closing this pull request. Thanks.

@Reinmar Reinmar closed this Oct 14, 2013
mdenburger pushed a commit to onehippo/ckeditor that referenced this pull request May 23, 2014
jacekbogdanski pushed a commit that referenced this pull request Aug 10, 2021
Revert "Merge pull request #39 from cksource/sec/38"
jacekbogdanski added a commit that referenced this pull request Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants