Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 279041

Summary: [Table] JavaScript error when activating cell editor in FF
Product: [RT] RAP Reporter: Ivan Furnadjiev <ivan>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED NOT_ECLIPSE QA Contact:
Severity: normal    
Priority: P3    
Version: 1.2   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Ivan Furnadjiev CLA 2009-06-03 18:46:11 EDT
Steps to reproduce:
1. Open Controls Demo -> TableViewer Tab
2. Activate Cell Editors
3. Click on the first column - "Sofia" for example.
JavaScript error "Permission denied to get property HTMLDivElement.parentNode" appears in Firebug and the application is locked.
This is Firefox problem only.
Comment 1 Ivan Furnadjiev CLA 2009-06-03 19:43:04 EDT
The problem is related to Firebug enablement. The issue persist with Firebug enabled and Script option "Break on all Errors" enabled too. If I disable "Break on all Errors" option everything is working fine. Disabling the Firebug solves the problem too.
Comment 2 Ivan Furnadjiev CLA 2009-09-08 09:19:41 EDT
Using the latest Firebug 1.4.2 fixes the problem.