From d29bcea6c334cbdb9d830036c30ab858e3b59f5b Mon Sep 17 00:00:00 2001 From: YUKI Hiroshi Date: Wed, 15 Jun 2016 14:25:42 +0900 Subject: [PATCH] Add news topics --- history.en.md | 1 + history.ja.md | 1 + 2 files changed, 2 insertions(+) diff --git a/history.en.md b/history.en.md index a508be76..a7db90bb 100644 --- a/history.en.md +++ b/history.en.md @@ -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. diff --git a/history.ja.md b/history.ja.md index 2d9a1463..6c365fe7 100644 --- a/history.ja.md +++ b/history.ja.md @@ -2,6 +2,7 @@ - master/HEAD * Firefox 47で、Windowsにおいてメニューバーを表示するとタブバー内のスクロールバーをマウスで操作できなくなる問題を修正 + * タブバーの幅を極端に縮めた後、タブバーがoverflowの状態のままになることがあったのを修正 * Firefox Developer EditionのDarkテーマとの互換性を向上 * FireGesturesとの互換性を向上 * 縮められたタブバーの幅を変更するときに、展開されたタブバーの幅が異常に大きくなることがあったのを修正