Skip to content

Commit

Permalink
Known issue about "New Private Tab" + "New Tab" after disabling/unins…
Browse files Browse the repository at this point in the history
…talling
  • Loading branch information
Infocatcher committed Aug 24, 2013
1 parent 9f2372c commit 31cbcf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Works only in Gecko 20.0 and higher because used API doesn't exist in older versions!

#### Known issues:
We just inherit private state from selected tab and tries preserve private state of dropped link-like things, this is simple to implement, but may confuse a bit…
* We just inherit private state from selected tab and tries preserve private state of dropped link-like things, this is simple to implement, but may confuse a bit…
* If you use "New Private Tab" + "New Tab" buttons after tabs toolbar, you need to manually remove "New Private Tab" button before disabling or uninstalling Private Tab. Or you can remove "New Tab" button, press OK in Customize Toolbar dialog and then place "New Tab" directly after tabs.

#### Styles:
You can use `.tabbrowser-tab[privateTab-isPrivate]` (private tab) and `#main-window[privateTab-isPrivate]` (built-in private window) selectors in styles for <a href="http://kb.mozillazine.org/UserChrome.css">userChrome.css</a>/<a href="https://addons.mozilla.org/addon/stylish/">Stylish</a>.
Expand Down

0 comments on commit 31cbcf3

Please sign in to comment.