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

List widget breaks formatting if the underlying Python syntax is broken #10

Closed
astroDimitrios opened this issue Aug 14, 2024 · 4 comments
Assignees
Labels
bug Something isn't working minor Would be nice but not important

Comments

@astroDimitrios
Copy link
Owner

No description provided.

@jfrost-mo
Copy link

This especially seems to happen when adding things that break the underlying python list syntax, such as adding quotes to insert a string. See this video for a demonstration:

transcode.mp4

@astroDimitrios
Copy link
Owner Author

Thanks @jfrost-mo I think this is slightly different than the bug mentioned in the title but I can confirm it also occurs with Rose 2019:
image
image

We will look at it when we get a chance.

@astroDimitrios astroDimitrios changed the title Array and spaced list not holding focus when you add an array element List widget breaks formatting if the underlying Python syntax is broken Sep 24, 2024
@astroDimitrios astroDimitrios added bug Something isn't working minor Would be nice but not important labels Sep 24, 2024
@jfrost-mo
Copy link

The widget formatting breaking is an issue that occurs in rose 2019 (metomi#2812). What is new in the python 3 port is that it also moves the focus from the text box to the menu cog. This prevents you being able to continue typing without clicking back in the text box.

@astroDimitrios
Copy link
Owner Author

This is now fixed unless you try and put a " mark inside another " mark. Still an improvement on old rose.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working minor Would be nice but not important
Projects
Status: Done
Development

No branches or pull requests

3 participants