-
Notifications
You must be signed in to change notification settings - Fork 7.6k
[Core][Quick Open]: There is an extra line under Quick Open bar when resize the window. #5029
Comments
Yuck! Medium priority to me. |
Nominating for sprint 32. |
That line is actually the collapsed dropdown container, which doesn't move when the window is resized due to #1157. We could try to hide the container when there's nothing in the dropdown. @larz0, there's a comment in brackets.less in the |
@larz0 ping - see my last comment |
@njx I think I added that comment and I can't remember if I got rid of it using Chrome Dev Tools. I'm trying inspect it again but for some reason the modal bar keeps disappearing every time I click on the inspect icon in chrome dev tools. We should definitely hide it if it's empty. |
Changing to low pri and removing from sprint. Not a common combination of steps and it's just a cosmetic issue. |
Tried this issue with 0.38.0.12173 on Win & Mac, still reproduces. |
@Zhuyun the fix is in master now, could you check again? Thanks. |
Verified with 0.38.0.12421 on Win&Mac. Fixed and close it. Please find screenshots below. |
Steps:
Ctrl+Shift+O
to invoke Quick Open bar.Result:
There is an extra line under the Quick Open bar and it will move its position with the change of window.
Expected:
There should not have this line.
Notes: This issue also reproduces to Go to Line , Quick Find Definition bar. It always happens on MAC, and sometimes happens on Win. So if you can not see this happening, please try again. Usually it happens when resize Edge Code window from large to small.
ENV: MAC 10.8 and Win8 English OS
Build: 0.31.0-9163 (MAC) and 0.30.0-9131(Win)
Snapshots:
Please refer to snapshots for details:
Win OS:
MAC OS:
The text was updated successfully, but these errors were encountered: