You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Editing a memory value renders an in-place edit box which is slightly wider than the normal display of a group.
This can lead to rendering line breaks if "groups per row" is set to "autofit" and the Data column is close to readjusting the effective number of groups per row.
Narrow the Data column so that it just adds a new group on a row
Activate the in-place edit for a group
Expected behavior
Expected behavior is that this does not cause a change of effective groups per row. The additional size of the in-place edit should be taken into account for calculating the edit box.
Environment
OS: Windows 10 Enterprise
Browser: N/A
Theia or VS Code Version: VS Code 1.87.2
Additional information
The text was updated successfully, but these errors were encountered:
- Ensure that editing takes as much space as display
- Use CSS to set styles on elements
- Avoid large number of updates by guarding auto-fit group calculation
Fixeseclipse-cdt-cloud#112
- Ensure that editing takes as much space as display
- Use CSS to set styles on elements
- Avoid large number of updates by guarding auto-fit group calculation
Fixeseclipse-cdt-cloud#112
- Ensure that editing takes as much space as display
- Use CSS to set styles on elements
- Avoid large number of updates by guarding auto-fit group calculation
Fixes#112
Co-authored-by: Philip Langer <[email protected]>
Description
Editing a memory value renders an in-place edit box which is slightly wider than the normal display of a group.
This can lead to rendering line breaks if "groups per row" is set to "autofit" and the Data column is close to readjusting the effective number of groups per row.
How to reproduce:
Expected behavior
Environment
Additional information
The text was updated successfully, but these errors were encountered: