Update history topics

This commit is contained in:
Piro / YUKI Hiroshi 2013-10-09 02:44:16 +09:00
parent a234135786
commit 6f712b8073
2 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,9 @@
# History # History
- master/HEAD - master/HEAD
* Improved: Position and size of the tab bar is updated automatically when any element is inserted to the browser box.
* Fixed: Show the full tooltip near the original tooltip correctly, even if there are multiple screens.
* Fixed: Don't shrink/hide the tab bar for keyboard shortcuts Ctrl-T, Ctrl-R, etc, if the tab bar is shown by a long-press of the Ctrl key.
* Fixed: Don't focus to the tab which is going to be closed. This also fixes some breakages (including [issue #569](https://github.com/piroor/treestyletab/issues/569)) caused by TabSelect events from disappearing tabs. * Fixed: Don't focus to the tab which is going to be closed. This also fixes some breakages (including [issue #569](https://github.com/piroor/treestyletab/issues/569)) caused by TabSelect events from disappearing tabs.
* Fixed: Don't activate auto-hide feature of the tab bar for DOM-fullscreen mode (ex. YouTube). This is based on the behavior of Firefox's auto-hide feature in DOM-fullscreen mode. * Fixed: Don't activate auto-hide feature of the tab bar for DOM-fullscreen mode (ex. YouTube). This is based on the behavior of Firefox's auto-hide feature in DOM-fullscreen mode.
* Fixed: Don't hide browser's toolbars when the tab bar is vertical, except cases to hide them for special tabs (for example, web application). * Fixed: Don't hide browser's toolbars when the tab bar is vertical, except cases to hide them for special tabs (for example, web application).

View File

@ -1,6 +1,9 @@
# 更新履歴 # 更新履歴
- master/HEAD - master/HEAD
* ブラウズ領域周辺にUI要素が追加された時に、自動的にタブバーの位置やサイズを更新するようにした
* マルチディスプレイ環境において、タブのツリーに対するツールチップが別の画面に表示されてしまうことがあったのを修正
* 自動的に折り畳む隠す状態のタブバーがCtrlキーの長押しで表示されている時に、Ctrl-Tなどのキーボードショートカットでタブバーが折り畳まれ隠されてしまわないようにした
* 閉じられようとしているタブにフォーカスしないようにした([issue #569](https://github.com/piroor/treestyletab/issues/569)などの、閉じられようとしているタブからのTabSelectイベントに起因する問題を解消 * 閉じられようとしているタブにフォーカスしないようにした([issue #569](https://github.com/piroor/treestyletab/issues/569)などの、閉じられようとしているタブからのTabSelectイベントに起因する問題を解消
* DOMフルスクリーンモードYouTubeなどで使われるにおいて、Firefox本体の機能と同様に、タブバーの自動表示機能を無効化するようにした * DOMフルスクリーンモードYouTubeなどで使われるにおいて、Firefox本体の機能と同様に、タブバーの自動表示機能を無効化するようにした
* 縦型タブバーを使用しているときはブラウザのツールバーを隠さないようにしたWebアプリケーションなどのタブに対して明示的にツールバーを隠す場面を除く * 縦型タブバーを使用しているときはブラウザのツールバーを隠さないようにしたWebアプリケーションなどのタブに対して明示的にツールバーを隠す場面を除く