lxieyang / vertical-tabs-chrome-extension

A chrome extension that presents your tabs vertically. Problem solved.
MIT License
466 stars 103 forks source link

Cmd + E opens up "google Search" in Adressbar #59

Open kts-homeassistant opened 3 years ago

kts-homeassistant commented 3 years ago

I did't not know how to open up the sidebar. When pressen "Cmd + E" " Ctrl + E" the cursor focuses on adressbar (google search).

WingDust commented 3 years ago

I am same use it in Windows and Linux

jan222jan commented 3 years ago

I also get these results. And since it was pulled almost two months ago, I bet it won't be fixed any time soon. So disappointing.

kekukui commented 3 years ago

When pressen "Cmd + E" " Ctrl + E" the cursor focuses on adressbar (google search).

@lxieyang - need to fix that wrong instruction here... image https://github.com/lxieyang/vertical-tabs-chrome-extension


I did not know how to open up the sidebar.

--Is this not working for you?

image


I also get these results.

Since Vertical Tabs works for most users, I am really trying to determine why it does not work in this case. But we cannot solve the problem until we know if this is a bug in the browser or the extension - or something else. Can you tell me what happens when you press the toolbar button here:

image

it was pulled almost two months ago

This extension is still in the Chrome store, so I do not know what that means. But I am concerned that you might have got a different version installed, since there are three extensions in the store with the same name:

https://chrome.google.com/webstore/search/verticaltabs

If the extension ID shown below does not match the one in your browser at chrome://extensions/, then you have a different extension installed. chrome://extensions/?id=pddljdmihkpdfpkgmbhdomeeifpklgnm https://chrome.google.com/webstore/detail/vertical-tabs/pddljdmihkpdfpkgmbhdomeeifpklgnm

Can you please be more specific about "it was pulled" -?

jan222jan commented 3 years ago

If I could see my entire comment as opposed to fragments, I could betteraddress what is said below.  There may also be a language problem.  Seeremarks below . . .

We are all in this together, Jan Neff-Sinclair 760-622-2234 @.***

On Monday, March 22, 2021, 08:14:19 PM PDT, kekukui ***@***.***> wrote:  

When I press CTRL-E, I get this display:Also, please note that there is not stack of sideways orange rectangles anywhere for me toclick on.

When pressen "Cmd + E" " Ctrl + E" the cursor focuses on adressbar (google search).

@lxieyang - need to fix that wrong instruction here...

https://github.com/lxieyang/vertical-tabs-chrome-extension

I did not know how to open up the sidebar.   --Is this not working for you?  I see no extension icon and never have.

I also get these results.

Since Vertical Tabs works for most users, I am really trying to determine why it does not work in this case. But we cannot solve the problem until we know if this is a bug in the browser or the extension - or something else. Can you tell me what happens when you press the toolbar button here: I do not see this icon anywhere on my screen.

it was pulled almost two months ago You all have a list of problems and it shows when an issue is assigned tosomeone or is "pulled" to be worked on.  After two months, if an error isn'tfixed, I doubt anyone thinks it is important enough to bother with.

This extension is still in the Chrome store, so I do not know what that means. But I am concerned that you might have got a different version installed, since there are three extensions in the store with the same name:

https://chrome.google.com/webstore/search/verticaltabs

If the extension ID shown below does not match the one in your browser at chrome://extensions/, then you have a different extension installed.  IT is the right extension down to the Scientific American videochrome://extensions/?id=pddljdmihkpdfpkgmbhdomeeifpklgnm https://chrome.google.com/webstore/detail/vertical-tabs/pddljdmihkpdfpkgmbhdomeeifpklgnm

Can you please be more specific about "it was pulled" -?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

kekukui commented 3 years ago

If I could see my entire comment as opposed to fragments...

In Write mode, you can enlarge the text entry box by dragging the corner, just like a window on the desktop. (What would we do without JavaScript, eh?)

image

Then switch to Preview to see how your comments will appear when posted.

image

You can edit a previous post to correct any mistakes. You can select text and then press the quote button on the Write toolbar to highlight a sentence you wish to call out. Feel free to test this on your previous post, if you like.

image


I see no extension icon and never have.

Is it hidden under the active extensions menu? --If yes, then click the pin to anchor it to the browsers tool bar. https://askcaty.com/how-to-pin-un-pin-extensions-from-the-google-chrome-toolbar

image

And please let me know if this resolves the issue.

If the issue remains open, then it has not been abandoned or rejected. We just do not have enough time to work on all of the projects which require our attention. Other people are welcome to fix these bugs and submit a patch. But currently there are no outstanding patches waiting to be merged that address open issues.


when an issue is assigned to someone or is "pulled" to be worked on...

Oh, that. Yes, a "pull request" usually means that someone has made a copy of the code, added some improvements, and now wants the changes to be merged with the original. But in this particular situation, the dependabot is just notifying about updates to common, shared libraries which are not application-specific. Those pull requests will not resolve any open issues. (In some cases, it could even break stuff.)

I am sure the lead developer is busy with other projects, and this is why I am trying to handle some of the bug characterization tasks. This will allow him more time to address those issues which add new features. ☺️ Just imagine how much more slowly development would progress if we did not have a shared workspace and a version control system!

I was a Software/Firmware (embedded) Engineer for almost thirty years

image

lxieyang commented 3 years ago

Thanks so much @kekukui ! I'm indeed busy with other projects at the moment, but will definitely get back on this one in mid-April!

kekukui commented 3 years ago

When Chrome implemented the Extension Toolbar Menu in version 76, the extension toolbar buttons became hidden by default. And now I think we have some indication that this change is confusing new users of Chrome who migrated from some other browsing platform. (Much like the concealment of page titles, this behavior obstructs the user's workflow.) This is my hypothesis, anyway:

A lot of people are migrating to Chrome from something else. I suspect it is probably users of the new Microsoft Edge who noticed the performance improvement of a Chromium-based browser but they switched to Chrome because Edge is unstable and has too many rendering bugs. These new Chrome users do not see the Vertical Tabs toolbar button, so they try the keyboard shortcut (which does not work). This creates a false perception that the extension froze, crashed, or did not launch. In reality, it is probably just hiding. The underlying problem is that Chrome likes to hide things too often or too quickly, which makes the interface less intuitive.

When a new extension is installed, Chrome should highlight the new toolbar button - and this deficiency is generating extra bug reports for extension developers. The Mac OS help menu demonstrates a better way to highlight controls, which eliminates confusion. This is the sort of thing which Chrome needs to do when a new extension is installed: the extension menu should open and the precise location of the control should be highlighted. You would then click the indicator to dismiss it, and this would be the normal installation procedure.

image ▶️ https://www.youtube.com/watch?v=dBcAdU0cF5k

If some information can be represented more efficiently with graphics & animation, then it should be done that way. If we cannot convince the Chromium team to address this usability issue, I guess you could present some kind of slide show to the user the first time the extension is launched, which indicates the precise location of the toolbar button.

ramsaylanier commented 3 years ago

For all who have a problem with the Ctrl + E command not working on PC, you can change the shortcut in Chrome. Go to chrome://extensions/shortcuts in your browser; there you can change shortcuts for all your extensions!