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
the dialogue box for switching from a branch with uncommitted changes incorrectly handles overflow
The text "You have changes on this branch. What would you like to do with them" overruns the message box.
Release version
3.3.18-linux1 (x64)
Operating system
Arch linux
Steps to reproduce the behavior
Open a repository
Create a branch
Make changes
Switch to another branch
Log files
n/a
Screenshots
Additional context
<dialogid="stash-changes" class="tooltip-host modal-enter-done" aria-labelledby="__Dialog_stash-changes_Switch_branch" tabindex="-1" open=""><divclass="dialog-header"><h1id="__Dialog_stash-changes_Switch_branch">Switch branch</h1><buttonclass="close" aria-label="Close"><svgaria-hidden="true" class="octicon" version="1.1" viewBox="0 0 16 16" tabindex="-1" height="16" width="16"><pathd="M3.72 3.72a.75.75 0 0 1 1.06 0L8 6.94l3.22-3.22a.749.749 0 0 1 1.275.326.749.749 0 0 1-.215.734L9.06 8l3.22 3.22a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L8 9.06l-3.22 3.22a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L6.94 8 3.72 4.78a.75.75 0 0 1 0-1.06Z"></path></svg></button></div><form><fieldset><divclass="dialog-content"><divclass="row-component"><fieldsetclass="vertical-segmented-control"><legend>You have changes on this branch. What would you like to do with them?</legend><ulid="__VerticalSegmentedControl_You_have_changes_on_this_branch._What_would_you_like_to_do_with_them_" class="vertical-segmented-control" tabindex="0" role="radiogroup" aria-activedescendant="__VerticalSegmentedControl_You_have_changes_on_this_branch._What_would_you_like_to_do_with_them__Item_0"><liclass="selected" role="radio" id="__VerticalSegmentedControl_You_have_changes_on_this_branch._What_would_you_like_to_do_with_them__Item_0" aria-checked="true"><divclass="title">Leave my changes on foo</div><p>Your in-progress work will be stashed on this branch for you to return to later</p></li><lirole="radio" id="__VerticalSegmentedControl_You_have_changes_on_this_branch._What_would_you_like_to_do_with_them__Item_1" aria-checked="false"><divclass="title">Bring my changes to main</div><p>Your in-progress work will follow you to the new branch</p></li></ul></fieldset></div></div><divclass="dialog-footer"><divclass="button-group"><buttonclass="button-component" type="submit">Switch branch</button><buttonclass="button-component" type="reset">Cancel</button></div></div></fieldset></form></dialog>
The text was updated successfully, but these errors were encountered:
The problem
the dialogue box for switching from a branch with uncommitted changes incorrectly handles overflow
The text "You have changes on this branch. What would you like to do with them" overruns the message box.
Release version
3.3.18-linux1 (x64)
Operating system
Arch linux
Steps to reproduce the behavior
Log files
n/a
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: