mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 01:37:16 +00:00
Bug 338803: Personal Toolbar overflow chevron not properly updated on resize. r=CTho, sr=Neil.
This commit is contained in:
parent
20c55e3005
commit
5d38d21178
@ -739,7 +739,7 @@ var BookmarksToolbar =
|
||||
{
|
||||
if (!event) // timer callback case
|
||||
BookmarksToolbarRDFObserver._overflowTimerInEffect = false;
|
||||
else if (event.target != document)
|
||||
else if (event.target != window)
|
||||
return; // only interested in chrome resizes
|
||||
|
||||
var buttons = document.getElementById("bookmarks-ptf");
|
||||
|
Loading…
x
Reference in New Issue
Block a user