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

Do not change the font when overwriting existing text #3

Open
probonopd opened this issue Jan 22, 2019 · 3 comments
Open

Do not change the font when overwriting existing text #3

probonopd opened this issue Jan 22, 2019 · 3 comments

Comments

@probonopd
Copy link

Selecting text (here I am using Ctrl-A to select all text) and typing new text should not change the formatting of the text, even if the formatting was applied not to the whole text box but rather just to the text inside it:

@probonopd
Copy link
Author

probonopd commented Jan 22, 2019

If the formatting was applied to the whole frame rather to the text inside it, then it behaves well:

works

However, even in this case it does not work correctly when using Python to replace the text:

from scribus import *
setText("Hello", "Text1")

results in the wrong formatting, even in this case.

@aoloe
Copy link
Owner

aoloe commented Jan 24, 2019

This is a bigger issue that probably needs a new definition of how formatting is applied to frames and text.
This is the source of several bugs.

@aoloe
Copy link
Owner

aoloe commented Jan 24, 2019

remove the text formatting part for the text tool in the document settings
https://bugs.scribus.net/view.php?id=14949

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

2 participants