mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 11:26:09 +00:00
Bug 903364 - Fix: Mouse scrollbar remains visible on start tab after touch. r=rsilveira
This commit is contained in:
parent
ab3a802f22
commit
dbe22870c5
@ -23,6 +23,10 @@ var StartUI = {
|
||||
this.startUI.addEventListener("click", this, false);
|
||||
this.startUI.addEventListener("MozMousePixelScroll", this, false);
|
||||
|
||||
// Update the input type on our local broadcaster
|
||||
document.getElementById("bcast_preciseInput").setAttribute("input",
|
||||
this.chromeWin.InputSourceHelper.isPrecise ? "precise" : "imprecise");
|
||||
|
||||
TopSitesStartView.init();
|
||||
BookmarksStartView.init();
|
||||
HistoryStartView.init();
|
||||
|
Loading…
Reference in New Issue
Block a user