Table editing (bug 20973): added support for rowspan/colspan=0, Rewrote Spelling Dictionary dialog (bug 24264), removed beep from forceInteger filter, r=akkana
git-svn-id: svn://10.0.0.236/trunk@58784 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -357,8 +357,9 @@ function SetPixelOrPercentByID(elementID, percentString)
|
||||
// USE onkeyup!
|
||||
// forceInteger by petejc (pete@postpagan.com)
|
||||
|
||||
var sysBeep = Components.classes["component://netscape/sound"].createInstance();
|
||||
sysBeep = sysBeep.QueryInterface(Components.interfaces.nsISound);
|
||||
// No one likes the beep!
|
||||
//var sysBeep = Components.classes["component://netscape/sound"].createInstance();
|
||||
//sysBeep = sysBeep.QueryInterface(Components.interfaces.nsISound);
|
||||
|
||||
function forceInteger(elementID)
|
||||
{
|
||||
@@ -375,7 +376,7 @@ function forceInteger(elementID)
|
||||
// we hope to remove the following line for blur() once xp widgets land
|
||||
// cmanske (9/15) testing this now that GFX ender widget is active
|
||||
//editField.blur();
|
||||
sysBeep.Beep();
|
||||
//sysBeep.Beep();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user