Active
Project:
Geobrowser
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Feb 2008 at 22:09 UTC
Updated:
18 Mar 2014 at 00:10 UTC
Jump to comment: Most recent
Comments
Comment #1
cnburnett commentedComment #2
phayes commentedThis is a bug that I haven't gotten to the root of. Any help would be appreciated.
Comment #3
phayes commentedComment #4
telefunken commentedhmmm, don't understand, compared
geobrowser-5.x-1.0\geobrowser and
geobrowser-5.x-7.0\geobrowser
by content in total commander and find no difference!?
copy
geobrowser-6.x-1.x-dev\geobrowser\controls\tree\js\dhtmlXTree.js
to
geobrowser-5.x-1.0\geobrowser\controls\tree\js\dhtmlXTree.js
and the jumping menu disappears...
or delete line 834
td2.onclick=this.onRowSelect;td1.onclick=this.onRowClick;td2.onmouseover=this.onRowClick2;
and add:
td2.onclick=this.onRowSelect;td1.onclick=this.onRowClick;
//td2.onmouseover=this.onRowClick2;
delete line 1262
td3.onclick=this.onRowSelect;td3.onmouseover=this.onRowClick2;
and add:
td3.onclick=this.onRowSelect;
//td3.onmouseover=this.onRowClick2;