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

Bug 440987

Summary: [TabFolder] JS error when using left/right key navigation
Product: [RT] RAP Reporter: Ivan Furnadjiev <ivan>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P2    
Version: 3.0   
Target Milestone: 3.0 M1   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Ivan Furnadjiev CLA 2014-08-01 09:37:30 EDT
Reproducible with Controls Demo ->TabFolder tab:
1. Click on TabItem2.
2. Use left/right array to navigate between tabs. You will get JS error:
---
Error: TypeError: this.getPreviousActiveSibling is not a function
---
or
---
Error: TypeError: this.getNextActiveSibling is not a function
---
In TabItem.js#_onkeypress uses these two functions, but they have been removed recently from Widgte.js with commit cbde237b72254128b575d3f18b5d60808c7ea690 (https://git.eclipse.org/r/#/c/29469/)
Comment 1 Ivan Furnadjiev CLA 2014-08-04 05:57:43 EDT
Fixed with change https://git.eclipse.org/r/30945.