Opened 8 years ago
Last modified 6 years ago
#13569 new enhancement
WebPositive add a setting to control whether to switch to the new tab.
Reported by: | accessays | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Applications/WebPositive | Version: | R1/Development |
Keywords: | webpositive, new, tab, settings | Cc: | accessays |
Blocked By: | Blocking: | ||
Platform: | All |
Description
A little thing I find annoying is that Web+ will always switch to the new tab when you open it, preventing you from opening several tabs and then looking at them one-by-one.
Attachments (1)
Change History (7)
by , 8 years ago
Attachment: | 0001-Add-a-setting-Switch-to-newly-opened-tab.patch added |
---|
comment:1 by , 8 years ago
patch: | 0 → 1 |
---|
comment:2 by , 8 years ago
follow-up: 4 comment:3 by , 8 years ago
Middle click opens a new background tab. Right click > open in new tab opens a new foreground tab. Your patch breaks this by ignoring the "activate" bool and always using the setting from the preferences.
I would prefer to keep the current behavior, because:
- It makes it possible to do either
- It does not need an extra setting in the preferences (we try to keep things simple there)
I can understand that it's a problem if your mouse does not have a 3rd button, however.
I think our behavior is similar to other web browsers on this (but don't have one to check at the moment).
comment:4 by , 8 years ago
Replying to pulkomandy:
I can understand that it's a problem if your mouse does not have a 3rd button, however.
Yes, on notebooks too. A mouse+keyboard combo like SHIFT+LMB to open in new tab in the background would be nice.
comment:5 by , 6 years ago
patch: | 1 → 0 |
---|
comment:6 by , 6 years ago
patch: | 0 |
---|
Marking patch as obsolete, as discussed above a modifier key makes more sense.
Added a possible patch to the issue.