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

Fixes #4744 - copied text is shrinked (editor) #4745

Open
wants to merge 1 commit into
base: feature
Choose a base branch
from

Conversation

Eldenroot
Copy link
Contributor

Resolves #4744

@Sama34
Copy link
Contributor

Sama34 commented Dec 28, 2023

https://community.mybb.com/thread-239899.html

I think the logic is conflicting, as the equivalent of 1 would be xx-small, something around the sort of :

if($size < 7)
{
    return "<span style=\"font-size: small;\" class=\"mycode_size\">{$text}</span>";
}

Overall there seems to be some mixing confusion around the code and UI.

What do you think @mybb/developers

Also, a template should be added to remove related HTML inline code. Probably better suited for 1.9

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.

Copied text shrinked (editor)
2 participants