Warp icon indicating copy to clipboard operation
Warp copied to clipboard

Clicking the first (+ tab) button opens http://127.0.0.1:6669/

Open ericvrp opened this issue 3 years ago • 5 comments

Describe the bug

When I have have one tab open and click the tabbar button with + to open a 2nd tab then the browser tries to open http://127.0.0.1:6669/ . This does not happen when there are already more tabs open or if I use cmd+T instead.

To Reproduce

Steps to reproduce:

  1. Go to '...'
  2. Click on '...'
  3. Scroll down to '...'
  4. See error '...'

Expected behaviour

No response

Screenshots

No response

Operating System

No response

OS Version

No response

Additional context

No response

ericvrp avatar Mar 17 '22 09:03 ericvrp

P.S. this only seems to happen when I am running tokio-console in one of the panes

ericvrp avatar Mar 17 '22 12:03 ericvrp

That is, uh, strange. Mind sharing the set of commands you run? It'll help me repro on my end.

vorporeal avatar Mar 23 '22 00:03 vorporeal

Theory from our eng team - any chance there's a URL in the tokio-console output that's scrolled up underneath the tab bar, and when you click on the new tab button we're treating it as a click on the link below instead? Would explain why it doesn't reproduce when using keyboard shortcuts or when the new tab button is in a different (horizontal) location.

vorporeal avatar Mar 23 '22 15:03 vorporeal

That seems to be exactly what is causing this! I did not notice the link before when the screen was filled with much more output. The bug happens in fullscreen (screenshots below) but also in non-fullscreen.

With the mouse cursor in the main window: image

When moving the cursor over the link and then clicking on the tab indicator opens the link. image

BTW The same thing happens when I do not first hilite the link. In that case I move the cursor to the topright of the screen and to the area above the link but rightside of the + button. In that case clicking also opens the link.

ericvrp avatar Mar 23 '22 15:03 ericvrp

@ericvrp Mind checking if this is fixed for you? We've made quite a few changes to our link handling logic recently. Thanks!

alokedesai avatar Aug 09 '22 19:08 alokedesai

@ericvrp any changes to this issue with the recent updates to Warp?

dannyneira avatar Aug 29 '22 16:08 dannyneira