-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] drag&drop between non-private and private windows #4
Comments
This is workaround, I don't know the real reason of this bug... (related to #4)
This is "by design": preserved private state (used state of selected tab when drag-and-drop starts) of dragged link-like things. Anyway, there is some questions:
And vice versa:
What we should do in 3 and 4 cases? But private window may contains not private (regular) tabs. And not private window may looks very similar... |
I think you should just revert to firefox's default action: When you drag&drop from/to non-private tab/window <---> private tab/window, it should obey the destination's state. And vice versa. That's what firefox does by default. |
extensions.privateTab.dragAndDropUseTargetPrivateState (for #4)
I'm added extensions.privateTab.dragAndDropUseTargetPrivateState preference to use source private state instead of target. |
You can try 0.1.0b2 version: https://addons.mozilla.org/addon/private-tab/versions/0.1.0b2 |
+ rename "dragAndDropUseTargetPrivateState" => "dragAndDropBehavior" (related to #4)
Preference was renamed: |
I think, may be closed now. |
There seems to be a bug that reset a private window's state when I drag&drop from a non-private windows to a private window.
This does not happen when I disable the extension.
The text was updated successfully, but these errors were encountered: