Project

General

Profile

Actions

Defect #2390

closed

JS-error in context_menu.js

Added by Alexander Oryol over 15 years ago. Updated over 15 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
Start date:
2008-12-23
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

In IE6, IE8 on /my/page when left-click on page:

Line: 51
Error: 'undefined' is null or not an object

For fix - context_menu.js:51
Was:
if (tr!=document && tr.hasClassName('hascontextmenu')) {
Need:
if (tr!=null && tr!=document && tr.hasClassName('hascontextmenu')) {

Actions

Also available in: Atom PDF