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

Process Panel Incorrectly Shows Code Changes When Nothing Was Changed #10

Open
ghost opened this issue Oct 29, 2013 · 1 comment
Open

Comments

@ghost
Copy link

ghost commented Oct 29, 2013

When the original source code contains an element with both the "btn" and "btn-default" classes assigned to it, the converted output section correctly leaves it unchanged (since having "btn" and "btn-default" on an element is correct in Bootstrap 3). However, the Process panel on the left side of the screen, in the "Changes to Button Color Classes" section, it incorrectly says that there has been a replacement. I am including a screenshot that shows a simple example. You can see the input source code and output source code are the exact same, which is correct, but the Process panel shows that 1 replacement was made, which is incorrect (I added a large red arrow to the screenshot pointing to the element exhibiting the bug for emphasis).

screenshot1

This problem only occurs with "btn-default". When the input source code has another button color specified (e.g. btn-info, btn-primary, btn-danger, etc.), the program functions correctly and the Process panel correctly shows that no replacements have been made.

@ghost
Copy link
Author

ghost commented Feb 13, 2014

This also happens with the form-control class:

<input type="text" name="foobar" id="foobar" value="" class="form-control">

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

No branches or pull requests

0 participants