vscode-color-pick
vscode-color-pick copied to clipboard
Not working in split view
The Color Picker is unresponsive whenever the editor is in split view mode; you can only type in the color search bar I think.
Ran into this as well. More info:
- The color search box and clicking one of the results works
- You can pick a color in the "color field" box.
- You can select text in the windows and it will highlight
- You can select text in one of the form boxes, and get the cursor. The form will accept one character of input and enter it into the form box, but then deselects the box (you lose focus to continue typing)
- The checkboxes are unresponsive
More info
- it does appear to work normally in split view if it is in a view that is the entire width of the editor windows (not including the sidebar or panel). i.e. if your editor windows are split top and bottom.
- the above behavior happens if it is in an editor "row" that is split left and right.
For example:
- if there are 2 windows, top and bottom, it will work in either
- if there are 3 windows, 1 on top the full width of the screen, but 2 on the bottom, it will work in the top location, but not in the bottom two.
I only tested with up to 3 windows.