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

Cleanup HTML #103

Closed
Xethron opened this issue Mar 27, 2015 · 4 comments
Closed

Cleanup HTML #103

Xethron opened this issue Mar 27, 2015 · 4 comments

Comments

@Xethron
Copy link

Xethron commented Mar 27, 2015

Playing a bit with the markup, I managed to change:

<p>This is nice man</p>

into

<p style="text-align: left;">
    This is&nbsp;
    <span style="line-height: 25.2000007629395px;">ni</span>
    <span style="line-height: 25.2000007629395px;">ce</span>
    <span style="line-height: 25.2000007629395px;">&nbsp;</span>
    <span style="line-height: 25.2000007629395px;">man</span>
</p>

This needs to be cleaned up again to <p>This is nice man</p>

@Alex-D Alex-D added this to the v3.0 milestone Mar 28, 2015
@bytestream
Copy link

@Xethron can you provide some details on how to replicate this?

@grammophone
Copy link

Use Chrome (mine is Version 43.0.2357.134 m) and play with numbered or unnumbered lists to reproduce it right away. Doesn't happen with Explorer.

@feydk
Copy link

feydk commented Aug 19, 2015

Confirmed. In Chrome, unordered lists get all sorts of inline styles, including line-height and font-family.

@Alex-D
Copy link
Owner

Alex-D commented Feb 7, 2016

Seems like fixed in Chrome. I can't reproduce this bug now.
Chorme 48.0.2564.103 m

If you have the bug, post in #203

@Alex-D Alex-D closed this as completed Feb 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants