Skip to content

Commit ba5a61e

Browse files
hansonrhansonr
authored andcommitted
Removing JSInterface.startHoverWatcher
1 parent be7d075 commit ba5a61e

File tree

6 files changed

+4
-6
lines changed

6 files changed

+4
-6
lines changed
69 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20201215092141
1+
20201215094034
69 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20201215092141
1+
20201215094034
69 Bytes
Binary file not shown.

sources/net.sf.j2s.java.core/srcjs/swingjs2.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12027,8 +12027,9 @@ if (database == "_" && J2S._serverUrl.indexOf("//your.server.here/") >= 0) {
1202712027
// necessary for MSIE in strict mode -- apparently, we can't call
1202812028
// J2S.readyCallback, but we can call J2S.readyCallback. Go figure...
1202912029
if (isReady) {
12030-
// when leaving page, Java applet may be dead
12030+
// applet._appletPanel is set in SwingJSApplet upon creation
1203112031
applet._appletPanel || (applet._appletPanel = (javaAppletPanel || javaApplet));
12032+
// when leaving page, Java applet may be dead
1203212033
applet._applet = javaApplet;
1203312034
!applet.getApp && (applet.getApp = function(){ applet._setThread();return javaApplet });
1203412035
J2S.$css(J2S.$(applet, 'appletdiv'), { 'background-image': '' });
@@ -12619,9 +12620,6 @@ if (ev.keyCode == 9 && ev.target["data-focuscomponent"]) {
1261912620
if (ev.target.getAttribute("role")) {
1262012621
return true;
1262112622
}
12622-
12623-
if (who.applet._appletPanel)
12624-
who.applet._appletPanel.startHoverWatcher$Z(true);
1262512623
if (J2S._mouseOwner && !J2S._mouseOwner.isDragging)
1262612624
J2S.setMouseOwner(null);
1262712625
var xym = getXY(who, ev, 0);

0 commit comments

Comments
 (0)