Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

selecting a CSS property name in one inline editor results in double insertion in another inline showing the same content. #2775

Closed
RaymondLim opened this issue Feb 2, 2013 · 7 comments
Assignees
Milestone

Comments

@RaymondLim
Copy link
Contributor

  1. Open index.html from Getting Started project.
  2. Press Ctrl+E on h1 tag.
  3. Press Ctrl+E on h2 tag that is immediately below the h1 tag.
  4. Insert a new line to enter a new rule. Press Ctrl+Space and select any property name.

Result: The selected property name appears in the second inline correctly, but the first inline will show two insertions. (ie. if you select align-content, you get align-content:align-content:

@RaymondLim
Copy link
Contributor Author

Make it high priority since it really corrupt the css file.

@njx
Copy link
Contributor

njx commented Feb 2, 2013

Is this in cmv3 or master?

@njx
Copy link
Contributor

njx commented Feb 2, 2013

Ah, this is in master. @RaymondLim, can you look into it?

@ghost ghost assigned RaymondLim Feb 2, 2013
@njx
Copy link
Contributor

njx commented Feb 2, 2013

Adding to bug card. Seems necessary for sprint 20.

@njx
Copy link
Contributor

njx commented Feb 2, 2013

Looks like this was caused by #1688. We need to remove the hack in #2784 once that's fixed.

@njx
Copy link
Contributor

njx commented Feb 5, 2013

Merged, closing. @RaymondLim, please feel free to re-regress.

@njx njx closed this as completed Feb 5, 2013
@njx
Copy link
Contributor

njx commented Feb 5, 2013

Also merged into cmv3 and verified it works there.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants