Add news topics

This commit is contained in:
YUKI Hiroshi 2016-06-15 14:25:42 +09:00
parent 41811ce53a
commit d29bcea6c3
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
- master/HEAD
* Scrollbar in the tab bar couldn't operated by mouse if you show the menu bar, at Firefox 47 on Windows.
* The tab bar was wrongly fixed to "overflowed" state after you shrink the tab bar too narrow.
* Better compatibility with the "Dark" theme of Firefox Developer Edition.
* Better compatibility with FireGestures.
* The width of expanded tab bar isn't enlarged too much, when shrunken tab bar is going to be wider than expanded tab bar.

View File

@ -2,6 +2,7 @@
- master/HEAD
* Firefox 47で、Windowsにおいてメニューバーを表示するとタブバー内のスクロールバーをマウスで操作できなくなる問題を修正
* タブバーの幅を極端に縮めた後、タブバーがoverflowの状態のままになることがあったのを修正
* Firefox Developer EditionのDarkテーマとの互換性を向上
* FireGesturesとの互換性を向上
* 縮められたタブバーの幅を変更するときに、展開されたタブバーの幅が異常に大きくなることがあったのを修正